Theorems · Theorem · general topology
separated_by_continuous
∀ {X : Type u_1} {Y : Type u_2} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y] [T2Space Y] {f : X → Y},
Continuous f → ∀ {x y : X}, f x ≠ f y → ∃ u v, IsOpen u ∧ IsOpen v ∧ x ∈ u ∧ y ∈ v ∧ Disjoint u v- Defined in
- Mathlib.Topology.Separation.Hausdorff
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- Set.preimageproof · cited by 4,946
- Continuousstatement and proof · cited by 2,592
- IsOpenstatement and proof · cited by 2,400
- Disjointstatement and proof · cited by 2,201
- T2Spacestatement and proof · cited by 1,351
- IsOpen.preimageproof · cited by 147
- Disjoint.preimageproof · cited by 22
- t2_separationproof · cited by 11
Cited by4
Results whose statement or proof uses this declaration.
- T2Space.of_injective_continuousproof · cited by 3
- LinearMap.continuous_of_isClosed_kerproof · cited by 2
- UniformOnFun.t2Space_of_coveringproof · cited by 1
- SeparatingDual.t2Spaceproof · cited by 0