Documentation

Exchangeability.Probability.Martingale.Reverse

Reverse Martingale Infrastructure #

To prove Lévy's downward theorem, we reverse time on finite horizons to obtain forward martingales, then apply the upcrossing inequality.

Main Definitions #

Main Results #

def Exchangeability.Probability.revFiltration {Ω : Type u_1} [MeasurableSpace Ω] (𝔽 : MeasurableSpace Ω) (h_antitone : Antitone 𝔽) (h_le : ∀ (n : ), 𝔽 n inferInstance) (N : ) :

Reverse filtration on a finite horizon N.

For an antitone filtration 𝔽, define 𝔾ⁿ_k := 𝔽_{N-k}. Since k ≤ ℓ implies N - ℓ ≤ N - k, and 𝔽 is antitone, we get 𝔽_{N-k} ≤ 𝔽_{N-ℓ}, so 𝔾ⁿ is a (forward) increasing filtration.

Equations
Instances For
    noncomputable def Exchangeability.Probability.revCEFinite {Ω : Type u_1} [MeasurableSpace Ω] {μ : MeasureTheory.Measure Ω} (f : Ω) (𝔽 : MeasurableSpace Ω) (N n : ) :
    Ω

    Reverse conditional expectation process at finite horizon N.

    For n ≤ N, this is just μ[f | 𝔽_{N-n}].

    Equations
    Instances For
      theorem Exchangeability.Probability.revCEFinite_martingale {Ω : Type u_1} [MeasurableSpace Ω] {μ : MeasureTheory.Measure Ω} {𝔽 : MeasurableSpace Ω} [MeasureTheory.IsProbabilityMeasure μ] (h_antitone : Antitone 𝔽) (h_le : ∀ (n : ), 𝔽 n inferInstance) (f : Ω) (_hf : MeasureTheory.Integrable f μ) (N : ) :
      MeasureTheory.Martingale (fun (n : ) => revCEFinite f 𝔽 N n) (revFiltration 𝔽 h_antitone h_le N) μ

      The reversed process revCEFinite f 𝔽 N is a martingale w.r.t. revFiltration 𝔽 N.

      Proof: For i ≤ j, we have 𝔽 (N - j) ≤ 𝔽 (N - i), so by the tower property: E[revCEFinite N j | revFiltration N i] = E[μ[f | 𝔽_{N-j}] | 𝔽_{N-i}] = μ[f | 𝔽_{N-i}] = revCEFinite N i

      L¹ boundedness of conditional expectations.

      This is a standard property: ‖μ[f | m]‖₁ ≤ ‖f‖₁.