Theorems · Theorem · real analysis
Convex.image_sub_le_mul_sub_of_deriv_le
∀ {D : Set ℝ},
Convex ℝ D →
∀ {f : ℝ → ℝ},
ContinuousOn f D →
DifferentiableOn ℝ f (interior D) →
∀ {C : ℝ}, (∀ x ∈ interior D, deriv f x ≤ C) → ∀ x ∈ D, ∀ y ∈ D, x ≤ y → f y - f x ≤ C * (y - x)Let 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 f' ≤ C, then
f grows at most as fast as C * x on D, i.e., f y - f x ≤ C * (y - x) whenever x, y ∈ D,
x ≤ y.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 190 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
- Nat.cast_zeroproof · cited by 1,870
- ContinuousOnstatement and proof · cited by 1,411
- interiorstatement and proof · cited by 714
- derivstatement and proof · cited by 676
- Convexstatement and proof · cited by 551
- le_of_not_gtproof · cited by 430
- DifferentiableOnstatement and proof · cited by 419
- neg_le_neg_iffproof · cited by 57
- ContinuousOn.fun_negproof · cited by 14
- DifferentiableOn.negproof · cited by 9
Cited by2
Results whose statement or proof uses this declaration.
- antitoneOn_of_deriv_nonposproof · cited by 25
- image_sub_le_mul_sub_of_deriv_leproof · cited by 0