Conditional Expectation Convergence from Contractability #
This file proves that for contractable processes, conditional expectations of indicators converge to the tail conditional expectation.
Main results #
condexp_convergence- For k ≤ m, P[X_m ∈ B | θ_{m+1} X] = P[X_k ∈ B | θ_{m+1} X]extreme_members_equal_on_tail- P[X_m ∈ B | tail] = P[X_0 ∈ B | tail]
These are key steps in the martingale proof of de Finetti's theorem.
Conditional expectation convergence from contractability #
Conditional expectation convergence: For k ≤ m, all coordinates look the same when conditioned on the future filtration at level m.
This is the key convergence result: for k ≤ m and measurable set B,
P[X_m ∈ B | θ_{m+1} X] = P[X_k ∈ B | θ_{m+1} X]
Proof: Uses the CE bridge lemma from CondExp.lean with the measure equality from contractability. The key insight is that deleting coordinates doesn't change the joint distribution with the future, which implies conditional expectation equality by the bridge lemma.
Conditional expectations of indicators are equal on the tail σ-algebra (tower proof).
For any contractable process X and measurable set B,
P[X_m ∈ B | tail] = P[X_0 ∈ B | tail]
Proof: Uses condexp_convergence at level m, then applies tower property
since tailSigma ≤ futureFiltration m.
This is an alternative proof using the tower property. See extreme_members_equal_on_tail
for the Kallenberg-style proof using reverse martingale convergence.
Conditional expectations of indicators are equal on the tail σ-algebra.
For any contractable process X and measurable set B,
P[X_m ∈ B | tail] = P[X_0 ∈ B | tail]
Proof (Kallenberg route):
- By
condExp_indicator_revFiltration_eq_tail, conditioning onrevFiltration X (m+1)equals conditioning ontailSigma X(via reverse martingale convergence). - By
condexp_convergence, both indicators have equal conditional expectation givenfutureFiltration X m = revFiltration X (m+1). - Combine to get equality on the tail.
This is the Kallenberg-style proof using the chain lemma and reverse martingale
convergence. See extreme_members_equal_on_tail_via_tower for an alternative
proof using the tower property.
𝔽ₘ := σ(θ_{m+1} X) (the future filtration).
Equations
Instances For
The reverse filtration is decreasing; packaged for the martingale API.
Mₘ := 𝔼[1_{Xₖ∈B} | 𝔽ₘ]. The reverse martingale sequence for the indicator of X_k in B.
Uses condExpWith from CondExp.lean to manage typeclass instances properly.
Equations
- One or more equations did not get rendered due to their size.