Mathlib Map

Theorems · Theorem · general topology

t2_separation

∀ {X : Type u_1} [inst : TopologicalSpace X] [T2Space X] {x y : X},
  x ≠ y → ∃ u v, IsOpen u ∧ IsOpen v ∧ x ∈ u ∧ y ∈ v ∧ Disjoint u v

Two different points can be separated by open sets.

Defined in
Mathlib.Topology.Separation.Hausdorff
Cited by
11 results in Mathlib
Foundations
Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceT2Space

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 by11

Results whose statement or proof uses this declaration.