Documentation

Exchangeability.PathSpace.CylinderHelpers

Cylinder Sets on Path Space #

This file contains infrastructure for working with cylinder sets on path space (ℕ → α). Cylinder sets are fundamental objects in probability theory on sequence spaces, consisting of events determined by finitely many coordinates.

Main definitions #

Main results #

def Exchangeability.PathSpace.cylinder {α : Type u_1} (r : ) (C : Fin rSet α) :
Set (α)

Standard cylinder on the first r coordinates starting at index 0.

Equations
Instances For
    theorem Exchangeability.PathSpace.cylinder_measurable {α : Type u_1} [MeasurableSpace α] {r : } {C : Fin rSet α} (hC : ∀ (i : Fin r), MeasurableSet (C i)) :
    def Exchangeability.PathSpace.firstRMap {Ω : Type u_1} {α : Type u_2} (X : Ωα) (r : ) :
    ΩFin rα

    The map collecting the first r coordinates.

    Equations
    Instances For
      @[reducible, inline]
      abbrev Exchangeability.PathSpace.firstRSigma {Ω : Type u_1} {α : Type u_2} [MeasurableSpace α] (X : Ωα) (r : ) :

      The σ‑algebra generated by the first r coordinates.

      Equations
      Instances For
        def Exchangeability.PathSpace.firstRCylinder {Ω : Type u_1} {α : Type u_2} (X : Ωα) (r : ) (C : Fin rSet α) :
        Set Ω

        The finite block cylinder event on the first r coordinates.

        Equations
        Instances For
          theorem Exchangeability.PathSpace.firstRCylinder_measurable_in_firstRSigma {Ω : Type u_1} {α : Type u_2} [MeasurableSpace α] (X : Ωα) (r : ) (C : Fin rSet α) (hC : ∀ (i : Fin r), MeasurableSet (C i)) :

          Measurable in the first-r σ‑algebra. If each C i is measurable in α, then the block cylinder is measurable in firstRSigma X r (no measurability assumptions on the X i are needed for this comap‑level statement).

          theorem Exchangeability.PathSpace.firstRCylinder_measurable_ambient {Ω : Type u_1} {α : Type u_2} [MeasurableSpace Ω] [MeasurableSpace α] (X : Ωα) (r : ) (C : Fin rSet α) (hX : ∀ (i : ), Measurable (X i)) (hC : ∀ (i : Fin r), MeasurableSet (C i)) :

          Measurable in the ambient σ‑algebra. If each coordinate X i is measurable, then the block cylinder is measurable in the ambient σ‑algebra (useful for Integrable.indicator).

          theorem Exchangeability.PathSpace.firstRSigma_le_ambient {Ω : Type u_1} {α : Type u_2} [MeasurableSpace Ω] [MeasurableSpace α] (X : Ωα) (r : ) (hX : ∀ (i : ), Measurable (X i)) :

          The first-r σ-algebra is a sub-σ-algebra of the ambient σ-algebra when coordinates are measurable.