So, I have a question on which I am not entirely sure on the answers and I would like to discuss it here. Given two random variables $X$ and $Y$, and two real numbers $a$ and $b$, then which of the following hold true?
1) Variance of $X$ is always non-negative
2) The Standard Deviation of $X$ is always non-negative
3) If $V(X) = V(Y)$, then $V(X+a)=V(Y+b)$
4) If $V(aX) = V(bX)$ for $a \neq 0$ and $b \neq 0$, then $a = b$
5) If $E[X] = E[Y]$ and $V(X) = V(Y)$, then $X = Y$
6) If $E[X] = E[Y]$ and $V(X) = V(Y)$, then $E[X^2] = E[Y^2]$
I know that 1) and 2) must be True for all X, because the formula of both Standard Deviation and Variance (also, in a logical sense: you cant measure the distance of a data point from the mean in negative values).
3) is also correct given that a translation of a Random Variable does not affect how far apart each data point lie from the mean.
Number 4) is where I'm a little bit less sure:
Given that $$ V(zX) = z^2V(X) $$
Then...
$$ V(aX) = V(bX) \\ a^2V(X) = b^2V(X) \\ a^2 = b^2 \\ \pm \sqrt{a^2} =\pm \sqrt{b^2} $$
And this is where I'm a bit lost given the possible cases that can come up.
Number 5) seems logically enough for me to think it's true and number 6) unfortunately I am not sure.
Can anybody help?
For Q4, you've reduced it to knowing that $a^2 = b^2$, since this does not imply that $a=b$, the statement is clearly false
For Q5, consider the two distributions:
\begin{align*} X &\sim N(\mu=50, \sigma^2=25)\\ Y &\sim Bin(n=100, p=0.5) \end{align*}
Then $E(X) = 50 = E(Y) = np $ and $V(X) = 25 = V(Y) = np(1-p)$
For Q6:
\begin{align*} V(X) = V(Y) &\implies E(X^2) - E(X)^2 = E(Y^2) - E(Y)^2 \end{align*} and since we know that $E(X) = E(Y)$, we have that $E(X)^2 = E(Y)^2$ and so
\begin{align*} V(X) = V(Y) &\implies E(X^2) - E(X)^2 = E(Y^2) - E(Y)^2 \\ & \implies E(X^2) = E(Y^2) \end{align*}