I know this is a duplicate but I can't understand any of the duplicates.
$\lim_{n \rightarrow \infty} a_n = A$, how to prove if $\lim_{n \rightarrow \infty}a_n=A$, then $\lim_{n \rightarrow \infty}\frac{a_1+...+a_n}{n}=A$?
If $a_n=A$ for all $n$, it would be easy, right? Now what if $A-\epsilon < a_n < A+\epsilon$ for all $n$? You could get that $|\frac{1}{n}\sum_{k=1}^n a_k - A | < \epsilon$. If the limit exists, it is similarly bounded. To avoid saying "if the limit exists", take the limsup, which always exists, and say $|\limsup \frac{1}{n}\sum_{k=1}^n a_k - A | < \epsilon$.
So here's the problem. You only have $|a_n-A|< \epsilon$ for $n \geq N$. What to do? Split it into two cases and work the rest from there: $$\frac{1}{n}\sum_{k=1}^n a_k = \frac{1}{n}\sum_{k=1}^N a_k + \frac{1}{n}\sum_{k=N+1}^n a_k.$$
I know that for large enough k the terms go to zero but what about the terms that are 1 to N? I can't figure out why.