Theorems · Theorem · real analysis
strictConcaveOn_of_deriv2_neg
∀ {D : Set ℝ},
Convex ℝ D → ∀ {f : ℝ → ℝ}, ContinuousOn f D → (∀ x ∈ interior D, deriv^[2] f x < 0) → StrictConcaveOn ℝ D fIf a function f is continuous on a convex set D ⊆ ℝ and f'' is strictly negative on the
interior, then f is strictly concave on D.
Note that we don't require twice differentiability explicitly as it already implied by the second
derivative being strictly negative, except at at most one point.
- Defined in
- Mathlib.Analysis.Convex.Deriv
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 193 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- ContinuousOnstatement and proof · cited by 1,411
- LT.lt.neproof · cited by 872
- Nat.iteratestatement and proof · cited by 740
- interiorstatement and proof · cited by 714
- derivstatement and proof · cited by 676
- Convexstatement and proof · cited by 551
- DifferentiableAt.differentiableWithinAtproof · cited by 96
- StrictConcaveOnstatement · cited by 85
- Convex.interiorproof · cited by 14
- differentiableAt_of_deriv_ne_zeroproof · cited by 11
Cited by4
Results whose statement or proof uses this declaration.
- strictConcaveOn_sin_Iccproof · cited by 2
- strictConcaveOn_of_deriv2_neg'proof · cited by 2
- Real.strictConcaveOn_qaryEntropyproof · cited by 1
- strictConcaveOn_cos_Iccproof · cited by 0