Documentation

LeanPool.SardMoreira.ToMathlib.PR32186

Displacement is at most the integral of the speed #

In this file we prove several version of the following fact: the displacement (dist (f a) (f b)) is at most the integral of ‖deriv f‖ over [a, b].

theorem dist_le_integral_of_norm_deriv_le_of_le {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] {f : E} {B : } {a b : } (hab : a b) (hfc : ContinuousOn f (Set.Icc a b)) (hfd : DifferentiableOn f (Set.Ioo a b)) (hfB : ∀ᵐ (t : ), t Set.Ioo a bderiv f t B t) (hBi : IntervalIntegrable B MeasureTheory.volume a b) :
dist (f a) (f b) (t : ) in a..b, B t
theorem dist_le_mul_volume_of_norm_deriv_le_of_le {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] {f : E} {a b C : } (hab : a b) (hfc : ContinuousOn f (Set.Icc a b)) (hfd : DifferentiableOn f (Set.Ioo a b)) (hnorm : ∀ᵐ (t : ), t Set.Ioo a bderiv f t C) :
dist (f a) (f b) C * MeasureTheory.volume.real {x : | x Set.Ioo a b deriv f x 0}