Theorems · Theorem · probability
MeasureTheory.Submartingale.mul_integral_upcrossingsBefore_le_integral_pos_part
∀ {Ω : Type u_1} {m0 : MeasurableSpace Ω} {μ : MeasureTheory.Measure Ω} {f : ℕ → Ω → ℝ}
{ℱ : MeasureTheory.Filtration ℕ m0} [MeasureTheory.IsFiniteMeasure μ] (a b : ℝ),
MeasureTheory.Submartingale f ℱ μ →
∀ (N : ℕ),
(b - a) * ∫ (x : Ω), ↑(MeasureTheory.upcrossingsBefore a b f N x) ∂μ ≤ ∫ (x : Ω), (fun ω => (f N ω - a)⁺) x ∂μDoob's upcrossing estimate: given a real-valued discrete submartingale f and real
values a and b, we have (b - a) * 𝔼[upcrossingsBefore a b f N] ≤ 𝔼[(f N - a)⁺] where
upcrossingsBefore a b f N is the number of times the process f crossed from below a to above
b before the time N.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 312 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- MeasureTheory.integralstatement · cited by 1,779
- MeasureTheory.IsFiniteMeasurestatement and proof · cited by 1,078
- le_transproof · cited by 985
- MeasureTheory.Filtrationstatement and proof · cited by 425
- Nat.cast_nonneg'proof · cited by 245
- PosPart.posPartstatement · cited by 113
- MeasureTheory.Submartingalestatement and proof · cited by 63
- MeasureTheory.integral_nonnegproof · cited by 52
- sub_nonposproof · cited by 29
Cited by1
Results whose statement or proof uses this declaration.