$ \DeclareMathOperator\Cov{Cov} \DeclareMathOperator\E{E} $Can I say that the expected value of a random variable is always a constant?
For some context, I am trying to wrap my head around the definition of covariance. So I have that: $$\Cov(X,Y) = \E[(X-\E[X])(Y-\E[Y])] $$ Expanding the right hand side we have $$\Cov(X,Y) = \E[XY]-\E[X\E[Y]]-\E[Y\E[X]]-\E[\E[X]\E[Y]] = \E[XY] - \E[X]\E[Y]$$ It all makes sense intuitively but I am looking at $\E[X\E[Y]]$ and thinking that for $X$ and $Y$, $$\E[X\E[Y]] = \E[X]\E[Y]$$ Is this correct? Why?