I am trying to follow the proof that $$\lim_{n \rightarrow \infty}a_n=A\implies\lim_{n \rightarrow \infty}\frac{a_1+...+a_n}{n}=A$$ given in this answer to another MSE question.
We understand that since $(a_n)$ is convergent, it must be bounded. Let $|a_n|\leq K\ \forall\ n\in \mathbb{N}$. Now for $\epsilon >0$, let $N\in \mathbb{N}$ be such that $|a_n-A|<\epsilon\ ,\forall\ n>N$.
Consider $\left|\frac{a_1+a_2+...+a_n}n-A\right|=\left|\frac{(a_1-A)+(a_2-A)+...+(a_n-A)}n\right|\leq\frac{|a_1-A|}n+\frac{|a_2-A|}n+...+\frac{|a_n-A|}n$.
We are not sure what to do now. We know we need to show that the right side is less than $\epsilon$ I think. We understand that for $n$ large, the terms go to zero but how do we know that the first finite number of terms are less than $\epsilon$ too?