Theorems · Theorem · general topology
isPreconnected_iff_subset_of_disjoint_closed
∀ {α : Type u} [inst : TopologicalSpace α] {s : Set α},
IsPreconnected s ↔ ∀ (u v : Set α), IsClosed u → IsClosed v → s ⊆ u ∪ v → s ∩ (u ∩ v) = ∅ → s ⊆ u ∨ s ⊆ vA set s is preconnected if and only if
for every cover by two closed sets that are disjoint on s,
it is contained in one of the two covering sets.
- Defined in
- Mathlib.Topology.Connected.Clopen
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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.Nonemptyproof · cited by 2,627
- IsClosedstatement and proof · cited by 1,639
- IsPreconnectedstatement and proof · cited by 205
- Set.not_nonempty_iff_eq_emptyproof · cited by 56
- isPreconnected_closed_iffproof · cited by 6
Cited by3
Results whose statement or proof uses this declaration.
- Topology.IsCoinducing.isConnected_preimage_of_isClosedproof · cited by 3
- isPreconnected_iff_subset_of_fully_disjoint_closedproof · cited by 2
- Sion.exists_lt_iInf_of_lt_iInf_of_supproof · cited by 1