Lebesgue Differentiation Theorem (Interval Version) #
This file proves the interval version of the Lebesgue Differentiation Theorem. There are two versions in this file.
LocallyIntegrable.ae_hasDerivAt_integral
is the global version. It states that iff : ℝ → ℝ
is locally integrable, then for almost everyx
, for anyc : ℝ
, the derivative of∫ (t : ℝ) in c..x, f t
atx
is equal tof x
.IntervalIntegrable.ae_hasDerivAt_integral
is the local version. It states that iff : ℝ → ℝ
is interval integrable ona..b
, then for almost everyx ∈ uIcc a b
, for anyc ∈ uIcc a b
, the derivative of∫ (t : ℝ) in c..x, f t
atx
is equal tof x
.
The (global) interval version of the Lebesgue Differentiation Theorem: if f : ℝ → ℝ
is
locally integrable, then for almost every x
, for any c : ℝ
, the derivative of
∫ (t : ℝ) in c..x, f t
at x
is equal to f x
.
The (local) interval version of the Lebesgue Differentiation Theorem: if f : ℝ → ℝ
is
interval integrable on a..b
, then for almost every x ∈ uIcc a b
, for any c ∈ uIcc a b
, the
derivative of ∫ (t : ℝ) in c..x, f t
at x
is equal to f x
.