Theorems · Theorem · real analysis
ConvexOn.slope_le_of_hasDerivWithinAt_Iio
∀ {S : Set ℝ} {f : ℝ → ℝ} {x y f' : ℝ},
ConvexOn ℝ S f → x ∈ S → y ∈ S → x < y → HasDerivWithinAt f f' (Set.Iio y) y → slope f x y ≤ f'If f : ℝ → ℝ is convex on S and left-differentiable at y ∈ S, then the slope of any secant
line with right endpoint at y is bounded above by the left derivative of f at y.
- Defined in
- Mathlib.Analysis.Convex.Deriv
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 170 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 and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- nhdsproof · cited by 5,554
- Filter.Eventuallyproof · cited by 3,134
- LT.lt.leproof · cited by 2,189
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- Set.Iiostatement and proof · cited by 1,166
- LT.lt.neproof · cited by 872
- HasDerivWithinAtstatement and proof · cited by 333
- ConvexOnstatement and proof · cited by 232
- slopestatement and proof · cited by 147
Cited by5
Results whose statement or proof uses this declaration.
- StrictConvexOn.slope_lt_of_hasDerivWithinAt_Iioproof · cited by 4
- ConcaveOn.le_slope_of_hasDerivWithinAt_Iioproof · cited by 3
- ConvexOn.slope_le_leftDerivproof · cited by 1
- ConvexOn.slope_le_of_hasDerivAtproof · cited by 1
- ConvexOn.slope_le_of_hasDerivWithinAtproof · cited by 1