Theorems · Theorem · general topology
subsingleton_of_disjoint_isOpen_iUnion_eq_univ
∀ {α : Type u} {ι : Type u_1} [inst : TopologicalSpace α] [PreconnectedSpace α] {s : ι → Set α},
(∀ (i : ι), (s i).Nonempty) →
Pairwise (Function.onFun Disjoint s) → (∀ (i : ι), IsOpen (s i)) → ⋃ i, s i = Set.univ → Subsingleton ιIn a preconnected space, any disjoint cover by non-empty open subsets has at most one element.
- Defined in
- Mathlib.Topology.Connected.Clopen
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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.Nonemptystatement and proof · cited by 2,627
- Set.iUnionstatement and proof · cited by 2,483
- IsOpenstatement and proof · cited by 2,400
- Disjointstatement and proof · cited by 2,201
- eq_or_neproof · cited by 1,117
- Function.onFunstatement and proof · cited by 570
- Pairwisestatement and proof · cited by 516
- isOpen_iUnionproof · cited by 88
- PreconnectedSpacestatement and proof · cited by 64
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.