1

Let $(a_n)_n$ be a real, convergent, monotonic sequence. Prove that if the limit $$\lim_{n \to \infty}n(a_{n+1}-a_n)$$ exists, then it equals $0$.

I tried to apply the Stolz-Cesaro theorem reciprocal: $$\lim_{n\to \infty}n(a_{n+1}-a_n)=\lim_{n \to \infty} \frac{a_n}{1+\frac{1}{2}+\dots+\frac{1}{n-1}}=0$$ but I can't apply it since for $b_n=1+\frac{1}{2}+\dots+\frac{1}{n-1}$ we have $\lim_\limits{n \to \infty} \frac{b_{n+1}}{b_n}=1$. I also attempted the $\epsilon$ proof but my calculations didn't lead to anything useful.

Lorenzo B.
  • 2,252
Shroud
  • 1,568

2 Answers2

5

Hint. You are on the right track. Note that $a_n$ is convergent to a finite limit and the harmonic series at the denominator is divergent. Therefore $$0=\lim_{n \to \infty} \frac{a_n}{1+\frac{1}{2}+\dots+\frac{1}{n-1}}\stackrel{\text{SC}}{=}\lim_{n\to \infty}\frac{a_{n+1}-a_n}{\frac{1}{n}}=\lim_{n\to \infty}n(a_{n+1}-a_n).$$

Robert Z
  • 145,942
4

We can also solve this without the Stoltz-Cesaro theorem as follows: By contradiction, suppose $\lim_{n\to \infty}n(a_{n+1}-a_n)=r>0.$ (If $r<0$ we can, WLOG, replace each $a_n$ by $-a_n).$

Then $\exists m\;(n\geq m\implies n(a_{n+1}-a_n)>r/2)$. So $\exists m\;(n\geq m\implies a_{n+1}>a_n+(r/2n)\;).$

Then $\exists m (n> m\implies a_n>a_m+\sum_{j=m}^{n-1}(r/2j)\;)$ which implies that $a_n\to \infty$ as $n\to \infty.$

Note that the conditions that $(a_n)_n$ is monotonic and convergent are unnecessary. It suffices that $(a_n)_n $ is a bounded sequence (and that $\lim_{n\to \infty}n(a_{n+1}-a_n)$ exists).