Theorems · Theorem · general topology
intermediate_value_Icc
- #79 of the 100 theorems: The Intermediate Value Theorem
- 1000+ list: Intermediate value theorem
∀ {α : Type u} [inst : TopologicalSpace α] [inst_1 : ConditionallyCompleteLinearOrder α] [OrderTopology α]
[DenselyOrdered α] {δ : Type u_1} [inst_4 : LinearOrder δ] [inst_5 : TopologicalSpace δ] [OrderClosedTopology δ]
{a b : α}, a ≤ b → ∀ {f : α → δ}, ContinuousOn f (Set.Icc a b) → Set.Icc (f a) (f b) ⊆ f '' Set.Icc a bIntermediate Value Theorem for continuous functions on closed intervals, case
f a ≤ t ≤ f b.
- Defined in
- Mathlib.Topology.Order.IntermediateValue
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 86 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · 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
- 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.left_mem_Iccproof · cited by 67
- Set.right_mem_Iccproof · cited by 60
Cited by4
Results whose statement or proof uses this declaration.
- ContinuousOn.image_Icc_of_monotoneOnproof · cited by 5
- Polynomial.zero_lt_eval_of_roots_lt_of_leadingCoeff_nonnegproof · cited by 3
- Real.surjOn_sinproof · cited by 2
- Path.range_reparamproof · cited by 0