Documentation

Exchangeability.DeFinetti.ViaMartingale.FutureFiltration

Future Filtration #

The future filtration at level m is σ(θ_{m+1} X), i.e., σ(X_{m+1}, X_{m+2}, ...). This is the σ-algebra generated by coordinates after position m.

Main definitions #

Main results #

These are extracted from ViaMartingale.lean to enable modular imports.

Future Filtration Definition #

@[reducible, inline]
abbrev Exchangeability.DeFinetti.ViaMartingale.futureFiltration {Ω : Type u_1} {α : Type u_2} [MeasurableSpace α] (X : Ωα) (m : ) :

Future reverse filtration: 𝔽ᶠᵘᵗₘ = σ(θ_{m+1} X).

Equations
Instances For

    Future Filtration Properties #

    The future filtration is decreasing (antitone).

    Tail σ-algebra via the future filtration. (Additive alias.)

    Equations
    Instances For
      @[simp]
      @[simp]

      Helper lemmas for tail σ-algebra #

      theorem Exchangeability.DeFinetti.ViaMartingale.tailSigma_le {Ω : Type u_5} {α : Type u_6} [MeasurableSpace Ω] [MeasurableSpace α] (X : Ωα) (hX : ∀ (n : ), Measurable (X n)) :

      The tail σ-algebra is a sub-σ-algebra of the ambient σ-algebra.

      Tail σ-algebra is sub-σ-algebra of future filtration.

      theorem Exchangeability.DeFinetti.ViaMartingale.indicator_tailMeasurable {Ω : Type u_5} {α : Type u_6} [MeasurableSpace Ω] [MeasurableSpace α] (X : Ωα) (A : Set Ω) (hA : MeasurableSet A) :

      Indicators of tail-measurable sets are tail-measurable functions.

      If each coordinate is measurable, then the tail σ-algebra is sigma-finite when the base measure is finite.

      Note: While this could be stated for general sigma-finite measures, we only need the finite case for de Finetti's theorem (which works with probability measures). The general sigma-finite case requires manual construction of spanning sets and is a mathlib gap.

      Helper lemmas for futureFiltration properties #

      theorem Exchangeability.DeFinetti.ViaMartingale.futureFiltration_le {Ω : Type u_5} {α : Type u_6} [MeasurableSpace Ω] [MeasurableSpace α] (X : Ωα) (m : ) (hX : ∀ (n : ), Measurable (X n)) :

      Future filtration is sub-σ-algebra of ambient.

      theorem Exchangeability.DeFinetti.ViaMartingale.preimage_measurable_in_futureFiltration {Ω : Type u_5} {α : Type u_6} [MeasurableSpace Ω] [MeasurableSpace α] (X : Ωα) (m k : ) (hk : 1 k) {A : Set α} (hA : MeasurableSet A) :
      MeasurableSet (X (m + k) ⁻¹' A)

      The preimage of a measurable set under X_{m+k} is measurable in futureFiltration X m. Note: This requires k ≥ 1 since futureFiltration X m = σ(X_{m+1}, X_{m+2}, ...).

      theorem Exchangeability.DeFinetti.ViaMartingale.measurableSet_of_futureFiltration {Ω : Type u_5} {α : Type u_6} [MeasurableSpace Ω] [MeasurableSpace α] (X : Ωα) {m n : } (hmn : m n) {A : Set Ω} (hA : MeasurableSet A) :

      Events measurable in a future filtration remain measurable in earlier filtrations.