Finite Cylinder Machinery for Kallenberg Lemma 1.3 #
This file provides the finite approximation infrastructure for proving conditional independence from contractability.
Main definitions #
finFutureSigma X m k- Finite approximation of the future σ-algebracontractable_finite_cylinder_measure- Cylinder measure formula from contractabilitycontractable_triple_pushforward- Triple pushforward equalityjoin_eq_comap_pair_finFuture- σ-algebra join characterization
Strategy #
We prove conditional independence by working with finite future approximations. The key insight is that contractability implies distributional equality for cylinder sets, which extends to the full σ-algebra via π-λ theorem.
Finite Future σ-Algebra #
Finite future σ-algebra.
Approximates the infinite future σ(X_{m+1}, X_{m+2}, ...) by finite truncation.
Equations
- Exchangeability.DeFinetti.ViaMartingale.finFutureSigma X m k = MeasurableSpace.comap (fun (ω : Ω) (i : Fin k) => X (m + 1 + ↑i) ω) inferInstance
Instances For
Cylinder Set Measure Formula #
Cylinder set measure formula from contractability (finite approximation).
For contractable sequences with r < m, the measure of joint cylinder events involving the first r coordinates, coordinate r, and k future coordinates can be expressed using contractability properties.
This provides the distributional foundation for proving conditional independence in the finite approximation setting.
Triple Pushforward #
Contractability implies equality of the joint law of
(X₀,…,X_{r-1}, X_r, X_{m+1}, …, X_{m+k}) and
(X₀,…,X_{r-1}, X_r, X_{r+1}, …, X_{r+k}).
σ-Algebra Join Characterization #
Join with a finite future equals the comap of the paired map (Z_r, θ_future^k).