Theorems · Theorem · general topology
TopologicalSpace.IsOpenCover.exists_finite_clopen_cover
∀ {ι : Type u_1} {X : Type u_2} [inst : TopologicalSpace X] [TotallyDisconnectedSpace X] [T2Space X] [CompactSpace X]
{U : ι → TopologicalSpace.Opens X},
TopologicalSpace.IsOpenCover U → ∃ n V, (∀ (j : Fin n), ∃ i, ↑(V j) ⊆ ↑(U i)) ∧ Set.univ ⊆ ⋃ j, ↑(V j)Any open cover of a profinite space can be refined to a finite cover by clopens.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 96 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Finsetproof · cited by 13,712
- SetLike.coestatement and proof · cited by 8,199
- Set.univstatement and proof · cited by 3,945
- Equiv.symmproof · cited by 3,681
- Set.iUnionstatement and proof · cited by 2,483
- Finset.cardproof · cited by 2,327
- TopologicalSpace.Opensstatement and proof · cited by 2,040
- T2Spacestatement and proof · cited by 1,351
- CompactSpacestatement and proof · cited by 593
Cited by1
Results whose statement or proof uses this declaration.