Theorems · Theorem · probability
MeasureTheory.Submartingale.ae_tendsto_limitProcess
∀ {Ω : Type u_1} {m0 : MeasurableSpace Ω} {μ : MeasureTheory.Measure Ω} {ℱ : MeasureTheory.Filtration ℕ m0}
{f : ℕ → Ω → ℝ} {R : NNReal} [MeasureTheory.IsFiniteMeasure μ],
MeasureTheory.Submartingale f ℱ μ →
(∀ (n : ℕ), MeasureTheory.eLpNorm (f n) 1 μ ≤ ↑R) →
∀ᵐ (ω : Ω) ∂μ, Filter.Tendsto (fun n => f n ω) Filter.atTop (nhds (MeasureTheory.Filtration.limitProcess f ℱ μ ω))Almost everywhere martingale convergence theorem: An L¹-bounded submartingale converges
almost everywhere to a ⨆ n, ℱ n-measurable function.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 318 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites37
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 and proof · cited by 5,554
- Set.rangeproof · cited by 4,705
- NNRealstatement and proof · cited by 4,310
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Eventuallystatement and proof · cited by 3,134
- iSupproof · cited by 2,415
- Filter.atTopstatement and proof · cited by 2,405
- MeasureTheory.aestatement and proof · cited by 2,352
Cited by4
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.tendsto_densityProcess_limitProcessproof · cited by 2
- MeasureTheory.Integrable.tendsto_ae_condExpproof · cited by 2
- MeasureTheory.Submartingale.tendsto_eLpNorm_one_limitProcessproof · cited by 2
- MeasureTheory.Submartingale.ae_tendsto_limitProcess_of_uniformIntegrableproof · cited by 0