I have a positive sequence $a_n$, such that $|\sqrt{a_n} - \sqrt{a_{n+1}}|< c\sqrt{a_n}$. In particular the rate of increase is limited $$ \sqrt{a_{n+1}} = |\sqrt{a_{n+1}}| \le |\sqrt{a_n}| + |\sqrt{a_{n+1}}-\sqrt{a_n}| \le (1+c)\sqrt{a_n} $$ In other words I have $$a_{n+1} \le (1+c)^2 a_n.$$
Additionally I know the sequence is summable $$ \sum_{n=1}^\infty a_n <\infty. $$ Now this implies that $\liminf_n na_n = 0$ (according to Rate of convergence of summable sequence although I haven't proven that myself yet). Unfortunately summability alone is not sufficient for the rate $o(1/n$) as answers to the question above prove by counterexample.
These counterexamples usually involve rapidly decreasing sequences with infrequent elements of order $1/n$ forcing $\limsup_n na_n =1$. If we force our sequence to be monotonous, we actually get the desired rate (If $(a_n)\subset[0,\infty)$ is non-increasing and $\sum_{n=1}^\infty a_n<\infty$, then $\lim_{n\to\infty}{n a_n} = 0$). Now my sequence is not necessarily decreasing, but still disallows these big jumps. It therefore stands to reason, that this "almost monotonously" decreasing sequence might have a rate attached to it as well.
Any ideas?
Application
It is relatively straightforward to show for $L$-smooth functions $f$ (the gradient is $L$-Lipschitz continuous), that the gradient descent iteration $$ x_{n+1} = x_n - h\nabla f(x_n) $$ with $h<2/L$ leads to $$ \sum_{k=n}^m |\nabla f(x_k)|^2 \le \frac{f(x_n) - f(x_m)}{h(1-\frac{L}2h)}\le \frac{f(x_n) - \min_x f(x)}{h(1-\frac{L}2h)} $$ and thus that for finite global minima, the gradient squares are summable. It would be nice to get a rate of convergence for the gradients $\sqrt{a_n} = |\nabla f(x_n)|$, which due to $L$-smoothness satisfy $$ \bigl||\nabla f(x_{n+1})| - |\nabla f(x_n)|\bigr| \le |\nabla f(x_{n+1})-\nabla f(x_n)| \le L |x_{n+1}-x_n| = Lh|\nabla f(x_n)| $$