Theorems · Theorem · real analysis
StrictConvexOn.lt_slope_of_hasDerivWithinAt
∀ {S : Set ℝ} {f : ℝ → ℝ} {x y f' : ℝ},
StrictConvexOn ℝ S f → x ∈ S → y ∈ S → x < y → HasDerivWithinAt f f' S x → f' < slope f x yIf f : ℝ → ℝ is strictly convex on S and differentiable within S at x ∈ S, then the
slope of any secant line with left endpoint at x is strictly greater than the derivative of f
within S at x.
This is fractionally weaker than StrictConvexOn.lt_slope_of_hasDerivWithinAt_Ioi but simpler to
apply under a DifferentiableOn S hypothesis.
- Defined in
- Mathlib.Analysis.Convex.Deriv
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 172 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- HasDerivWithinAtstatement and proof · cited by 333
- slopestatement · cited by 147
- StrictConvexOnstatement and proof · cited by 84
- Convex.ordConnectedproof · cited by 19
- HasDerivWithinAt.mono_of_mem_nhdsWithinproof · cited by 12
- Set.OrdConnected.mem_nhdsGTproof · cited by 4
- StrictConvexOn.lt_slope_of_hasDerivWithinAt_Ioiproof · cited by 4
Cited by2
Results whose statement or proof uses this declaration.
- StrictConvexOn.derivWithin_lt_slopeproof · cited by 1
- StrictConcaveOn.slope_lt_of_hasDerivWithinAtproof · cited by 1