I'm trying to prove that, given $(u_n)_n \in \mathbb{C}^\mathbb{N}$ verifying $ u_{n+1}-u_n =_{n} o(\frac{1}{n})$, the following holds:
$$ \lim_{n\to\infty} \frac{u_1+...+u_n}{n} = a \in \mathbb{C} \implies \lim_{n\to\infty} u_n = a$$
It is the reciprocal to the Cesaro 'average theorem'.
An indication is given, to rewrite the average using $u_n$ and $a_k = u_k - u_{k-1}$ (with $a_1=u_1$) which I have figured out to be:
$$u_1+...+u_n = u_n + \sum\limits_{k=1}^n \sum\limits_{i=1}^k a_i$$
What I've tried doing is rewriting this double sum, which I've found to be a $o\big(ln(\small(n+1\small)!)\big)$. Other than that, most of my attempts have proven futile to solving this.