Documentation

Exchangeability.Probability.Martingale.Crossings.Bounds

Crossings: Uniform Upcrossing Bound for Reverse Martingales #

The L¹-uniform upcrossing bound used in the reverse-martingale antitone-limit argument. Built on top of Pathwise.lean.

Main results #

theorem Exchangeability.Probability.upcrossings_bdd_uniform {Ω : Type u_1} [MeasurableSpace Ω] {μ : MeasureTheory.Measure Ω} {𝔽 : MeasurableSpace Ω} [MeasureTheory.IsProbabilityMeasure μ] (h_antitone : Antitone 𝔽) (h_le : ∀ (n : ), 𝔽 n inferInstance) (f : Ω) (hf : MeasureTheory.Integrable f μ) (a b : ) (hab : a < b) :
C < , ∀ (N : ), ∫⁻ (ω : Ω), MeasureTheory.upcrossings a b (fun (n : ) => revCEFinite f 𝔽 N n) ω μ C

Uniform (in N) bound on upcrossings for the reverse martingale.

For an L¹-bounded martingale obtained by reversing an antitone filtration, the expected number of upcrossings is uniformly bounded, independent of the time horizon N.