Mathlib Map

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
Assumes
TopologicalSpacePreconnectedSpace

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.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.