I have the following sample variance estimator :
$ s^2 =\frac1 {2n} \sum^n_2 (e_i - e_{i-1})^2$ where $e_i$ are iid with mean 0 and an homoskedastic variance. I want to show that this estimator converges in probability to the variance of $e_i$. I know that I can reduce this to approx $$ \frac 1 n \sum^n_1 e_i^2 - \frac 1 n \sum^n_2 e_i e_{i-1} $$
but from now on, I don't understand why this trivially converges to the variance of $e_i$.
Second question, assuming it does converges to the variance of $e_i$, what would be the variance of $(s^2 - var(e_i) )$ ?
thank you