Theorems · Theorem · general topology
ConnectedComponents.exists_fun_isClopen_of_infinite
∀ (α : Type u) [inst : TopologicalSpace α] [Infinite (ConnectedComponents α)] (n : ℕ),
0 < n →
∃ U,
(∀ (i : Fin n), IsClopen (U i)) ∧
(∀ (i : Fin n), (U i).Nonempty) ∧ Pairwise (Function.onFun Disjoint U) ∧ ⋃ i, U i = Set.univIf X has infinitely many connected components, it admits disjoint union decompositions with
arbitrarily many summands.
- Defined in
- Mathlib.Topology.Connected.Clopen
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpaceInfinite
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites48
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
- Set.Elemproof · cited by 7,166
- Set.univstatement and proof · cited by 3,945
- Equiv.symmproof · cited by 3,681
- Set.Nonemptystatement and proof · cited by 2,627
- Set.iUnionstatement and proof · cited by 2,483
- Disjointstatement and proof · cited by 2,201
- Matrix.vecConsproof · cited by 852
- Matrix.vecEmptyproof · cited by 832
Cited by1
Results whose statement or proof uses this declaration.
- IsOpenMap.enatCard_connectedComponents_le_encard_preimage_singletonproof · cited by 1