Theorems · Theorem · general topology
IsClosed.exists_minimal_nonempty_closed_subset
∀ {X : Type u} [inst : TopologicalSpace X] [CompactSpace X] {S : Set X},
IsClosed S → S.Nonempty → ∃ V ⊆ S, V.Nonempty ∧ IsClosed V ∧ ∀ V' ⊆ V, V'.Nonempty → IsClosed V' → V' = V- Defined in
- Mathlib.Topology.Compactness.Compact
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpaceCompactSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
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.ofPredproof · cited by 6,101
- Compl.complproof · cited by 2,925
- Set.Nonemptystatement and proof · cited by 2,627
- IsOpenproof · cited by 2,400
- Set.extproof · cited by 2,266
- IsClosedstatement and proof · cited by 1,639
- Set.iInterproof · cited by 1,084
- CompactSpacestatement and proof · cited by 593
- Set.sUnionproof · cited by 392
- compl_complproof · cited by 229
Cited by1
Results whose statement or proof uses this declaration.
- IsClosed.exists_closed_singletonproof · cited by 0