Theorems · Theorem · general topology
compactSpace_generateFrom
∀ {X : Type u} [T : TopologicalSpace X] {S : Set (Set X)},
T = TopologicalSpace.generateFrom S →
(∀ P ⊆ S, ⋃₀ P = Set.univ → ∃ Q ⊆ P, Q.Finite ∧ ⋃₀ Q = Set.univ) → CompactSpace XThe CompactSpace version of Alexander's subbasis theorem. If X is a topological space with a
subbasis S, then X is compact if for any open cover of X all of whose elements belong to S,
there is a finite subcover.
- Defined in
- Mathlib.Topology.Compactness.Compact
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 81 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.
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.univstatement and proof · cited by 3,945
- Set.Finitestatement and proof · cited by 1,814
- CompactSpacestatement · cited by 593
- Set.sUnionstatement and proof · cited by 392
- TopologicalSpace.generateFromstatement and proof · cited by 62
- isCompact_univ_iffproof · cited by 9
- isCompact_generateFromproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- compactSpace_generateFrom_of_compl_memproof · cited by 0