Theorems · Theorem · probability
MeasureTheory.submartingale_of_expected_stoppedValue_mono
∀ {Ω : Type u_1} {m0 : MeasurableSpace Ω} {μ : MeasureTheory.Measure Ω} {𝒢 : MeasureTheory.Filtration ℕ m0}
{f : ℕ → Ω → ℝ} [MeasureTheory.SigmaFiniteFiltration μ 𝒢],
MeasureTheory.StronglyAdapted 𝒢 f →
(∀ (i : ℕ), MeasureTheory.Integrable (f i) μ) →
(∀ (τ π : Ω → ℕ∞),
MeasureTheory.IsStoppingTime 𝒢 τ →
MeasureTheory.IsStoppingTime 𝒢 π →
τ ≤ π →
(∃ N, ∀ (ω : Ω), π ω ≤ ↑N) →
∫ (x : Ω), MeasureTheory.stoppedValue f τ x ∂μ ≤ ∫ (x : Ω), MeasureTheory.stoppedValue f π x ∂μ) →
MeasureTheory.Submartingale f 𝒢 μThe converse direction of the optional stopping theorem, i.e. a strongly 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 π.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 299 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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
- ENatstatement and proof · cited by 4,985
- WithTopproof · cited by 3,754
- MeasurableSetproof · cited by 3,075
- Compl.complproof · cited by 2,925
- le_reflproof · cited by 2,061
- MeasureTheory.integralstatement and proof · cited by 1,779
- MeasureTheory.Measure.restrictproof · cited by 1,646
- le_rflproof · cited by 1,558
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.submartingale_iff_expected_stoppedValue_monoproof · cited by 1