Theorems · Theorem · real analysis
norm_sub_le_mul_volume_of_norm_deriv_le_of_le
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {f : ℝ → E} {a b C : ℝ},
a ≤ b →
ContinuousOn f (Set.Icc a b) →
DifferentiableOn ℝ f (Set.Ioo a b) →
(∀ᵐ (t : ℝ), t ∈ Set.Ioo a b → ‖deriv f t‖ ≤ C) →
‖f b - f a‖ ≤ C * MeasureTheory.volume.real {x | x ∈ Set.Ioo a b ∧ deriv f x ≠ 0}Let f : ℝ → E be a function which is continuous on [a, b] and is differentiable on (a, b).
Suppose that ‖f' t‖ ≤ C for a.e. t ∈ (a, b).
Then the distance between f a and f b
is at most C times the measure of x ∈ (a, b) such that f' x ≠ 0.
This lemma is useful, if f is known to have zero derivative at most points of [a, b].
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 268 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites50
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- TopologicalSpaceproof · cited by 24,529
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpaceproof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Top.topproof · cited by 9,680
- LinearOrderproof · cited by 8,572
- Set.ofPredstatement and proof · cited by 6,101
- Norm.normstatement and proof · cited by 5,413
Cited by1
Results whose statement or proof uses this declaration.
- norm_sub_le_mul_volume_of_norm_lineDeriv_leproof · cited by 1