Theorems · Theorem · measure theory
MeasureTheory.tendstoInMeasure_iff_tendsto_Lp_finite
∀ {α : Type u_1} {β : Type u_2} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} [inst : NormedAddCommGroup β]
{p : ENNReal} {f : ℕ → α → β} {g : α → β} [MeasureTheory.IsFiniteMeasure μ],
1 ≤ p →
p ≠ ⊤ →
(∀ (n : ℕ), MeasureTheory.MemLp (f n) p μ) →
MeasureTheory.MemLp g p μ →
(MeasureTheory.TendstoInMeasure μ f Filter.atTop g ∧ MeasureTheory.UnifIntegrable f p μ ↔
Filter.Tendsto (fun n => MeasureTheory.eLpNorm (f n - g) p μ) Filter.atTop (nhds 0))Vitali's convergence theorem: A sequence of functions f converges to g in Lp if and
only if it is uniformly integrable and converges to g in measure.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 226 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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.IsFiniteMeasurestatement and proof · cited by 1,078
- LT.lt.neproof · cited by 872
- zero_lt_oneproof · cited by 598
- MeasureTheory.MemLpstatement and proof · cited by 457
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.