Theorems · Theorem · real analysis
concaveOn_of_deriv2_nonpos
∀ {D : Set ℝ},
Convex ℝ D →
∀ {f : ℝ → ℝ},
ContinuousOn f D →
DifferentiableOn ℝ f (interior D) →
DifferentiableOn ℝ (deriv f) (interior D) → (∀ x ∈ interior D, deriv^[2] f x ≤ 0) → ConcaveOn ℝ D fIf a function f is continuous on a convex set D ⊆ ℝ, is twice differentiable on its
interior, and f'' is nonpositive on the interior, then f is concave on D.
- Defined in
- Mathlib.Analysis.Convex.Deriv
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 192 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- 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
- DifferentiableOnstatement and proof · cited by 419
- ConcaveOnstatement · cited by 159
- DifferentiableOn.continuousOnproof · cited by 32
- antitoneOn_of_deriv_nonposproof · cited by 25
- Convex.interiorproof · cited by 14
Cited by2
Results whose statement or proof uses this declaration.
- concaveOn_of_deriv2_nonpos'proof · cited by 1
- concaveOn_of_hasDerivWithinAt2_nonposproof · cited by 0