Theorems · Theorem · probability
MeasureTheory.Submartingale.sum_mul_sub
∀ {Ω : Type u_1} {m0 : MeasurableSpace Ω} {μ : MeasureTheory.Measure Ω} {𝒢 : MeasureTheory.Filtration ℕ m0}
[MeasureTheory.IsFiniteMeasure μ] {R : ℝ} {ξ f : ℕ → Ω → ℝ},
MeasureTheory.Submartingale f 𝒢 μ →
MeasureTheory.StronglyAdapted 𝒢 ξ →
(∀ (n : ℕ) (ω : Ω), ξ n ω ≤ R) →
(∀ (n : ℕ) (ω : Ω), 0 ≤ ξ n ω) →
MeasureTheory.Submartingale (fun n => ∑ k ∈ Finset.range n, ξ k * (f (k + 1) - f k)) 𝒢 μ- Defined in
- Mathlib.Probability.Martingale.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 307 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- Finset.sumstatement · cited by 5,195
- Finset.rangestatement · cited by 1,341
- MeasureTheory.IsFiniteMeasurestatement and proof · cited by 1,078
- MeasureTheory.Filtrationstatement and proof · cited by 425
- MeasureTheory.StronglyAdaptedstatement and proof · cited by 81
- MeasureTheory.Submartingalestatement and proof · cited by 63
- MeasureTheory.Submartingale.sum_smul_subproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.Submartingale.sum_upcrossingStrat_mulproof · cited by 2
- MeasureTheory.Submartingale.sum_sub_upcrossingStrat_mulproof · cited by 1