Theorems · Theorem · general topology
isPreconnected_of_forall_constant
∀ {α : Type u} [inst : TopologicalSpace α] {s : Set α},
(∀ (f : α → Bool), ContinuousOn f s → ∀ x ∈ s, ∀ y ∈ s, f x = f y) → IsPreconnected sIf every map to Bool (a discrete two-element space), that is
continuous on a set s, is constant on s, then s is preconnected
- Defined in
- Mathlib.Topology.Connected.Clopen
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 77 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
- Set.Nonemptyproof · cited by 2,627
- IsOpenproof · cited by 2,400
- IsClosedproof · cited by 1,639
- ContinuousOnstatement and proof · cited by 1,411
- IsPreconnectedstatement · cited by 205
- continuous_subtype_valproof · cited by 159
- IsOpen.preimageproof · cited by 147
- IsOpen.isClosed_complproof · cited by 50
- Set.eq_empty_iff_forall_notMemproof · cited by 42
- Set.boolIndicatorproof · cited by 9
Cited by1
Results whose statement or proof uses this declaration.
- preconnectedSpace_of_forall_constantproof · cited by 1