Theorems · Theorem · general topology
ContinuousOn.surjOn_Icc
∀ {α : Type u} [inst : TopologicalSpace α] [inst_1 : ConditionallyCompleteLinearOrder α] [OrderTopology α]
[DenselyOrdered α] {δ : Type u_1} [inst_4 : LinearOrder δ] [inst_5 : TopologicalSpace δ] [OrderClosedTopology δ]
{s : Set α} [hs : s.OrdConnected] {f : α → δ},
ContinuousOn f s → ∀ {a b : α}, a ∈ s → b ∈ s → Set.SurjOn f s (Set.Icc (f a) (f b))Intermediate value theorem: if f is continuous on an order-connected set s and a,
b are two points of this set, then f sends s to a superset of Icc (f a) (f b).
- Defined in
- Mathlib.Topology.Order.IntermediateValue
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- LinearOrderstatement and proof · cited by 8,572
- Set.Iccstatement · cited by 1,702
- ContinuousOnstatement and proof · cited by 1,411
- OrderTopologystatement and proof · cited by 1,355
- ConditionallyCompleteLinearOrderstatement and proof · cited by 542
- DenselyOrderedstatement and proof · cited by 471
- OrderClosedTopologystatement and proof · cited by 445
- Set.SurjOnstatement · cited by 186
- Set.OrdConnectedstatement and proof · cited by 161
- Set.OrdConnected.isPreconnectedproof · cited by 9
Cited by1
Results whose statement or proof uses this declaration.
- ContinuousOn.surjOn_uIccproof · cited by 1