Theorems · Theorem · real analysis
StrictConvexOn.slope_lt_of_hasDerivWithinAt_Iio
∀ {S : Set ℝ} {f : ℝ → ℝ} {x y f' : ℝ},
StrictConvexOn ℝ S f → x ∈ S → y ∈ S → x < y → HasDerivWithinAt f f' (Set.Iio y) y → slope f x y < f'If f : ℝ → ℝ is strictly convex on S and differentiable at y ∈ S, then the slope of any
secant line with right endpoint at y is strictly less than the left derivative at y.
- Defined in
- Mathlib.Analysis.Convex.Deriv
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 171 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- Realstatement and proof · cited by 25,697
- Moduleproof · cited by 20,661
- AddCommGroupproof · cited by 12,871
- LT.lt.leproof · cited by 2,189
- AddTorsorproof · cited by 1,657
- Set.Iiostatement and proof · cited by 1,166
- LT.lt.neproof · cited by 872
- LT.lt.trans_leproof · cited by 678
- HasDerivWithinAtstatement and proof · cited by 333
- slopestatement · cited by 147
- exists_betweenproof · cited by 102
Cited by4
Results whose statement or proof uses this declaration.
- StrictConcaveOn.lt_slope_of_hasDerivWithinAt_Iioproof · cited by 2
- StrictConvexOn.slope_lt_of_hasDerivWithinAtproof · cited by 2
- StrictConvexOn.slope_lt_of_hasDerivAtproof · cited by 1
- StrictConvexOn.slope_lt_leftDerivproof · cited by 0