Theorems · Theorem · probability
MeasureTheory.submartingale_iff_expected_stoppedValue_mono
- #62 of the 100 theorems: Fair Games Theorem
- 1000+ list: Optional stopping theorem
∀ {Ω : Type u_1} {m0 : MeasurableSpace Ω} {μ : MeasureTheory.Measure Ω} {𝒢 : MeasureTheory.Filtration ℕ m0}
{f : ℕ → Ω → ℝ} [MeasureTheory.SigmaFiniteFiltration μ 𝒢],
MeasureTheory.StronglyAdapted 𝒢 f →
(∀ (i : ℕ), MeasureTheory.Integrable (f i) μ) →
(MeasureTheory.Submartingale f 𝒢 μ ↔
∀ (τ π : Ω → ℕ∞),
MeasureTheory.IsStoppingTime 𝒢 τ →
MeasureTheory.IsStoppingTime 𝒢 π →
τ ≤ π →
(∃ N, ∀ (x : Ω), π x ≤ ↑N) →
∫ (x : Ω), MeasureTheory.stoppedValue f τ x ∂μ ≤ ∫ (x : Ω), MeasureTheory.stoppedValue f π x ∂μ)The optional stopping theorem (fair game theorem): a strongly adapted integrable process f
is a submartingale if and only if for all bounded stopping times τ and π such that τ ≤ π, the
stopped value of f at τ has expectation smaller than its stopped value at π.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 302 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- ENatstatement and proof · cited by 4,985
- MeasureTheory.integralstatement and proof · cited by 1,779
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- MeasureTheory.Filtrationstatement and proof · cited by 425
- MeasureTheory.IsStoppingTimestatement and proof · cited by 122
- MeasureTheory.StronglyAdaptedstatement and proof · cited by 81
- MeasureTheory.Submartingalestatement and proof · cited by 63
- MeasureTheory.stoppedValuestatement and proof · cited by 51
- MeasureTheory.SigmaFiniteFiltrationstatement and proof · cited by 35
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.Submartingale.stoppedProcessproof · cited by 1