[Merged by Bors] - doc: add wikidata cross references#39909
Conversation
jcommelin
commented
May 27, 2026
PR summary 49c90097e6
|
| File | Base Count | Head Count | Change |
|---|---|---|---|
| Mathlib.Topology.Baire.Lemmas | 619 | 620 | +1 (+0.16%) |
Import changes for all files
| Files | Import difference |
|---|---|
6 filesMathlib.Topology.AlexandrovDiscrete Mathlib.Topology.Baire.Lemmas Mathlib.Topology.Compactness.NhdsKer Mathlib.Topology.Inseparable Mathlib.Topology.Maps.OpenQuotient Mathlib.Topology.NhdsKer |
1 |
Declarations diff
No declarations were harmed in the making of this PR! 🐙
You can run this locally as follows
## from your `mathlib4` directory:
git clone https://github.com/leanprover-community/mathlib-ci.git ../mathlib-ci
## summary with just the declaration names:
../mathlib-ci/scripts/pr_summary/declarations_diff.sh <optional_commit>
## more verbose report:
../mathlib-ci/scripts/pr_summary/declarations_diff.sh long <optional_commit>The doc-module for scripts/pr_summary/declarations_diff.sh in the mathlib-ci repository contains some details about this script.
No changes to strong technical debt.
No changes to weak technical debt.
|
Manual test run of #39876 / #39877 — no action needed. This is what the bot will post automatically on PRs like yours once #39876 (dump script), #39877 (CI workflow), and mathlib-ci#44 (orchestrator) all land. Posted here because your PR is the first real exerciser of the wikidata code path. Generated by running (Edited to pick up an Cross-reference reviewThis PR touches 14 cross-reference tags: Wikidata
Posted by external-tags. Snippets are fetched from upstream live. This check is advisory: the dump script runs from the PR checkout, so a PR can edit the producer to hide tags from this comment. |
|
|
||
| /-- Baire theorem: a countable intersection of dense open sets is dense. Formulated here with | ||
| an index set which is a countable type. -/ | ||
| @[wikidata Q1052678] |
There was a problem hiding this comment.
Wikidata Q1052678: Baire category theorem — theorem in topology and functional analysis
| * `f` equals one on `t`; | ||
| * `0 ≤ f x ≤ 1` for all `x`. | ||
| -/ | ||
| @[wikidata Q1816967] |
There was a problem hiding this comment.
Wikidata Q1816967: Urysohn's lemma — lemma that a topological space is normal iff any 2 disjoint closed subsets can be separated by a continuous function
|
|
||
| include hab hfc hgc hgd hfd in | ||
| /-- Cauchy's Mean Value Theorem, `deriv` version. -/ | ||
| @[wikidata Q189136] |
There was a problem hiding this comment.
Wikidata Q189136: mean value theorem — on the existence of a tangent to an arc parallel to the line through its endpoints
| ring | ||
|
|
||
| /-- **Cauchy–Schwarz inequality**. -/ | ||
| @[wikidata Q190546] |
There was a problem hiding this comment.
Wikidata Q190546: Cauchy–Schwarz inequality — a useful inequality encountered in many different settings, such as linear algebra, analysis, probability theory, vector algebra and other areas. It is considered to be one of the most important inequalities in all of mathematics
There was a problem hiding this comment.
Can we have multiple instances of a single tag? If so I'd advocate also linking to this from LinearMap.BilinForm.apply_mul_apply_le_of_forall_zero_le.
| simp at hf | ||
|
|
||
| /-- **Fundamental theorem of algebra**: the field `ℂ` of complex numbers is algebraically closed. -/ | ||
| @[wikidata Q192760] |
There was a problem hiding this comment.
Wikidata Q192760: fundamental theorem of algebra — Every polynomial has a real or complex root
|
|
||
| /-- **Intermediate Value Theorem** for continuous functions on closed intervals, case | ||
| `f a ≤ t ≤ f b`. -/ | ||
| @[wikidata Q245098] |
There was a problem hiding this comment.
Wikidata Q245098: intermediate value theorem — theorem
| -- TODO: assume `[MetricSpace α]` instead of `[PseudoMetricSpace α] [T2Space α]` | ||
| /-- The **Heine–Borel theorem**: | ||
| In a proper Hausdorff space, a set is compact if and only if it is closed and bounded. -/ | ||
| @[wikidata Q253214] |
There was a problem hiding this comment.
Wikidata Q253214: Heine–Borel theorem — theorem about compact sets in Euclidean space
| /-- **Lagrange's Theorem**: The order of a subgroup divides the order of its ambient group. -/ | ||
| @[to_additive /-- **Lagrange's Theorem**: The order of an additive subgroup divides the order of its | ||
| ambient additive group. -/] | ||
| @[to_additive (attr := wikidata Q505798) /-- **Lagrange's Theorem**: The order of an additive |
There was a problem hiding this comment.
Wikidata Q505798: Lagrange's theorem — group theory
|
|
||
| /-- **Hahn-Banach theorem** for continuous linear functions over `𝕜` | ||
| satisfying `IsRCLikeNormedField 𝕜`. -/ | ||
| @[wikidata Q866116] |
There was a problem hiding this comment.
Wikidata Q866116: Hahn–Banach theorem — theorem on extension of bounded linear functionals
| that a subalgebra `A` of `C(X, ℝ)`, where `X` is a compact topological space, | ||
| is dense if it separates points. | ||
| -/ | ||
| @[wikidata Q939927] |
There was a problem hiding this comment.
Wikidata Q939927: Stone–Weierstrass theorem — theorem that every continuous function on a compact Hausdorff space can be approximated by certain families of continuous functions
ocfnash
left a comment
There was a problem hiding this comment.
One suggestion. Otherwise LGTM.
bors d+
| ring | ||
|
|
||
| /-- **Cauchy–Schwarz inequality**. -/ | ||
| @[wikidata Q190546] |
There was a problem hiding this comment.
Can we have multiple instances of a single tag? If so I'd advocate also linking to this from LinearMap.BilinForm.apply_mul_apply_le_of_forall_zero_le.
|
✌️ jcommelin can now approve this pull request. To approve and merge a pull request, simply reply with |
|
As this PR is labelled bors merge |
|
Pull request successfully merged into master. Build succeeded: |