Documentation

Atlas.TheoryOfProbability.code.OptionalStoppingUI

theorem optional_stopping_uniformly_integrable {Ω : Type u_1} {m0 : MeasurableSpace Ω} {μ : MeasureTheory.Measure Ω} [MeasureTheory.IsProbabilityMeasure μ] { : MeasureTheory.Filtration m0} {M : Ω} {τ : Ω} (hmart : MeasureTheory.Submartingale M μ) (hui : MeasureTheory.UniformIntegrable M 1 μ) ( : MeasureTheory.IsStoppingTime fun (ω : Ω) => (τ ω)) :
MeasureTheory.UniformIntegrable (fun (n : ) (ω : Ω) => M (min (τ ω) n) ω) 1 μ

General optional stopping theorem (uniform integrability preservation) (Lecture 29): let M be a uniformly integrable submartingale with respect to a filtration and let τ be a stopping time. Then the stopped process n ↦ M_{min(τ, n)} is uniformly integrable. Thin wrapper around optional_stopping_alt_ui_preserved.