Theorems · Theorem · real analysis
Convex.mul_sub_lt_image_sub_of_lt_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 faster than 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.
Cites20
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
- Set.Iccproof · cited by 1,702
- ContinuousOnstatement and proof · cited by 1,411
- Set.Iooproof · cited by 1,214
- interiorstatement and proof · cited by 714
- derivstatement and proof · cited by 676
- Convexstatement and proof · cited by 551
- DifferentiableOnstatement and proof · cited by 419
- ContinuousOn.monoproof · cited by 156
- sub_posproof · cited by 147
Cited by3
Results whose statement or proof uses this declaration.
- strictMonoOn_of_deriv_posproof · cited by 9
- Convex.image_sub_lt_mul_sub_of_deriv_ltproof · cited by 2
- mul_sub_lt_image_sub_of_lt_derivproof · cited by 0