Let $X$ and $Y$ be centered normal (Gaussian) random variables. Let $\rho:= \frac{E[XY]}{\sigma_X \sigma_Y}$ where $\sigma_X^2 = E[X^2]$ and $\sigma_Y^2 = E[Y^2]$. It is known that if $(X,Y)$ is a Gaussian vector then $$ E[X|Y] = \frac{\rho \sigma_X}{\sigma_Y} Y. $$
However, I came across an exercise saying that this is true even without the assumption that the vector $(X,Y)$ is Gaussian ($X$, $Y$ are still centered normal r.v.s). I couldn't prove or disprove it so I wonder if this is true or not? For example, if $X = R Y$ where $R$ is a Rademacher r.v. independent of $Y$, then $E[X|Y] = 0$, so it is still true. Thank you!
Thank you!
Here is a counterexample when $X$ and $Y$ are centred Gaussian random variables:
Let $f$ be the inverse of the cdf of the standard Gaussian distribution and $U$ be uniformly distributed on $(0,1)$, so that $Y:=f(U)$ is standard Gaussian. Let then $X:=f(\textrm{mod}(U+\frac12,1))$, where $\textrm{mod}(x,1)$ is $x$ plus or minus a certain integer so that it stays in $(0,1)$.
Note that $\textrm{mod}(U+\frac12,1)$ is also uniformly distributed on $(0,1)$, and is a function of $U$. This tells us two things:
So $\mathbb E[X\vert Y]=X$. But if we had $X=\lambda Y$ for some $\lambda\in\mathbb R$, as $f$ is one-to-one, we would have $U=\lambda\textrm{mod}(U+\frac12,1)$. But clearly $U$ and $\textrm{mod}(U+\frac12,1)$ do not in a linear relationship.