Directing Measure Integrals: Bridge Lemma and Conditional Expectation #
This file establishes the key "bridge lemma" connecting the directing measure to conditional expectation: for bounded measurable f,
∫ f dν(ω) = Ef(X₀) | tail a.e.
This is the final piece connecting the Cesàro convergence theory to the directing measure construction.
Main results #
directing_measure_integral_Iic_ae_eq_alphaIicCE: Base case for Iic indicatorsintegral_indicator_borel_tailAEStronglyMeasurable: Tail measurability of integralssetIntegral_directing_measure_indicator_eq: Set integral equality for indicatorssetIntegral_directing_measure_bounded_measurable_eq: General set integral equalitydirecting_measure_integral_eq_condExp: Main bridge lemma
References #
- Kallenberg (2005), Probabilistic Symmetries and Invariance Principles, Chapter 1, "Second proof of Theorem 1.1"
Bridge Lemma: Integral against directing measure equals conditional expectation #
This is the key Kallenberg insight: the directing measure ν(ω) is the conditional distribution of X₀ given the tail σ-algebra. Therefore:
∫ f dν(ω) = Ef(X₀) | tail a.e.
Proof Strategy:
Base case (Iic indicators): By Stieltjes construction,
∫ 1_{Iic t} dν(ω) = alphaIic t ω = alphaIicCE t ω = E[1_{Iic t}(X₀)|tail](ω)a.e.Extension: Iic sets form a π-system generating the Borel σ-algebra. By measure extensionality, two probability measures agreeing on Iic agree everywhere. The same linearity/continuity argument extends to all bounded measurable f.
This lemma is the bridge that allows us to go from:
cesaro_to_condexp_L2: α = E[f(X₀)|tail] to:directing_measure_integral: α = ∫f dν
by transitivity.
Base case: For Iic indicators, the directing measure integral equals alphaIicCE.
This follows from:
- Stieltjes construction:
∫ 1_{Iic t} dν(ω) = (ν(Iic t)).toReal - Measure value:
(ν(Iic t)).toReal = stieltjesOfMeasurableRat t - Stieltjes extension:
stieltjesOfMeasurableRat t = alphaIic ta.e. - Identification:
alphaIic t =ᵐ alphaIicCE t
Helper Lemmas for Monotone Class Extension #
The following lemmas build up the π-λ argument needed for directing_measure_integral_eq_condExp.
Each phase is factored out as a separate lemma with its own sorry to be filled.
Phase A: Indicators of Borel sets → tail-AEStronglyMeasurable Phase B: Simple functions → tail-AEStronglyMeasurable (via linearity) Phase C: Bounded measurable functions → tail-AEStronglyMeasurable (via DCT + limits)
Phase A: For all Borel sets s, ω ↦ ∫ 1_s dν(ω) is tail-AEStronglyMeasurable.
The π-λ argument:
- Base case:
{Iic t | t ∈ ℝ}is a π-system generating Borel ℝ - For Iic t: uses
directing_measure_integral_Iic_ae_eq_alphaIicCE+stronglyMeasurable_condExp - For ∅: integral is 0 (constant)
- For complement: ∫ 1_{sᶜ} dν = 1 - ∫ 1_s dν (probability measure)
- For disjoint unions: ∫ 1_{⋃ fn} dν = ∑' ∫ 1_{fn n} dν (σ-additivity)
- Apply
MeasurableSpace.induction_on_interwithborel_eq_generateFrom_Iic
Phase B: For simple functions, the integral is tail-AEStronglyMeasurable.
Simple functions are finite linear combinations of indicator functions.
Uses Finset.aestronglyMeasurable_sum and scalar multiplication.
Phase C: For bounded measurable f, the integral is tail-AEStronglyMeasurable.
Uses SimpleFunc.approxOn to approximate f by simple functions.
Takes limit via aestronglyMeasurable_of_tendsto_ae + DCT.
Set integral equality for Iic indicators.
Base case: For Iic indicators, set integral equality follows from
directing_measure_integral_Iic_ae_eq_alphaIicCE + setIntegral_condExp.
Set integral equality for Borel indicator functions.
Extended from Iic indicators via π-λ argument.
Set integral equality for bounded measurable functions.
This is the key equality needed for ae_eq_condExp_of_forall_setIntegral_eq.
Main bridge lemma: For any bounded measurable f, the integral against directing_measure equals the conditional expectation E[f(X₀)|tail].
This is the Kallenberg identification: ν(ω) is the conditional distribution of X₀ given tail.
Simplified directing measure integral via identification chain.
This lemma proves that the L¹ limit α equals ∫f dν a.e. using the Kallenberg identification chain:
- α = E[f(X₀)|tail] (from
cesaro_to_condexp_L2) - E[f(X₀)|tail] = ∫f dν (from
directing_measure_integral_eq_condExp) - Therefore α = ∫f dν by transitivity
This approach bypasses the Ioc/step function decomposition entirely, giving a much simpler proof.
Key insight: By uniqueness of L¹ limits, the L¹ limit from weighted_sums_converge_L1
equals the L² limit from cesaro_to_condexp_L2 (since L² convergence implies L¹ on prob spaces).