Shift-invariant representatives via limsup construction #
This file constructs canonical shift-invariant representatives for functions that are
almost shift-invariant (i.e., g ∘ shift = g a.e.).
Main definitions #
gRep: Canonical shift-invariant representative via limsup along the orbit.mkShiftInvariantRep: Given an a.e. shift-invariant function, construct a representative that is literally shift-invariant and measurable with respect toshiftInvariantSigma.exists_shiftInvariantRepresentative: Existence theorem for shift-invariant representatives.
Main results #
gRep_measurable: The limsup representative is measurable.gRep_shiftInvariant: The limsup representative is pointwise shift-invariant.gRep_ae_eq_of_constant_orbit: The representative agrees with the original a.e.exists_shiftInvariantFullMeasureSet: Construction of shift-invariant full-measure sets.
Mathematical idea #
For each ω, consider the orbit sequence g0(ω), g0(shift ω), g0(shift² ω), ....
If g0 is almost invariant, then this sequence is eventually constant on a full-measure set.
Taking the limsup gives a well-defined function that is:
- Shift-invariant:
gRep g0 (shift ω) = gRep g0 ωfor allω(not just a.e.) - Measurable: Inherits measurability from
g0 - Almost equal:
gRep g0 =ᵐ[μ] g0wheng0is almost invariant
This construction avoids the Axiom of Choice by using a canonical limit process rather than selecting arbitrary representatives from equivalence classes.
References #
- Olav Kallenberg (2005), Probabilistic Symmetries and Invariance Principles, Springer, Chapter 1.
Limsup construction for shift-invariant representatives #
Given a function g0 : Ω[α] → ℝ that is almost shift-invariant
(i.e., g0 ∘ shift = g0 a.e.), we construct a pointwise shift-invariant
representative gRep g0 using a limsup along the orbit.
Key property: If g0 (shift^[n] ω) = g0 ω for all n, then gRep g0 ω = g0 ω.
Canonical shift-invariant representative via limsup.
Given g0 : Ω[α] → ℝ, this constructs a shift-invariant function gRep g0 by taking
the limsup along the shift orbit and converting back to ℝ.
Properties:
- If
g0is measurable, so isgRep g0(seegRep_measurable) gRep g0 (shift ω) = gRep g0 ωfor allω(seegRep_shiftInvariant)- If
g0 (shift^[n] ω) = g0 ωfor alln, thengRep g0 ω = g0 ω(seegRep_eq_of_constant_orbit) - If
g0 ∘ shift =ᵐ[μ] g0, thengRep g0 =ᵐ[μ] g0(seegRep_ae_eq_of_constant_orbit)
Equations
Instances For
Construction of shift-invariant representatives #
The main challenge in working with shift-invariant functions is that almost-everywhere
equality g ∘ shift =ᵐ[μ] g doesn't immediately give a pointwise invariant function.
Goal: Given g : Ω[α] → ℝ with g ∘ shift =ᵐ[μ] g, construct
g' : Ω[α] → ℝ such that:
g' (shift ω) = g' ωfor ALLω(pointwise, not just a.e.)g' =ᵐ[μ] g(almost equal to the original)g'is measurable with respect toshiftInvariantSigma
Strategy:
- Find a shift-invariant full-measure set
Swheregis constant along orbits - Use
gRepto construct a pointwise invariant representative - Prove the representative agrees with
galmost everywhere
This avoids Choice by using the canonical gRep construction instead of selecting
arbitrary representatives.
Given an AEStronglyMeasurable function whose shift agrees with it almost
everywhere, construct a representative that is literally shift-invariant and
measurable with respect to the invariant σ-algebra.
Main construction: given a function that agrees with its shift a.e., produce a shift-invariant representative.