Let $X_1,...,X_n$ be random variables with identical distribution, and for all $i=1,...,n$ $\mathrm{Var}(X_i)$ exist.
1. Show that the covariance between each two random variables exist.
2. Show that :
$\mathrm{Var} \sum _{i=1}^{n} X_i = n \mathrm{Var} (X_1) + n(n-1)\mathrm{Cov}(X_1,X_2)$
Well, at the first question I tried to split it to two cases: case 1, that $\mathrm{Cov}(X_i,X_j)$ when $i=j$, and in this case it is simply $\mathrm{Var}(X_i)$ which exists.
but then I tried to show the other case, when $i\neq j$, and I dont really know how. Is it correct to use Cauchy-Schwarz inequality $|\mathrm{Cov}(X_i,X_j|^2 \leq \mathrm{Var}(X_i)\mathrm{Var}(X_j)$?
Other then that, I don't know how to show the second question, can someone give me a hint?
Thanks!