Theorems · Theorem · measure theory
IntervalIntegrable.ae_hasDerivAt_integral
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [CompleteSpace E] {f : ℝ → E} {a b : ℝ},
IntervalIntegrable f MeasureTheory.volume a b →
∀ᵐ (x : ℝ), x ∈ Set.uIcc a b → ∀ c ∈ Set.uIcc a b, HasDerivAt (fun x => ∫ (t : ℝ) in c..x, f t) (f x) xThe (local) interval version of the Lebesgue Differentiation Theorem: if f : ℝ → E 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.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 263 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites38
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · 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
- Set.ofPredproof · cited by 6,101
- Filter.Eventuallystatement and proof · cited by 3,134
- CompleteSpacestatement and proof · cited by 2,532
- MeasureTheory.aestatement and proof · cited by 2,352
- Nat.cast_zeroproof · cited by 1,870
- Set.Iccproof · cited by 1,702
Cited by1
Results whose statement or proof uses this declaration.
- AbsolutelyContinuousOnInterval.integral_deriv_eq_subproof · cited by 1