Theorems · Theorem · general topology
t1Space_TFAE
∀ (X : Type u) [inst : TopologicalSpace X],
[T1Space X, ∀ (x : X), IsClosed {x}, ∀ (x : X), IsOpen {x}ᶜ, Continuous ⇑CofiniteTopology.of,
∀ ⦃x y : X⦄, x ≠ y → {y}ᶜ ∈ nhds x, ∀ ⦃x y : X⦄, x ≠ y → ∃ s ∈ nhds x, y ∉ s,
∀ ⦃x y : X⦄, x ≠ y → ∃ U, IsOpen U ∧ x ∈ U ∧ y ∉ U, ∀ ⦃x y : X⦄, x ≠ y → Disjoint (nhds x) (pure y),
∀ ⦃x y : X⦄, x ≠ y → Disjoint (pure x) (nhds y), ∀ ⦃x y : X⦄, x ⤳ y → x = y, T0Space X ∧ R0Space X].TFAE- Defined in
- Mathlib.Topology.Separation.Basic
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites40
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Equivstatement · cited by 8,337
- Filterstatement · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Set.preimageproof · cited by 4,946
- Compl.complstatement and proof · cited by 2,925
- Continuousstatement and proof · cited by 2,592
- IsOpenstatement and proof · cited by 2,400
- Disjointstatement and proof · cited by 2,201
- Set.Finiteproof · cited by 1,814
Cited by8
Results whose statement or proof uses this declaration.
- t1Space_iff_specializes_imp_eqproof · cited by 4
- t1Space_iff_exists_openproof · cited by 3
- t1Space_iff_continuous_cofinite_ofproof · cited by 1
- t1Space_iff_disjoint_nhds_pureproof · cited by 1
- t1Space_iff_disjoint_pure_nhdsproof · cited by 1
- WithSeminorms.separating_of_T1proof · cited by 1
- SeparationQuotient.t1Space_iffproof · cited by 0
- t1Space_iff_t0Space_and_r0Spaceproof · cited by 0