0

How can I prove that if a positive decreasing sequence $a_n$ converges, then $a_n=o\left (\dfrac{1}{n}\right )$?

If I suppose $a_n$ is not $o\left (\dfrac{1}{n}\right )$, then I can find an $\varepsilon >0$ such that there are infinitely many $n$ such that $a_n>\dfrac{\varepsilon}{n}$. So if I construct $S=\{n_1,n_2,\ldots \}$, the set of all such $n$, then I can say that$$\sum a_n>\varepsilon \left (1+\frac{n_2-n_1}{n_2}+\frac{n_3-n_2}{n_3}+\cdots \right ),$$but I'm blocked at here. Would you please help me?

commie trivial
  • 984
  • 2
  • 4
  • 14

2 Answers2

-2

If $\sum a_n$ is finite, then for any $\epsilon$ there is an index $m$ such that $\sum_{n=m}^{\infty} a_n <\epsilon$ .
Hence, $\sum_{n=m}^{2m} a_n < \epsilon$. Since the sequence is monotonic it means that $ma_{2m} <\epsilon$.
So, $ma_m$ tends to $0$.

Salcio
  • 2,495
-2

This is true. Because you can prove from here

$$\lim_{n\to\infty} na_n=0 \Rightarrow \lim_{n\to\infty} \frac{a_n}{\left(\frac{1}n\right)}=0$$

Therefore,

$$a_n=o\left(\frac{1}n\right)$$

MathFail
  • 21,128