If $X, Y, Z$ are independent random variables, then $E[XYZ] = E[X] E[Y] E[Z]$
But how can I say that $E[X^2Y^2Z] = E[X^2]E[Y^2]E[Z]$? That being said, how can I prove that $X^2, Y ^2, Z$ are independent random variables?
If $X, Y, Z$ are independent random variables, then $E[XYZ] = E[X] E[Y] E[Z]$
But how can I say that $E[X^2Y^2Z] = E[X^2]E[Y^2]E[Z]$? That being said, how can I prove that $X^2, Y ^2, Z$ are independent random variables?
If $X$ and $Y$ are independent, $f(X)$ and $g(Y)$ are also independent. \begin{align} P(X=x\;|Y=y)&=P(X=x)\\P(X^2=u\;|\;Y^2=v)&=P(X^2=u) \end{align}
Of course, I am not being as rigorous here as I'd like. When I say $f(\bullet)$ and $g(\bullet)$ , I am ignoring the intricate details of measurability.
You may also look at Are functions of independent variables also independent? which asks a similar question.
Lets assume that $X^2$ and $Y^2$ are not independent,then $\exists$ sets $A\in \mathbb{R}, B\in \mathbb{R} $ such that,
$P(X^2\in A,Y^2\in B)\neq P(X^2\in A)P(Y^2\in B)$
Take $A_1=\{x\in \mathbb{R}|x^2\in A\},B_1=\{y\in \mathbb{R}|y^2\in B\}$
$\Rightarrow P(X^2\in A,Y^2\in B)=P(X\in A_1,Y\in B_1)\neq P(X^2\in A)P(Y^2\in B)=P(X\in A_1)P(Y\in B_1)$
This leads us to a contradiction hence proving that our assumption was wrong.
Similar arguement shows the independence of others too.