Theorems · Theorem · probability
MeasureTheory.Integrable.tendsto_eLpNorm_condExp
∀ {Ω : Type u_1} {m0 : MeasurableSpace Ω} {μ : MeasureTheory.Measure Ω} {ℱ : MeasureTheory.Filtration ℕ m0}
[MeasureTheory.IsFiniteMeasure μ] {g : Ω → ℝ},
MeasureTheory.Integrable g μ →
MeasureTheory.StronglyMeasurable g →
Filter.Tendsto (fun n => MeasureTheory.eLpNorm (μ[g | ↑ℱ n] - g) 1 μ) Filter.atTop (nhds 0)Part c of the L¹ martingale convergence theorem: Given an integrable function g which
is measurable with respect to ⨆ n, ℱ n where ℱ is a filtration, the martingale defined by
𝔼[g | ℱ n] converges in L¹ to g.
This martingale also converges to g almost everywhere and this result is provided by
MeasureTheory.Integrable.tendsto_ae_condExp
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 322 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- nhdsstatement · cited by 5,554
- Filter.Tendstostatement · cited by 3,814
- iSupstatement · cited by 2,415
- Filter.atTopstatement · cited by 2,405
- le_rflproof · cited by 1,558
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- MeasureTheory.IsFiniteMeasurestatement and proof · cited by 1,078
- MeasureTheory.Filtrationstatement and proof · cited by 425
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.tendsto_eLpNorm_condExpproof · cited by 0