Documentation

Exchangeability.Ergodic.ShiftInvariantSigma

Shift-invariant σ-algebra on path space #

This file defines the shift-invariant σ-algebra on path space and establishes basic measurability properties.

Main definitions #

Main results #

References #

The tail σ-algebra generated by the iterates of the left shift on path space.

Equations
Instances For

    A set is shift-invariant if it is measurable and equals its preimage under shift.

    Equations
    Instances For

      The shift-invariant σ-algebra: the collection of shift-invariant sets.

      This is defined directly as the sub-σ-algebra of measurable shift-invariant sets.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        theorem Exchangeability.DeFinetti.shiftInvariantSigma_measurable_shift_eq {α : Type u_1} [MeasurableSpace α] (g : Ω[α]) (hg : Measurable g) :
        (fun (ω : α) => g (PathSpace.shift ω)) = g

        Shift-invariant measurability forces pointwise invariance under the shift map.

        theorem Exchangeability.DeFinetti.shiftInvariant_implies_shiftInvariantMeasurable {α : Type u_1} [MeasurableSpace α] (g : Ω[α]) (hg : Measurable g) (hinv : ∀ (ω : α), g (PathSpace.shift ω) = g ω) :

        A function that is pointwise shift-invariant and measurable is measurable with respect to the shift-invariant σ-algebra.