Theorems · Theorem · real analysis
exists_isLocalExtr_Ioo_of_tendsto
∀ {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} {l : Y},
a < b →
ContinuousOn f (Set.Ioo a b) →
Filter.Tendsto f (nhdsWithin a (Set.Ioi a)) (nhds l) →
Filter.Tendsto f (nhdsWithin b (Set.Iio b)) (nhds l) → ∃ c ∈ Set.Ioo a b, IsLocalExtr f cIf a function f is continuous on an open interval
and tends to the same value at its endpoints,
then it has a local extremum on this open interval.
- Defined in
- Mathlib.Topology.Order.Rolle
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 94 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- nhdsWithinstatement and proof · cited by 1,912
- Set.Ioistatement and proof · cited by 1,463
- ContinuousOnstatement and proof · cited by 1,411
- OrderTopologystatement and proof · cited by 1,355
- Set.Ioostatement and proof · cited by 1,214
- Set.Iiostatement and proof · cited by 1,166
- ConditionallyCompleteLinearOrderstatement and proof · cited by 542
Cited by1
Results whose statement or proof uses this declaration.
- exists_hasDerivAt_eq_zero'proof · cited by 3