Theorems · Theorem · general topology
IsClosed.exists_closed_singleton
∀ {X : Type u_1} [inst : TopologicalSpace X] [T0Space X] [CompactSpace X] {S : Set X},
IsClosed S → S.Nonempty → ∃ x ∈ S, IsClosed {x}Given a closed set S in a compact T₀ space, there is some x ∈ S such that {x} is
closed.
- Defined in
- Mathlib.Topology.Separation.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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.Nonemptystatement and proof · cited by 2,627
- IsClosedstatement and proof · cited by 1,639
- CompactSpacestatement and proof · cited by 593
- Set.mem_singletonproof · cited by 183
- T0Spacestatement and proof · cited by 179
- minimal_nonempty_closed_eq_singletonproof · cited by 2
- IsClosed.exists_minimal_nonempty_closed_subsetproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.