Theorems · Theorem · general topology
exists_clopen_partition_of_clopen_cover
∀ {X : Type u_4} {I : Type u_5} [inst : TopologicalSpace X] [CompactSpace X] [T2Space X] [TotallyDisconnectedSpace X]
[Finite I] {Z D : I → Set X},
(∀ (i : I), IsClosed (Z i)) →
(∀ (i : I), IsClopen (D i)) →
(∀ (i : I), Z i ⊆ D i) →
Set.univ.PairwiseDisjoint Z →
∃ C,
(∀ (i : I), IsClopen (C i)) ∧
(∀ (i : I), Z i ⊆ C i) ∧ (∀ (i : I), C i ⊆ D i) ∧ ⋃ i, D i ⊆ ⋃ i, C i ∧ Set.univ.PairwiseDisjoint CLet X be a totally disconnected compact Hausdorff space, D i ⊆ X a finite family of clopens,
and Z i ⊆ D i closed. Assume that the Z i are pairwise disjoint. Then there exist clopens
Z i ⊆ C i ⊆ D i with the C i disjoint, and such that ∪ D i ⊆ ∪ C i.
- Defined in
- Mathlib.Topology.Separation.Profinite
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 97 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites49
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
- Equivproof · cited by 8,337
- Fintypeproof · cited by 7,736
- PartialOrderproof · cited by 6,410
- Set.rangeproof · cited by 4,705
- Set.univstatement and proof · cited by 3,945
- Equiv.symmproof · cited by 3,681
- Finitestatement and proof · cited by 3,029
- Set.Nonemptyproof · cited by 2,627
- Set.iUnionstatement and proof · cited by 2,483
Cited by1
Results whose statement or proof uses this declaration.
- Profinite.exists_lift_of_finite_of_injective_of_surjectiveproof · cited by 1