Theorems · Theorem · real analysis
Convex.mul_sub_le_image_sub_of_le_deriv
∀ {D : Set ℝ},
Convex ℝ D →
∀ {f : ℝ → ℝ},
ContinuousOn f D →
DifferentiableOn ℝ f (interior D) →
∀ {C : ℝ}, (∀ x ∈ interior D, C ≤ deriv f x) → ∀ x ∈ D, ∀ y ∈ D, x ≤ y → C * (y - x) ≤ f y - f xLet f be a function continuous on a convex (or, equivalently, connected) subset D
of the real line. If f is differentiable on the interior of D and C ≤ f', then
f grows at least as fast as C * x on D, i.e., C * (y - x) ≤ f y - f x whenever x, y ∈ D,
x ≤ y.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 189 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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
- LE.le.transproof · cited by 3,151
- MulZeroClass.mul_zeroproof · cited by 2,091
- le_reflproof · cited by 2,061
- Set.Iccproof · cited by 1,702
- ContinuousOnstatement and proof · cited by 1,411
- Set.Iooproof · cited by 1,214
- sub_selfproof · cited by 996
- interiorstatement and proof · cited by 714
- derivstatement and proof · cited by 676
- Convexstatement and proof · cited by 551
Cited by3
Results whose statement or proof uses this declaration.
- monotoneOn_of_deriv_nonnegproof · cited by 25
- Convex.image_sub_le_mul_sub_of_deriv_leproof · cited by 2
- mul_sub_le_image_sub_of_le_derivproof · cited by 0