Mathlib Map

Theorems · Theorem · general topology

IsConnected.iUnion_of_chain

∀ {α : Type u} {β : Type v} [inst : TopologicalSpace α] [inst_1 : LinearOrder β] [inst_2 : SuccOrder β]
  [IsSuccArchimedean β] [Nonempty β] {s : β → Set α},
  (∀ (n : β), IsConnected (s n)) → (∀ (n : β), (s n ∩ s (Order.succ n)).Nonempty) → IsConnected (⋃ 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 connected.

Defined in
Mathlib.Topology.Connected.Basic
Cited by
0 results in Mathlib
Foundations
Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceLinearOrderSuccOrderIsSuccArchimedeanNonempty

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.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.