Theorems · Theorem · general topology
isCompact_generateFrom
∀ {X : Type u} [T : TopologicalSpace X] {S : Set (Set X)},
T = TopologicalSpace.generateFrom S → ∀ {s : Set X}, (∀ P ⊆ S, s ⊆ ⋃₀ P → ∃ Q ⊆ P, Q.Finite ∧ s ⊆ ⋃₀ Q) → IsCompact sAlexander's subbasis theorem. Suppose X is a topological space with a subbasis S and s is
a subset of X. Then s is compact if for any open cover of s with all elements taken from S,
there is a finite subcover.
- Defined in
- Mathlib.Topology.Compactness.Compact
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 80 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.
Cites23
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
- Filterproof · cited by 8,121
- Set.imageproof · cited by 5,609
- nhdsproof · cited by 5,554
- Compl.complproof · cited by 2,925
- Set.Finitestatement and proof · cited by 1,814
- IsCompactstatement · cited by 1,282
- Set.sUnionstatement and proof · cited by 392
- Filter.mem_of_supersetproof · cited by 308
- Set.sInterproof · cited by 225
- Ultrafilterproof · cited by 193
Cited by2
Results whose statement or proof uses this declaration.
- compactSpace_generateFromproof · cited by 1
- isCompact_generateFrom'proof · cited by 1