Theorems · Definition · general topology
UniformSpace.casesOn
{α : Type u} →
{motive : UniformSpace α → Sort u_1} →
(t : UniformSpace α) →
([toTopologicalSpace : TopologicalSpace α] →
(uniformity : Filter (α × α)) →
(symm : Filter.Tendsto Prod.swap uniformity uniformity) →
(comp : (uniformity.lift' fun s => SetRel.comp s s) ≤ uniformity) →
(nhds_eq_comap_uniformity : ∀ (x : α), nhds x = Filter.comap (Prod.mk x) uniformity) →
motive
{ toTopologicalSpace := toTopologicalSpace, uniformity := uniformity, symm := symm, comp := comp,
nhds_eq_comap_uniformity := nhds_eq_comap_uniformity }) →
motive t- Defined in
- Mathlib.Topology.UniformSpace.Defs
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- UniformSpacestatement and proof · cited by 2,040
- Filter.comapstatement and proof · cited by 546
- SetRel.compstatement and proof · cited by 136
- Filter.lift'statement and proof · cited by 99
Cited by3
Results whose statement or proof uses this declaration.
- UniformSpace.extproof · cited by 34
- UniformSpace.noConfusionproof · cited by 0
- UniformSpace.noConfusionTypeproof · cited by 0