Theorems · Theorem · real analysis
MonotoneOn.exists_tendsto_deriv_liminf_lintegral_enorm_le
∀ {f : ℝ → ℝ} {a b : ℝ},
a ≤ b →
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.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 265 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites77
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- TopologicalSpaceproof · cited by 24,529
- NormedAddCommGroupproof · cited by 15,752
- MeasurableSpaceproof · cited by 13,106
- NormedSpaceproof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Filterproof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Norm.normproof · cited by 5,413
- Set.univproof · cited by 3,945
- Filter.Tendstostatement and proof · cited by 3,814
Cited by2
Results whose statement or proof uses this declaration.
- MonotoneOn.intervalIntegrable_derivproof · cited by 1
- MonotoneOn.intervalIntegral_deriv_mem_uIccproof · cited by 0