Theorems · Theorem · functional analysis
MeasureTheory.Lp.eLpNorm_lim_le_liminf_eLpNorm
∀ {α : Type u_1} {E : Type u_2} {m : MeasurableSpace α} {p : ENNReal} {μ : MeasureTheory.Measure α}
[inst : SeminormedAddGroup E] {f : ℕ → α → E},
(∀ (n : ℕ), MeasureTheory.AEStronglyMeasurable (f n) μ) →
∀ (f_lim : α → E),
(∀ᵐ (x : α) ∂μ, Filter.Tendsto (fun n => f n x) Filter.atTop (nhds (f_lim x))) →
MeasureTheory.eLpNorm f_lim p μ ≤ Filter.liminf (fun n => MeasureTheory.eLpNorm (f n) p μ) Filter.atTop- Cited by
- 3 results in Mathlib
- Foundations
- Depth 211 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SeminormedAddGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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
- Top.topproof · 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
- eq_or_neproof · cited by 1,117
- ENNReal.toRealproof · cited by 859
- MeasureTheory.AEStronglyMeasurablestatement and proof · cited by 755
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.Filtration.memLp_limitProcess_of_eLpNorm_bddproof · cited by 4
- MeasureTheory.Lp.eLpNorm_le_of_ae_tendstoproof · cited by 3
- MeasureTheory.Lp.cauchy_tendsto_of_tendstoproof · cited by 1