Prove that if $a_1,a_2,\ldots $ converges to $a$ then $\lim_{n\rightarrow\infty} \dfrac{\sum_{i=1}^n a_i}{n}= a$.
Let $\epsilon>0$. We know that there is natural $N$ such that $\vert a_n-a\vert <\epsilon$ whenever $n>N$. Since $(a_n)$ is convergent we also know that it is bounded by some constant $M>0$.
Now,
$$\left \vert \frac{\sum_{i=1}^n a_i}{n} -a \right\vert \le \frac{\sum_{i=1}^N \vert a_i-a\vert }{n} + \frac{\sum_{i=N+1}^n \vert a_i-a\vert }{n} \le \frac{NM}{n}+\frac{n-N-1}{n} \epsilon \rightarrow \epsilon.$$
Since $\epsilon$ was any positive number we must conclude that $\left\vert \dfrac{\sum_{i=1}^n a_i}{n} -a \right \vert$ converges to $0$.
Is this a correct explanation? How can I make it more "explicit"?
Edit (thanks to Kitty): Obviously $M$ must be a bound for $|a_i-a|$, $i=1,\ldots,N$.