Let $\{a_{k}\}$ be a non-negative, increasing sequence. Consider
$$S_{n} = \frac{1}{n}\sum_{k=1}^{n}a_{k}.$$
I would like to show that if $$\lim_{n\rightarrow\infty}S_{n} = L,$$ then $$\lim_{k\rightarrow\infty}a_{k} = L.$$
I don't really have any clue how I could solve this problem. By definition, there exists $N$ such that
$$\lvert S_{n} -L\rvert <\epsilon$$
or
$$\frac{1}{n}\left\lvert \sum_{k=1}^{n}a_{k} - nL\right\rvert< \epsilon$$
for all $\epsilon>0$ whenever $n>N$ and
$$\frac{1}{n}\left\lvert \sum_{k=1}^{n}a_{k} - nL\right\rvert \leq \frac{1}{n}\sum_{k=1}^{n}\lvert a_{k}-L \rvert.$$
Now, if we define a new sequence $\{\alpha_{k}\}$ by
$$\alpha_{k} := \lvert a_{k} -L\rvert,$$
then I am pretty sure there is a theorem from harmonic analysis that states something like $\sum_{k=1}^{n}{\alpha_{k}}$ converges if and only if $(1/n)\sum_{k=1}^{n}{\alpha_{k}}$ converges too.
From here, by the Divergence Theorem, I would get that necessarily $\alpha_{k} \rightarrow L$ for $\sum{\alpha_{k}}$ to converge and hence $(1/n)\sum \alpha_{k}$ would also require $\alpha_{k}\rightarrow L$ to converge.
However, I can neither find a reference to this theorem I only vaguely remember and this still doesn't get me anywhere because I don't think the convergence of $(1/n)\sum \alpha_{k}$ is helpful anyway.
I have also tried proving this by contradiction too, but I would really prefer a direct proof.