Theorems · Theorem · real analysis
Convex.norm_image_sub_le_of_norm_hasDerivWithin_le
∀ {𝕜 : Type u_3} {G : Type u_4} [inst : RCLike 𝕜] [inst_1 : NormedAddCommGroup G] [inst_2 : NormedSpace 𝕜 G]
{f f' : 𝕜 → G} {s : Set 𝕜} {x y : 𝕜} {C : ℝ},
(∀ x ∈ s, HasDerivWithinAt f (f' x) s x) →
(∀ x ∈ s, ‖f' x‖ ≤ C) → Convex ℝ s → x ∈ s → y ∈ s → ‖f y - f x‖ ≤ C * ‖y - x‖The mean value theorem on a convex set in dimension 1: if the derivative of a function is
bounded by C, then the function is C-Lipschitz. Version with HasDerivWithinAt.
- Defined in
- Mathlib.Analysis.Calculus.MeanValue
- Cited by
- 4 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.
Cites12
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Norm.normstatement and proof · cited by 5,413
- RCLikestatement and proof · cited by 2,829
- le_transproof · cited by 985
- Convexstatement and proof · cited by 551
- HasDerivWithinAtstatement and proof · cited by 333
- HasDerivWithinAt.hasFDerivWithinAtproof · cited by 26
- ContinuousLinearMap.norm_toSpanSingletonproof · cited by 11
- Convex.norm_image_sub_le_of_norm_hasFDerivWithin_leproof · cited by 9
Cited by4
Results whose statement or proof uses this declaration.
- Real.abs_log_sub_add_sum_range_leproof · cited by 4
- Convex.norm_image_sub_le_of_norm_deriv_leproof · cited by 2
- Real.sum_range_sub_log_div_leproof · cited by 1
- Convex.norm_image_sub_le_of_norm_derivWithin_leproof · cited by 0