Theorems · Theorem · real analysis
exists_Ioo_extr_on_Icc
∀ {X : Type u_1} {Y : Type u_2} [inst : ConditionallyCompleteLinearOrder X] [DenselyOrdered X]
[inst_2 : TopologicalSpace X] [OrderTopology X] [inst_4 : LinearOrder Y] [inst_5 : TopologicalSpace Y]
[OrderTopology Y] {f : X → Y} {a b : X},
a < b → ContinuousOn f (Set.Icc a b) → f a = f b → ∃ c ∈ Set.Ioo a b, IsExtrOn f (Set.Icc a b) cA continuous function on a closed interval with f a = f b
takes either its maximum or its minimum value at a point in the interior of the interval.
- Defined in
- Mathlib.Topology.Order.Rolle
- Cited by
- 3 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.
Cites21
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.ofPredproof · cited by 6,101
- Set.Nonemptyproof · cited by 2,627
- le_antisymmproof · cited by 2,068
- Set.Iccstatement and proof · cited by 1,702
- ContinuousOnstatement and proof · cited by 1,411
- OrderTopologystatement and proof · cited by 1,355
- Set.Ioostatement and proof · cited by 1,214
- le_of_ltproof · cited by 1,175
- ConditionallyCompleteLinearOrderstatement and proof · cited by 542
Cited by3
Results whose statement or proof uses this declaration.
- exists_isLocalExtr_Iooproof · cited by 3
- exists_uIoo_isExtrOn_uIccproof · cited by 1
- exists_isExtrOn_Ioo_of_tendstoproof · cited by 1