Theorems · Theorem · measure theory
MeasureTheory.integrable_of_tendsto
∀ {G : ℕ → ℝ → ℝ} {f : ℝ → ℝ} {μ : MeasureTheory.Measure ℝ},
(∀ᵐ (x : ℝ) ∂μ, Filter.Tendsto (fun n => G n x) Filter.atTop (nhds (f x))) →
(∀ (n : ℕ), MeasureTheory.AEStronglyMeasurable (G n) μ) →
Filter.liminf (fun n => ∫⁻ (x : ℝ), ‖G n x‖ₑ ∂μ) Filter.atTop ≠ ⊤ → MeasureTheory.Integrable f μIf G n tends to f a.e., each G n is AEStronglyMeasurable and the liminf of the lower
Lebesgue integral of ‖G n ·‖ₑ is finite, then f is Lebesgue integrable.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 205 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Eventuallystatement and proof · cited by 3,134
- Filter.atTopstatement and proof · cited by 2,405
- MeasureTheory.aestatement and proof · cited by 2,352
- MeasureTheory.Integrablestatement · cited by 1,367
- MeasureTheory.lintegralstatement and proof · cited by 1,152
- MeasureTheory.AEStronglyMeasurablestatement and proof · cited by 755
Cited by2
Results whose statement or proof uses this declaration.
- MonotoneOn.intervalIntegrable_derivproof · cited by 1
- MonotoneOn.intervalIntegral_deriv_mem_uIccproof · cited by 0