variance_condExp_le_variance
Provedconcentration-inequalitiesefron-steinprobabilityvariance
Variance of the conditional expectation is at most the total variance (an contraction). Let be square-integrable on and a sub--algebra. Then
This is the conditional-expectation half of the law of total variance, obtained by discarding the nonnegative expected conditional variance . It is the Jensen/tower contraction underlying the Doob-martingale decomposition used in the general Efron–Stein argument.
Preamble
import Mathlib.Probability.CondVar import Mathlib.Probability.Moments.Variance open MeasureTheory ProbabilityTheory Filter open scoped ENNReal NNReal BigOperators
Formal statement
theorem variance_condExp_le_variance
{Ω : Type*} {m₀ m : MeasurableSpace Ω} {μ : Measure[m₀] Ω}
(hm : m ≤ m₀) [IsProbabilityMeasure μ] {X : Ω → ℝ} (hX : MemLp X 2 μ) :
Var[μ[X | m]; μ] ≤ Var[X; μ] := by sorrySource
R. van Handel, Probability in High Dimension (APC 550 lecture notes, Princeton), §2.1 Tensorization and bounded differences (law of total variance / martingale decomposition); Boucheron-Lugosi-Massart, Concentration Inequalities (OUP 2013), Ch. 3.