Mathlib Map

Theorems · Theorem · general topology

IsPreconnected.eq_univ_of_unbounded

∀ {α : Type v} [inst : LinearOrder α] [inst_1 : TopologicalSpace α] [OrderClosedTopology α] {s : Set α},
  IsPreconnected s → ¬BddBelow s → ¬BddAbove s → s = Set.univ

If a preconnected set in a linear order space is unbounded below and above, then it is the whole space.

Defined in
Mathlib.Topology.Order.IntermediateValue
Cited by
1 results in Mathlib
Foundations
Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
LinearOrderTopologicalSpaceOrderClosedTopology

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites13

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.