Theorems · Theorem · real analysis
StrictMonoOn.exists_slope_lt_deriv_aux
∀ {x y : ℝ} {f : ℝ → ℝ},
ContinuousOn f (Set.Icc x y) →
x < y →
StrictMonoOn (deriv f) (Set.Ioo x y) →
(∀ w ∈ Set.Ioo x y, deriv f w ≠ 0) → ∃ a ∈ Set.Ioo x y, (f y - f x) / (y - x) < deriv f a- Defined in
- Mathlib.Analysis.Convex.Deriv
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 189 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 · cited by 53,352
- Realstatement and proof · cited by 25,697
- Set.Iccstatement and proof · cited by 1,702
- ContinuousOnstatement and proof · cited by 1,411
- Set.Ioostatement and proof · cited by 1,214
- derivstatement and proof · cited by 676
- DifferentiableOnproof · cited by 419
- LT.lt.transproof · cited by 370
- StrictMonoOnstatement and proof · cited by 194
- DifferentiableAt.differentiableWithinAtproof · cited by 96
- Set.nonempty_Iooproof · cited by 23
- differentiableAt_of_deriv_ne_zeroproof · cited by 11
Cited by1
Results whose statement or proof uses this declaration.
- StrictMonoOn.exists_slope_lt_derivproof · cited by 1