Theorems · Theorem · measure theory
MeasureTheory.lintegral_enorm_le_liminf_of_tendsto
∀ {G : ℕ → ℝ → ℝ} {f : ℝ → ℝ} {μ : MeasureTheory.Measure ℝ},
(∀ᵐ (x : ℝ) ∂μ, Filter.Tendsto (fun n => G n x) Filter.atTop (nhds (f x))) →
(∀ (n : ℕ), AEMeasurable (fun x => ‖G n x‖ₑ) μ) →
∫⁻ (x : ℝ), ‖f x‖ₑ ∂μ ≤ Filter.liminf (fun n => ∫⁻ (x : ℝ), ‖G n x‖ₑ ∂μ) Filter.atTopIf G n tends to f a.e. and each ‖G n ·‖ₑ is AEMeasurable, then the lower Lebesgue
integral of ‖f ·‖ₑ is at most the liminf of the lower Lebesgue integral of ‖G n ·‖ₑ.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 204 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- 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
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- MeasureTheory.lintegralstatement · cited by 1,152
- AEMeasurablestatement and proof · cited by 840
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.integrable_of_tendstoproof · cited by 2
- MonotoneOn.intervalIntegral_deriv_mem_uIccproof · cited by 0