Documentation

Exchangeability.Bridge.CesaroToCondExp

Bridge: Path Space Measure and Shift Preservation #

This file provides the path space measure μ_path and proves that contractability implies the shift map is measure-preserving on path space.

Main definitions #

Main results #

Path Space and Factor Map #

@[reducible, inline]

Path space for a type α

Equations
Instances For
    def Exchangeability.Bridge.pathify {Ω : Type u_1} {α : Type u_2} [MeasurableSpace Ω] [MeasurableSpace α] (X : Ωα) :
    ΩPathSpace α

    Factor map that sends ω : Ω to the path (n ↦ X n ω)

    Equations
    Instances For
      theorem Exchangeability.Bridge.measurable_pathify {Ω : Type u_1} {α : Type u_2} [MeasurableSpace Ω] [MeasurableSpace α] {X : Ωα} (hX_meas : ∀ (n : ), Measurable (X n)) :

      Law of the process as a probability measure on path space.

      Equations
      Instances For

        Alternate definition of process law without explicit μ for compatibility. Equivalent to μ_path but with μ as an implicit argument.

        Equations
        Instances For

          B. Bridge 1: Contractable → Shift Invariance #

          Bridge 1. Contractable ⇒ shift-invariant law on path space.

          Bridge 1'. Package the previous lemma as MeasurePreserving for MET.