[Merged by Bors] - doc: add wikidata attributes#40861
Conversation
|
LLM-generated |
| @[wikidata Q1071270] | ||
| theorem integral_comp_mul_deriv {f f' g : ℝ → ℝ} (h : ∀ x ∈ uIcc a b, HasDerivAt f (f' x) x) |
There was a problem hiding this comment.
Wikidata Q1071270: integration by substitution — method of integration
There was a problem hiding this comment.
This looks good, but undergrad.yaml references the SMul version instead: intervalIntegral.integral_deriv_smul_comp. Maybe both should be tagged?
| @[ext, wikidata Q1206110] | ||
| class Module (R : Type u) (M : Type v) [Semiring R] [AddCommMonoid M] extends |
There was a problem hiding this comment.
Wikidata Q1206110: program operator — construct used in computer programming, often associated to a mathematical operation
| @[wikidata Q1365258] | ||
| def fourierIntegral (e : AddChar 𝕜 𝕊) (μ : Measure V) (L : V →ₗ[𝕜] W →ₗ[𝕜] 𝕜) (f : V → E) |
There was a problem hiding this comment.
Wikidata Q1365258: Fourier analysis — branch of mathematics regarding periodic and continuous signals
| @[wikidata Q1412905] | ||
| abbrev Equiv.Perm (α : Sort*) := |
There was a problem hiding this comment.
Wikidata Q1412905: permutation group — group whose operation is composition of permutations
There was a problem hiding this comment.
This is subtle, but it should be Q849512 symmetric group instead.
The first paragraph of the Wikipedia article clarifies that a permutation group is a subgroup of the symmetric group, aka Subgroup (Equiv.Perm α).
Furthermore, this should probably be Q161519 permutation, while Equiv.Perm.permGroup should have Q849512 symmetric group.
| @[wikidata Q1572357] | ||
| class LocallyConvexSpace (𝕜 E : Type*) [Semiring 𝕜] [PartialOrder 𝕜] |
There was a problem hiding this comment.
Wikidata Q1572357: locally convex space — topological vector space in which every vector has a convex neighborhood
| @[wikidata Q772232] | ||
| noncomputable irreducible_def condExp (μ : Measure[m₀] α) (f : α → E) : α → E := |
There was a problem hiding this comment.
Wikidata Q772232: conditional expectation — expected value in a conditional distribution
| @[wikidata Q833293] | ||
| noncomputable def trapezoidal_integral (f : ℝ → ℝ) (N : ℕ) (a b : ℝ) : ℝ := |
There was a problem hiding this comment.
Wikidata Q833293: trapezoidal rule — numerical integration method
| @[wikidata Q845060] | ||
| def IsExtrOn : Prop := |
There was a problem hiding this comment.
Wikidata Q845060: maxima and minima — largest and smallest value taken by a function in a given range
There was a problem hiding this comment.
We also have IsMinOn/IsMaxOn btw
| @[wikidata Q848569] | ||
| class CompleteSpace (α : Type u) [UniformSpace α] : Prop where |
There was a problem hiding this comment.
Wikidata Q848569: complete metric space — metric space in which cauchy sequence converges to an element of the space
| @[wikidata Q938102] | ||
| def weierstrassP (z : ℂ) : ℂ := ∑' l : L.lattice, (1 / (z - l) ^ 2 - 1 / l ^ 2) |
There was a problem hiding this comment.
Wikidata Q938102: elliptic function — class of mathematical functions
There was a problem hiding this comment.
This should probably be Q2343600.
It's an elliptic function, not the concept of it.
PR summary a5971f457fImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
WikiLean review
Generated by the WikiLean review tool — review this PR |
|
|
||
| /-- A "linear recurrence relation" over a commutative semiring is given by its | ||
| order `n` and `n` coefficients. -/ | ||
| @[wikidata Q364089] |
There was a problem hiding this comment.
| (where `r : R` and `x : M`) with some natural associativity and | ||
| distributivity axioms similar to those on a ring. -/ | ||
| @[ext] | ||
| @[ext, wikidata Q1206110] |
There was a problem hiding this comment.
| noncomputable def expGrowthInf (u : ℕ → ℝ≥0∞) : EReal := liminf (fun n ↦ log (u n) / n) atTop | ||
|
|
||
| /-- Upper exponential growth of a sequence of extended nonnegative real numbers. -/ | ||
| @[wikidata Q582659] |
There was a problem hiding this comment.
|
|
||
| /-- The Fourier transform integral for `f : V → E`, with respect to a bilinear form `L : V × W → 𝕜` | ||
| and an additive character `e`. -/ | ||
| @[wikidata Q1365258] |
There was a problem hiding this comment.
|
|
||
| For the case when `n = Fin _`, there is `!₂[x, y, ...]` notation for building elements of this type, | ||
| analogous to `![x, y, ...]` notation. -/ | ||
| @[wikidata Q17295] |
There was a problem hiding this comment.
| section weierstrassP | ||
|
|
||
| /-- The Weierstrass `℘` function. This has the notation `℘[L]` in the namespace `PeriodPairs`. -/ | ||
| @[wikidata Q938102] |
There was a problem hiding this comment.
| for `Γ` is the "blank" tape value, and the default value of `Λ` is | ||
| the initial state. -/ | ||
| @[nolint unusedArguments] -- this is a deliberate addition, see comment | ||
| @[nolint unusedArguments, wikidata Q163310] -- this is a deliberate addition, see comment |
There was a problem hiding this comment.
| They are internally represented as linear equivs `M ≃ₗ[R] (ι →₀ R)`, | ||
| available as `Basis.repr`. | ||
| -/ | ||
| @[wikidata Q189569] |
There was a problem hiding this comment.
|
|
||
| /-- The Clifford algebra of an `R`-module `M` equipped with a `QuadraticForm` `Q`. | ||
| -/ | ||
| @[wikidata Q674689] |
There was a problem hiding this comment.
| variable [CommSemiring R] [AddCommMonoid M] [Module R M] | ||
|
|
||
| /-- The left dual space of an R-module M is the R-module of linear maps `M → R`. -/ | ||
| @[wikidata Q752487] |
There was a problem hiding this comment.
| variable (P : RootPairing ι R M N) (i j : ι) | ||
|
|
||
| /-- A root system is a root pairing for which the roots and coroots span their ambient modules. -/ | ||
| @[wikidata Q534131] |
There was a problem hiding this comment.
| ⟨EquivLike.toEquiv⟩ | ||
|
|
||
| /-- `Perm α` is the type of bijections from `α` to itself. -/ | ||
| @[wikidata Q1412905] |
There was a problem hiding this comment.
| - `m` is not a sub-σ-algebra of `m₀`, | ||
| - `μ` is not σ-finite with respect to `m`, | ||
| - `f` is not integrable. -/ | ||
| @[wikidata Q772232] |
There was a problem hiding this comment.
| and `g` is continuous, then we can substitute `u = f x` to get | ||
| `∫ x in a..b, (g ∘ f) x * f' x = ∫ u in f a..f b, g u`. | ||
| -/ | ||
| @[wikidata Q1071270] |
There was a problem hiding this comment.
🟢 WikiLean reviewer note (approve)
I agree, with Snir, let's tag
intervalIntegral.integral_deriv_smul_compas well
| /-- Integration of `f` from `a` to `b` using the trapezoidal rule with `N+1` total evaluations of | ||
| `f`. (Note the off-by-one problem here: `N` counts the number of trapezoids, not the number of | ||
| evaluations.) -/ | ||
| @[wikidata Q833293] |
There was a problem hiding this comment.
| -/ | ||
|
|
||
| /-- The Riemann zeta function `ζ(s)`. -/ | ||
| @[wikidata Q187235] |
There was a problem hiding this comment.
| IsMaxFilter f (𝓟 s) a | ||
|
|
||
| /-- `IsExtrOn f s a` means `IsMinOn f s a` or `IsMaxOn f s a` -/ | ||
| @[wikidata Q845060] |
There was a problem hiding this comment.
🟢 WikiLean reviewer note (approve)
We should also look into
Q1076611limit inferior and limit superior
| /-- The `ℝ`-valued variance of a real-valued random variable defined by applying `ENNReal.toReal` | ||
| to `evariance`. -/ | ||
| @[wikidata Q175199] | ||
| @[wikidata Q175199, wikidata Q159375] |
There was a problem hiding this comment.
|
|
||
| /-- A `Filtration` on a measurable space `Ω` with σ-algebra `m` is a monotone | ||
| sequence of sub-σ-algebras of `m`. -/ | ||
| @[wikidata Q176737] |
There was a problem hiding this comment.
🔴 WikiLean reviewer note (reject)
"Stochastic process" is too broad. Instead we want filtration (Q55647796)
| variable (R : Type*) [CommRing R] [IsLocalRing R] | ||
|
|
||
| /-- The residue field of a local ring is the quotient of the ring by its maximal ideal. -/ | ||
| @[wikidata Q7315530] |
There was a problem hiding this comment.
| inv_mem' _ := by simp_all only [Set.mem_setOf_eq, inv_pow, inv_one] | ||
|
|
||
| @[simp] | ||
| @[simp, wikidata Q756747] |
There was a problem hiding this comment.
🔴 WikiLean reviewer note (reject)
Also make sure we are tagging the complex roots of unity, since that is what is described in the Wikidata item
| defined as the quotient of `Type u` by existence of an equivalence | ||
| (a bijection with explicit inverse). -/ | ||
| @[pp_with_univ, wikidata Q163875] | ||
| @[pp_with_univ, wikidata Q163875, wikidata Q4049983] |
There was a problem hiding this comment.
|
|
||
| /-- A `LocallyConvexSpace` is a topological semimodule over an ordered semiring in which convex | ||
| neighborhoods of a point form a neighborhood basis at that point. -/ | ||
| @[wikidata Q1572357] |
There was a problem hiding this comment.
|
|
||
| /-- A complete space is defined here using uniformities. A uniform space | ||
| is complete if every Cauchy filter converges. -/ | ||
| @[wikidata Q848569] |
There was a problem hiding this comment.
|
Reviewed by @Deicyde. Added 24 inline comments, including 7 status changes. |
4e30afe to
f903e97
Compare
|
Thanks 🎉 bors merge |
This PR adds a batch of 25 `@[wikidata]` attributes. Claude helped generate the list of crossrefs (by scanning Wikidata + Mathlib). Comments are generated by [crossref-report](https://github.com/jcommelin/mathlib-crossref-report) and Wikilean. See https://wikilean.jackmccarthy.org/review?pr=40861 for reviewer UI. Co-authored-by: wikilean-bot <bot@wikilean.jackmccarthy.org>
|
Pull request successfully merged into master. Build succeeded:
|
This PR adds a batch of 25
@[wikidata]attributes.Claude helped generate the list of crossrefs (by scanning Wikidata + Mathlib). Comments are generated by crossref-report and Wikilean.
See https://wikilean.jackmccarthy.org/review?pr=40861 for reviewer UI.