I think I've managed to prove the following theorem, and would like feedback on the proof sketch (correct or not, not rigorous enough etc.)
- Theorem: $a_n\in \mathbb{R}$ is a sequence, $n\in \mathbb{N}$. If $\lim _{n\to \infty }\left(a_n\right)\:=\:L$, then $\lim _{n\to \infty }\left(\frac{a_1+a_2+...+a_n}{n}\right)=L$
Proof (using the epsilon definition): $$\left|\frac{a_1+a_2+...+a_n}{n}-L\right|\:=\:\left|\frac{a_1+a_2+...+a_n\:-\:n\cdot L}{n}\right|\:=\:\left|\frac{a_1-L+a_2\:-L+...+a_n\:-L}{n}\right|$$
Now, since $\lim _{n\to \infty }\left(a_n\right)\:=\:L$, it means that for every $ɛ>0$ there exists a real number $N$ such as that for every $n>N$, the following is true: $\left|a_n-L\right|<ɛ$.
Picking $N=0$, it follows that: $\left|a_1-L\right|<ɛ, \left|a_2-L\right|<ɛ, \left|a_3-L\right|<ɛ$ and so forth. So: $$\left|\frac{a_1-L+a_2\:-L+...+a_n\:-L}{n}\right|\:<\:\left|\frac{ɛ\:+\:ɛ\:+\:ɛ\:+\:...\:ɛ\:\left(n\:times\right)}{n}\right|\:=\:\left|\frac{n\cdot ɛ}{n}\right|=\left|ɛ\right|=ɛ$$
And thus:
$\left|\frac{a_1+a_2+...+a_n}{n}-L\right|\:<\:ɛ$
∎
I'm feeling like I made a mistake in one of my assumptions in there, or that I did not phrase myself precisely enough. Would be very grateful for a peer review :)