Theorems · Theorem · general topology
IsPreconnected.iUnion_of_chain
∀ {α : Type u} {β : Type v} [inst : TopologicalSpace α] [inst_1 : LinearOrder β] [inst_2 : SuccOrder β]
[IsSuccArchimedean β] {s : β → Set α},
(∀ (n : β), IsPreconnected (s n)) → (∀ (n : β), (s n ∩ s (Order.succ n)).Nonempty) → IsPreconnected (⋃ n, s n)The iUnion of connected sets indexed by a type with an archimedean successor (like ℕ or ℤ)
such that any two neighboring sets meet is preconnected.
- Defined in
- Mathlib.Topology.Connected.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- LinearOrderstatement and proof · cited by 8,572
- Set.Nonemptystatement and proof · cited by 2,627
- Set.iUnionstatement · cited by 2,483
- Set.Icoproof · cited by 799
- Order.succstatement and proof · cited by 633
- SuccOrderstatement and proof · cited by 574
- IsPreconnectedstatement and proof · cited by 205
- IsSuccArchimedeanstatement and proof · cited by 88
- reflTransGen_of_succproof · cited by 6
- IsPreconnected.iUnion_of_reflTransGenproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.