Theorems · Theorem · real analysis
ConvexOn.le_slope_of_hasDerivAt
∀ {S : Set ℝ} {f : ℝ → ℝ} {x y f' : ℝ}, ConvexOn ℝ S f → x ∈ S → y ∈ S → x < y → HasDerivAt f f' x → f' ≤ slope f x yIf f : ℝ → ℝ is convex on S and differentiable at x ∈ S, then the slope of any secant
line with left endpoint at x is bounded below by the derivative of f at x.
- Defined in
- Mathlib.Analysis.Convex.Deriv
- Cited by
- 1 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.
Cites7
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
- HasDerivAtstatement and proof · cited by 493
- ConvexOnstatement and proof · cited by 232
- slopestatement · cited by 147
- HasDerivAt.hasDerivWithinAtproof · cited by 86
- ConvexOn.le_slope_of_hasDerivWithinAt_Ioiproof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- ConvexOn.deriv_le_slopeproof · cited by 2