If $s_n$ is an increasing sequence of positive numbers, define $\sigma_n := \frac{1}{n}(s_1 + s_2 + ... + s_n)$. Show that if $s_n \to L$, then $\sigma_n \to L$ as well.
The hint that was given stated:
$\forall \epsilon > 0$, choose $N_0$, then $\forall n > N_0, |s_n - L| < \epsilon $. Consider $\sigma_n$, split the sum into two parts - $n \leq N_0$ and $n > N_0$. The later can be bounded trivially. For the former, note that the sum over the prefix $n \leq N_0$ is bounded (by what?) and show that for $n$ large enough (depending on the $N_0$), this sum is negligble.
I'm having trouble understanding what "split the sum into two parts" means in this context.
Thanks for any help.