Theorems · Theorem · measure theory
MeasureTheory.tendstoInMeasure_of_tendsto_eLpNorm_of_ne_top
∀ {α : Type u_1} {ι : Type u_2} {E : Type u_4} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} {p : ENNReal}
{f : ι → α → E} {g : α → E} [inst : SeminormedAddCommGroup E],
p ≠ 0 →
p ≠ ⊤ →
(∀ (n : ι), MeasureTheory.AEStronglyMeasurable (f n) μ) →
MeasureTheory.AEStronglyMeasurable g μ →
∀ {l : Filter ι},
Filter.Tendsto (fun n => MeasureTheory.eLpNorm (f n - g) p μ) l (nhds 0) →
MeasureTheory.TendstoInMeasure μ f l gThis lemma is superseded by MeasureTheory.tendstoInMeasure_of_tendsto_eLpNorm where we
allow p = ∞.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 211 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SeminormedAddCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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.topstatement and proof · cited by 9,680
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- MeasureTheory.AEStronglyMeasurablestatement and proof · cited by 755
- Filter.EventuallyEq.symmproof · cited by 408
- MeasureTheory.eLpNormstatement and proof · cited by 329
- MeasureTheory.AEStronglyMeasurable.mkproof · cited by 82
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.tendstoInMeasure_of_tendsto_eLpNormproof · cited by 3