f' is interval integrable for certain classes of functions f #
This file proves that:
MonotoneOn.intervalIntegrable_deriv: Iffis monotone ona..b, thenf'is interval integrable ona..b.MonotoneOn.intervalIntegral_deriv_mem_uIcc: Iffis monotone ona..b, then the integral off'ona..bis inuIcc 0 (f b - f a).BoundedVariationOn.intervalIntegrable_deriv: Iffhas bounded variation ona..b, thenf'is interval integrable ona..b.AbsolutelyContinuousOnInterval.intervalIntegrable_deriv: Iffis absolutely continuous ona..b, thenf'is interval integrable ona..b.
Tags #
interval integrable, monotone, bounded variation, absolutely continuous
theorem
MonotoneOn.exists_tendsto_deriv_liminf_lintegral_enorm_le
{f : โ โ โ}
{a b : โ}
(hab : a โค b)
(hf : MonotoneOn f (Set.Icc a b))
:
โ (G : โ โ โ โ โ),
(โแต (x : โ) โMeasureTheory.volume.restrict (Set.Icc a b), Filter.Tendsto (fun (n : โ) => G n x) Filter.atTop (nhds (deriv f x))) โง (โ (n : โ), MeasureTheory.AEStronglyMeasurable (G n) (MeasureTheory.volume.restrict (Set.Icc a b))) โง Filter.liminf (fun (n : โ) => โซโป (x : โ) in Set.Icc a b, โG n xโโ) Filter.atTop โค ENNReal.ofReal (f b - f a)
If f is monotone on [a, b], then f' is the limit of G n a.e. on [a, b], where each
G n is AEStronglyMeasurable and the liminf of the lower Lebesgue integral of โG n ยทโโ is at
most f b - f a.
theorem
MonotoneOn.intervalIntegrable_deriv
{f : โ โ โ}
{a b : โ}
(hf : MonotoneOn f (Set.uIcc a b))
:
If f is monotone on a..b, then f' is interval integrable on a..b.
theorem
MonotoneOn.intervalIntegral_deriv_mem_uIcc
{f : โ โ โ}
{a b : โ}
(hf : MonotoneOn f (Set.uIcc a b))
:
If f is monotone on a..b, then f' is interval integrable on a..b and the integral of
f' on a..b is in between 0 and f b - f a.
theorem
BoundedVariationOn.intervalIntegrable_deriv
{f : โ โ โ}
{a b : โ}
(hf : BoundedVariationOn f (Set.uIcc a b))
:
If f has bounded variation on uIcc a b, then f' is interval integrable on a..b.
theorem
AbsolutelyContinuousOnInterval.intervalIntegrable_deriv
{f : โ โ โ}
{a b : โ}
(hf : AbsolutelyContinuousOnInterval f a b)
:
If f is absolutely continuous on uIcc a b, then f' is interval integrable on a..b.