Suppose $X_1, ..., X_n$ are independent random variables with expected value $\mu$ and variance $\sigma^2$:
- I would like to show the $$ \hat\sigma^2 = \frac{1}{n} \sum_{i=1}^{n}\left(X_i - \bar X_n\right)^2\quad \mbox{is consistent} $$
- So far I have been able to show that $$ \mathbb{E}\left[\hat\sigma^2\right] = \frac{n-1}{n} \sigma^2 $$
- All the proofs I have seen for consistency rely on the continuous mapping theorem.
- However, I think it should also be straightforward to show directly, that $$ \hat\sigma^2\ \mbox{converges to}\ \sigma^2\ \mbox{in probability} $$
I would appreciated any help.