I am just starting to learn some probability theory, so I apologize in advance if this is a trivial question.
Suppose $E[X^2] < \infty$ and define $Var(X|G) = E[(X − E[X|G])^2 |G]$.
Prove that the dispersion of $X$ about its conditional mean decreases as the $\sigma-$algebra grows. Namely, show that for any two $\sigma-$ algebras $G_1 \subset G_2$, we have $E[Var(X|G_2)] ≤ E[Var(X|G_1)]$.
My attempt:
1.I tried to use $Var[X] = E[Var(X|G)] + Var[E(X|G)]$, and basically just compare $Var[E(X|G_1)]$ and $Var[E(X|G_2)]$, but I can't find a rigorous argument for which either of them is greater.
- I tried to explicitly write down the expectations and use something similar to the Radon-Nikodym theorem, but again I could not finish the argument.