Theorems · Theorem · measure theory
LocallyIntegrable.ae_hasDerivAt_integral
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [CompleteSpace E] {f : ℝ → E},
MeasureTheory.LocallyIntegrable f MeasureTheory.volume →
∀ᵐ (x : ℝ), ∀ (c : ℝ), HasDerivAt (fun x => ∫ (t : ℝ) in c..x, f t) (f x) xThe (global) interval version of the Lebesgue Differentiation Theorem: if f : ℝ → E 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.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 262 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites55
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setproof · 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 · cited by 10,939
- nhdsproof · cited by 5,554
- Filter.Tendstoproof · cited by 3,814
- Filter.Eventuallystatement and proof · cited by 3,134
- CompleteSpacestatement and proof · cited by 2,532
- MeasureTheory.aestatement and proof · cited by 2,352
- LT.lt.leproof · cited by 2,189
Cited by1
Results whose statement or proof uses this declaration.
- IntervalIntegrable.ae_hasDerivAt_integralproof · cited by 1