Suppose $X$ and $Y$ are two normal variables and $$E(XY) = E(X) E(Y),$$ then is it true that $X$ and $Y$ are independent?
I know that when $(X,Y)$ obeys bivariate normal distribution, the statement is true. But in general, I am not sure. If this statement is wrong, then is there some easy ways to prove the independence of two normal variables?
No.
Suppose $X$ is normally distributed $N(0,1)$, and $Z$ is uniformly distributed on $\{-1,+1\}$ and independent of $X$.
Set $Y=XZ$. Then $X$ and $Y$ are both normal distributed, so $E(X)E(Y)=0\cdot 0 = 0$, but $E(XY)=E(X^2Z)$ is clearly also $0$. And $X$ and $Y$ are far from independent.