Theorems · Theorem · probability
MeasureTheory.Integrable.tendsto_ae_condExp
∀ {Ω : Type u_1} {m0 : MeasurableSpace Ω} {μ : MeasureTheory.Measure Ω} {ℱ : MeasureTheory.Filtration ℕ m0}
[MeasureTheory.IsFiniteMeasure μ] {g : Ω → ℝ},
MeasureTheory.Integrable g μ →
MeasureTheory.StronglyMeasurable g →
∀ᵐ (x : Ω) ∂μ, Filter.Tendsto (fun n => μ[g | ↑ℱ n] x) Filter.atTop (nhds (g x))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 almost everywhere to g.
This martingale also converges to g in L¹ and this result is provided by
MeasureTheory.Integrable.tendsto_eLpNorm_condExp
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 321 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites75
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
- Realstatement and proof · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Top.topproof · cited by 9,680
- Set.ofPredproof · cited by 6,101
- nhdsstatement and proof · cited by 5,554
- Set.rangeproof · cited by 4,705
- NNRealproof · cited by 4,310
- Set.univproof · cited by 3,945
- Filter.Tendstostatement and proof · cited by 3,814
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.Integrable.tendsto_eLpNorm_condExpproof · cited by 1
- MeasureTheory.tendsto_ae_condExpproof · cited by 0