Theorems · Theorem · general topology
IsPreconnected.intermediate_value
∀ {X : Type u} {α : Type v} [inst : TopologicalSpace X] [inst_1 : LinearOrder α] [inst_2 : TopologicalSpace α]
[OrderClosedTopology α] {s : Set X},
IsPreconnected s → ∀ {a b : X}, a ∈ s → b ∈ s → ∀ {f : X → α}, ContinuousOn f s → Set.Icc (f a) (f b) ⊆ f '' sIntermediate Value Theorem for continuous functions on connected sets.
- Defined in
- Mathlib.Topology.Order.IntermediateValue
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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.imagestatement · cited by 5,609
- Set.Iccstatement and proof · cited by 1,702
- ContinuousOnstatement and proof · cited by 1,411
- OrderClosedTopologystatement and proof · cited by 445
- IsPreconnectedstatement and proof · cited by 205
- continuousOn_constproof · cited by 96
- IsPreconnected.intermediate_value₂proof · cited by 4
Cited by6
Results whose statement or proof uses this declaration.
- IsPreconnected.Icc_subsetproof · cited by 4
- intermediate_value_Iccproof · cited by 4
- MeasureTheory.exists_eq_setAverageproof · cited by 3
- intermediate_value_Icc'proof · cited by 3
- intermediate_value_uIccproof · cited by 3
- ContinuousOn.surjOn_Iccproof · cited by 1