Conditional Expected Value $E[(X-Y)^2] < \infty $

86 Views Asked by At

Given

$E[|X|]<\infty$, $E[|Y|]<\infty$, $E[X|\sigma(Y)]=Y$, $E[Y|\sigma(X)]=X$,

I need to show that out of $E[X^2]<\infty$ and $E[Y^2]<\infty$ follows also $E[(X-Y)^2]<\infty$.

I started with using the linearity of the expected value to my advantage like this:

$E[(X-Y)^2]=E[X^2-2XY+Y^2]=E[X^2]+E[Y^2]-2E[XY]$

Here is where I'm getting stuck. I know the first two terms are smaller than infinity, but how do I show that $2E[XY]<\infty$?

I also thought of using the formula for conditional expected value and replacing the $Y$ in $2E[XY]$ with $E[X|\sigma(Y)]$ but I'm struggling with continuing.

Can anyone help me with the proof or at least give some hint?

1

There are 1 best solutions below

1
On BEST ANSWER

By tower property, $E[XY]=E[E[XY|Y]]=E[YE[X|Y]]=E[Y^2]$

You can also use Cauchy-Schwarz inequality.