You just need to review what has been done, keep the various N's straight, and understand it. Given that an converges to L, you are trying to show that
[tex]\frac {a_1 + ... + a_n} n \rightarrow L[/tex].
So this means that given [itex]\varepsilon > 0[/itex], you must find an integer N such that if n > N then
[tex]
\left|\frac{a_1+...+a_n}{n}-L\right| < \varepsilon[/tex]
As in post #5, you know you can pick N1 such that if n > N1 then [itex]|a_n - L| < \varepsilon/ 4[/itex]
[tex]
\left|\frac{a_1+...+a_n}{n}-L\right| \leq \left| \frac{(a_1-L)+...+(a_{N_1}-L)}{n}+\frac{(a_{N_1+1}-L)+...+(a_n-L)}{n}\right|[/tex]
And you applied the triangle inequality to that to get:
[tex]
\left|\frac{a_1+...+a_n}{n}-L\right| \leq \left| \frac{(a_1-L)+...+(a_{N_1}-L)}{n}\right|+\left|\frac{(a_{N_1+1}-L)+...+(a_n-L)}{n}\right|[/tex]
Now, in post #14 you saw now big you had to have n to be to make the first term small. Now let's call that N by the name N2, since we are already using N1 and want to save N for the final one. And remember that if N2 isn't already greater than N1, take it large enough so that it is, so now if n > N2 you have the first term less than [itex]\varepsilon/2[/itex] and [itex]|a_n - L| < \varepsilon/ 4[/itex].
Now use what you know about the second term and you should be able to see the finish line.