Theorems · Theorem · measure theory
MeasureTheory.unifIntegrable_of_tendsto_Lp
∀ {α : Type u_1} {β : Type u_2} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} [inst : NormedAddCommGroup β]
{p : ENNReal} {f : ℕ → α → β} {g : α → β},
1 ≤ p →
p ≠ ⊤ →
(∀ (n : ℕ), MeasureTheory.MemLp (f n) p μ) →
MeasureTheory.MemLp g p μ →
Filter.Tendsto (fun n => MeasureTheory.eLpNorm (f n - g) p μ) Filter.atTop (nhds 0) →
MeasureTheory.UnifIntegrable f p μConvergence in Lp implies uniform integrability.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 225 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NormedAddCommGroup
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.
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · 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.atTopstatement and proof · cited by 2,405
- MeasureTheory.MemLpstatement and proof · cited by 457
- MeasureTheory.eLpNormstatement and proof · cited by 329
- add_sub_cancelproof · cited by 195
- MeasureTheory.UnifIntegrablestatement and proof · cited by 31
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.tendstoInMeasure_iff_tendsto_Lpproof · cited by 0
- MeasureTheory.tendstoInMeasure_iff_tendsto_Lp_finiteproof · cited by 0