I want to see if this sequence $a_n=\dfrac{1}{n+1}+\dfrac{1}{n+2}+\dots \dfrac{1}{2n}$ is Cauchy.
What I have done:
I want to prove $|a_{n+m}-a_n|<\epsilon $. Using the triangle inequality,
$|a_{n+m}-a_n| =\bigg|\dfrac{1}{2(n+1)}+\dfrac{1}{2(n+2)}+ \dots + \dfrac{1}{2(n+m)}\bigg|\leq \bigg|\dfrac{1}{2(n+1)}\bigg|+\bigg|\dfrac{1}{2(n+2)}\bigg|+ \dots + \bigg|\dfrac{1}{2(n+m)}\bigg| = \dfrac{1}{2}ยท\bigg(\dfrac{1}{n+1}+\dfrac{1}{n+2} + \dots + \dfrac{1}{n+m}\bigg)$.
And here I dont't know how to continue.