Let $a_k\geq 0$ be a non-increasing sequence satisfying $\lim_{k\to\infty} a_k = 0$. Is it always true that $$\lim_{n\to\infty} \frac{\sum_{k=1}^n a_k}n=0$$ ?
I tried proving with "brute force" but failed: Let $\varepsilon>0$. Then there exists a $K\in\mathbb N$ such that $a_k\le\varepsilon$ for all $k\geq K$. Let $C=\sum_{k=1}^K a_k$. We have $$\frac{\sum_{k=1}^{\left\lceil\frac C\varepsilon\right\rceil}a_k}{\left\lceil\frac C\varepsilon\right\rceil}=\frac{C}{\left\lceil\frac C\varepsilon\right\rceil}+\sum_{k=K+1}^{\left\lceil\frac C\varepsilon\right\rceil} a_k\le \varepsilon +\varepsilon\cdot\left( \left\lceil\frac C\varepsilon\right\rceil-K\right).$$
However, this is not good, as the right-hand side depends on $C$, which can get large for small $\varepsilon$.
Also, numerical computations for example with $a_k=\frac1{\log\log k}$ seem to confirm the statement though...
(Additionally, note that I didn't use the non-increasing fact, but I am not sure if it is needed.)