Theorems · Theorem · measure theory
MeasureTheory.lintegral_liminf_le
- 1000+ list: Fatou–Lebesgue theorem
∀ {α : Type u_1} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} {ι : Type u_3} {f : ι → α → ENNReal}
{u : Filter ι} [u.IsCountablyGenerated],
(∀ (i : ι), Measurable (f i)) →
∫⁻ (a : α), Filter.liminf (fun i => f i a) u ∂μ ≤ Filter.liminf (fun i => ∫⁻ (a : α), f i a ∂μ) uFatou's lemma, version with Measurable functions.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 204 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Filter.IsCountablyGenerated
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Filterstatement and proof · cited by 8,121
- Measurablestatement and proof · cited by 1,499
- MeasureTheory.lintegralstatement · cited by 1,152
- Measurable.aemeasurableproof · cited by 304
- Filter.IsCountablyGeneratedstatement and proof · cited by 220
- Filter.liminfstatement · cited by 198
- MeasureTheory.lintegral_liminf_le'proof · cited by 3
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.tendsto_lintegral_of_dominated_convergenceproof · cited by 3
- MeasureTheory.ae_bdd_liminf_atTop_rpow_of_eLpNorm_bddproof · cited by 1