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).

    @[reducible]

    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.

      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.