Documentation

Exchangeability.Probability.TripleLawDropInfo

Kallenberg Lemma 1.3: Drop-Info Property via Contraction #

This module re-exports all submodules for backwards compatibility.

This file implements Kallenberg (2005), Lemma 1.3, the "contraction-independence" lemma.

Main Results #

Module Structure #

Mathematical Background #

Kallenberg's Lemma 1.3 (Contraction-Independence):

Given random elements ξ, η, ζ where:

  1. (ξ, η) =^d (ξ, ζ) (pair laws match)
  2. σ(η) ⊆ σ(ζ) (η is a contraction of ζ — i.e., η = f ∘ ζ for some measurable f)

Conclusion: P[ξ ∈ B | ζ] = P[ξ ∈ B | η] a.s.

References #