Theorems · Theorem · general topology
isPreconnected_closed_iff
∀ {α : Type u} [inst : TopologicalSpace α] {s : Set α},
IsPreconnected s ↔
∀ (t t' : Set α),
IsClosed t → IsClosed t' → s ⊆ t ∪ t' → (s ∩ t).Nonempty → (s ∩ t').Nonempty → (s ∩ (t ∩ t')).Nonempty- Defined in
- Mathlib.Topology.Connected.Basic
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 60 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.
Cites16
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
- Compl.complproof · cited by 2,925
- Set.Nonemptystatement and proof · cited by 2,627
- IsOpenproof · cited by 2,400
- IsClosedstatement and proof · cited by 1,639
- IsPreconnectedstatement and proof · cited by 205
- IsClosed.isOpen_complproof · cited by 126
- Set.Nonempty.ne_emptyproof · cited by 65
- IsOpen.isClosed_complproof · cited by 50
- Set.compl_unionproof · cited by 30
- Set.not_disjoint_iff_nonempty_interproof · cited by 29
Cited by6
Results whose statement or proof uses this declaration.
- isPreconnected_Iccproof · cited by 7
- intermediate_value_univ₂proof · cited by 5
- isPreconnected_iff_subset_of_disjoint_closedproof · cited by 3
- IsPreconnected.preperfect_of_nontrivialproof · cited by 2
- IsPreconnected.preimage_of_isClosedMapproof · cited by 1
- IsPreconnected.inter_derivedSet_nonemptyproof · cited by 0