Martingale Helper Lemmas (Fully Proved) #
This file contains fully-proved helper lemmas related to martingales and conditional expectations. These are extracted from exploratory work and may be useful for future developments.
All lemmas here are complete - no axioms, no sorries.
Contents #
Reverse conditional expectation helpers:
revCE: Definition of reverse martingale along decreasing filtrationrevCE_tower: Tower property for reverse conditional expectationsrevCE_L1_bdd: L¹ boundedness
de la Vallée-Poussin infrastructure:
deLaValleePoussin_eventually_ge_id: Extract threshold from superlinear growth
Fatou-type lemmas:
lintegral_fatou_ofReal_norm: Fatou's lemma forENNReal.ofReal ∘ ‖·‖
Note: Incomplete conditional distribution lemmas have been moved to MartingaleUnused.lean.
References #
- Durrett, Probability: Theory and Examples (2019), Section 5.5
- Williams, Probability with Martingales (1991)
Reverse Conditional Expectation Helpers #
Reverse martingale along a decreasing chain: X n := condExp μ (F n) f.
Equations
- Exchangeability.Probability.revCE μ F f n = μ[f|F n]
Instances For
Tower property in the reverse direction: for m ≥ n, E[X_n | F_m] = X_m.
L¹ boundedness of the reverse martingale.
de la Vallée-Poussin Infrastructure #
From the de la Vallée-Poussin tail condition Φ(t)/t → ∞, extract a threshold R > 0
such that t ≤ Φ t for all t ≥ R.
This is used to control the small-values region when applying the de la Vallée-Poussin criterion for uniform integrability.
Fatou-Type Lemmas #
Fatou's lemma on ENNReal.ofReal ∘ ‖·‖ along an a.e. pointwise limit.
If u n x → g x a.e., then ∫⁻ ‖g‖ ≤ liminf (∫⁻ ‖u n‖).