Theorems · Theorem · general topology
T2Space.t2
∀ {X : Type u} {inst : TopologicalSpace X} [self : T2Space X],
Pairwise fun x y => ∃ u v, IsOpen u ∧ IsOpen v ∧ x ∈ u ∧ y ∈ v ∧ Disjoint u vEvery two points in a Hausdorff space admit disjoint open neighbourhoods.
- Defined in
- Mathlib.Topology.Separation.Hausdorff
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 60 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- T2Space
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
Cited by1
Results whose statement or proof uses this declaration.
- t2_separationproof · cited by 11