Theorems · Theorem · probability
MeasureTheory.Submartingale.expected_stoppedValue_mono
∀ {Ω : Type u_1} {m0 : MeasurableSpace Ω} {μ : MeasureTheory.Measure Ω} {𝒢 : MeasureTheory.Filtration ℕ m0}
{τ π : Ω → ℕ∞} {E : Type u_2} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [CompleteSpace E]
[inst_3 : PartialOrder E] [IsOrderedAddMonoid E] [IsOrderedModule ℝ E] [ClosedIciTopology E]
[MeasureTheory.SigmaFiniteFiltration μ 𝒢] {f : ℕ → Ω → E},
MeasureTheory.Submartingale f 𝒢 μ →
MeasureTheory.IsStoppingTime 𝒢 τ →
MeasureTheory.IsStoppingTime 𝒢 π →
τ ≤ π →
∀ {N : ℕ},
(∀ (ω : Ω), π ω ≤ ↑N) →
∫ (x : Ω), MeasureTheory.stoppedValue f τ x ∂μ ≤ ∫ (x : Ω), MeasureTheory.stoppedValue f π x ∂μ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.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 301 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites44
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- PartialOrderstatement and proof · cited by 6,410
- Set.ofPredproof · cited by 6,101
- ENatstatement and proof · cited by 4,985
- MeasurableSetproof · cited by 3,075
- Compl.complproof · cited by 2,925
- CompleteSpacestatement and proof · cited by 2,532
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.Submartingale.stoppedProcessproof · cited by 1
- MeasureTheory.submartingale_iff_expected_stoppedValue_monoproof · cited by 1
- MeasureTheory.maximal_ineqproof · cited by 0