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?