Theorems · Theorem · general topology
Sum.isConnected_iff
∀ {α : Type u} {β : Type v} [inst : TopologicalSpace α] [inst_1 : TopologicalSpace β] {s : Set (α ⊕ β)},
IsConnected s ↔ (∃ t, IsConnected t ∧ s = Sum.inl '' t) ∨ ∃ t, IsConnected t ∧ s = Sum.inr '' t- Defined in
- Mathlib.Topology.Connected.Clopen
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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.imagestatement and proof · cited by 5,609
- Set.preimageproof · cited by 4,946
- Set.rangeproof · cited by 4,705
- Continuous.continuousOnproof · cited by 311
- IsConnectedstatement and proof · cited by 116
- Set.image_preimage_eq_of_subsetproof · cited by 41
- Sum.inr_injectiveproof · cited by 40
- Sum.inl_injectiveproof · cited by 39
- IsConnected.isPreconnectedproof · cited by 36
- IsConnected.nonemptyproof · cited by 18
Cited by1
Results whose statement or proof uses this declaration.
- Sum.isPreconnected_iffproof · cited by 0