Theorems · Theorem · measure theory
MeasureTheory.tendsto_Lp_finite_of_tendstoInMeasure
∀ {α : Type u_1} {β : Type u_2} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} [inst : NormedAddCommGroup β]
{p : ENNReal} {f : ℕ → α → β} {g : α → β} [MeasureTheory.IsFiniteMeasure μ],
1 ≤ p →
p ≠ ⊤ →
(∀ (n : ℕ), MeasureTheory.AEStronglyMeasurable (f n) μ) →
MeasureTheory.MemLp g p μ →
MeasureTheory.UnifIntegrable f p μ →
MeasureTheory.TendstoInMeasure μ f Filter.atTop g →
Filter.Tendsto (fun n => MeasureTheory.eLpNorm (f n - g) p μ) Filter.atTop (nhds 0)Forward direction of Vitali's convergence theorem: if f is a sequence of uniformly integrable
functions that converge in measure to some function g in a finite measure space, then f
converge in Lp to g.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 224 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setproof · cited by 53,352
- Realproof · cited by 25,697
- 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.Eventuallyproof · cited by 3,134
- MeasurableSetproof · cited by 3,075
Cited by4
Results whose statement or proof uses this declaration.
- MeasureTheory.Submartingale.tendsto_eLpNorm_one_limitProcessproof · cited by 2
- MeasureTheory.Integrable.tendsto_eLpNorm_condExpproof · cited by 1
- MeasureTheory.tendstoInMeasure_iff_tendsto_Lp_finiteproof · cited by 0
- ProbabilityTheory.strong_law_Lpproof · cited by 0