Conditional Hoeffding lemma (conditionally sub-Gaussian martingale increment) #
The conditional analogue of Mathlib's hasSubgaussianMGF_of_mem_Icc_of_integral_eq_zero: a random
variable a.s. bounded in [a,b] whose conditional expectation given a sub-σ-algebra m is 0 is
conditionally sub-Gaussian with parameter (b−a)²/4. This is the martingale-increment bound that
feeds Azuma (measure_sum_ge_le_of_hasCondSubgaussianMGF) to yield McDiarmid's bounded-differences
inequality. Mathlib has the unconditional version but not this conditional one.
The proof lifts the unconditional Hoeffding bound through the conditional-expectation kernel
condExpKernel μ m.
Sorry-free and axiom-clean [propext, Classical.choice, Quot.sound].
Conditional Hoeffding. A variable a.s. in [a,b] with conditional expectation 0 given m
is conditionally sub-Gaussian with parameter (b−a)²/4.