Theorems · Theorem · general topology
regularSpace_TFAE
∀ (X : Type u) [inst : TopologicalSpace X],
[RegularSpace X, ∀ (s : Set X), ∀ x ∉ closure s, Disjoint (nhdsSet s) (nhds x),
∀ (x : X) (s : Set X), Disjoint (nhdsSet s) (nhds x) ↔ x ∉ closure s,
∀ (x : X), ∀ s ∈ nhds x, ∃ t ∈ nhds x, IsClosed t ∧ t ⊆ s, ∀ (x : X), (nhds x).lift' closure ≤ nhds x,
∀ (x : X), (nhds x).lift' closure = nhds x].TFAE- Defined in
- Mathlib.Topology.Separation.Regular
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 76 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.
Cites42
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
- Compl.complproof · cited by 2,925
- IsOpenproof · cited by 2,400
- Disjointstatement and proof · cited by 2,201
- IsClosedstatement and proof · cited by 1,639
- closurestatement and proof · cited by 1,254
- LE.le.antisymmproof · cited by 507
- subset_closureproof · cited by 309
- Filter.mem_of_supersetproof · cited by 308
Cited by6
Results whose statement or proof uses this declaration.
- exists_mem_nhds_isClosed_subsetproof · cited by 9
- disjoint_nhdsSet_nhdsproof · cited by 2
- RegularSpace.of_lift'_closureproof · cited by 1
- RegularSpace.of_lift'_closure_leproof · cited by 0
- IsClosed.HasSeparatingCoverproof · cited by 0
- RegularSpace.of_exists_mem_nhds_isClosed_subsetproof · cited by 0