Theorems · Theorem · real analysis
norm_sub_le_integral_of_norm_deriv_le_of_le
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {f : ℝ → E} {a b : ℝ} {B : ℝ → ℝ},
a ≤ b →
ContinuousOn f (Set.Icc a b) →
DifferentiableOn ℝ f (Set.Ioo a b) →
(∀ᵐ (t : ℝ), t ∈ Set.Ioo a b → ‖deriv f t‖ ≤ B t) →
IntervalIntegrable B MeasureTheory.volume a b → ‖f b - f a‖ ≤ ∫ (t : ℝ) in a..b, B tDisplacement is at most the integral of an upper estimate on the speed.
Let f : ℝ → E be a function which is continuous on a closed interval [a, b]
and is differentiable on the open interval (a, b).
If B t is an integrable upper estimate on ‖f' t‖, a < t < b,
then ‖f b - f a‖ ≤ ∫ t in a..b, B t.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 267 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites59
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
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Norm.normstatement and proof · cited by 5,413
- Filter.Eventuallystatement and proof · cited by 3,134
- CompleteSpaceproof · cited by 2,532
- MeasureTheory.aestatement and proof · cited by 2,352
- Set.Iccstatement and proof · cited by 1,702
- MeasureTheory.Measure.restrictproof · cited by 1,646
- Set.Ioiproof · cited by 1,463
Cited by1
Results whose statement or proof uses this declaration.
- norm_sub_le_mul_volume_of_norm_deriv_le_of_leproof · cited by 1