Documentation

Mathlib.MeasureTheory.Integral.IntervalIntegral.DerivIntegrable

f' is interval integrable for certain classes of functions f #

This file proves that:

Tags #

interval integrable, monotone, bounded variation, absolutely continuous

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.

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)) :
(x : ) in a..b, deriv f x Set.uIcc 0 (f b - f a)

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.

If f has bounded variation on uIcc a b, then f' is interval integrable on a..b.

If f is absolutely continuous on uIcc a b, then f' is interval integrable on a..b.