Optional stopping theorem (fair game theorem) #
The optional stopping theorem states that an 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 π
.
This file also contains Doob's maximal inequality: given a non-negative submartingale f
, for all
ε : ℝ≥0
, we have ε • μ {ε ≤ f* n} ≤ ∫ ω in {ε ≤ f* n}, f n
where f* n ω = max_{k ≤ n}, f k ω
.
Main results #
MeasureTheory.submartingale_iff_expected_stoppedValue_mono
: the optional stopping theorem.MeasureTheory.Submartingale.stoppedProcess
: the stopped process of a submartingale with respect to a stopping time is a submartingale.MeasureTheory.maximal_ineq
: Doob's maximal inequality.
Given a submartingale f
and bounded stopping times τ
and π
such that τ ≤ π
, the
expectation of stoppedValue f τ
is less than or equal to the expectation of stoppedValue f π
.
This is the forward direction of the optional stopping theorem.
The converse direction of the optional stopping theorem, i.e. an adapted integrable process f
is a submartingale if for all bounded stopping times τ
and π
such that τ ≤ π
, the
stopped value of f
at τ
has expectation smaller than its stopped value at π
.
The optional stopping theorem (fair game theorem): an 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 π
.
The stopped process of a submartingale with respect to a stopping time is a submartingale.
Doob's maximal inequality: Given a non-negative submartingale f
, for all ε : ℝ≥0
,
we have ε • μ {ε ≤ f* n} ≤ ∫ ω in {ε ≤ f* n}, f n
where f* n ω = max_{k ≤ n}, f k ω
.
In some literature, the Doob's maximal inequality refers to what we call Doob's Lp inequality (which is a corollary of this lemma and will be proved in an upcoming PR).