I have the following problem.
Determine the convergence or divergence of the sequence $(x_n)$ where $$x_n=\frac{1}{n+1} + \frac{1}{n+2} + \cdots + \frac{1}{2n}.$$
My first approach was:
Well, since $(x_n)$ is the sum of the sequences $\left(\frac{1}{n+1}\right),\ldots,\left(\frac{1}{2n}\right)$ and each of them are convergent, in fact they converges to $0$, then the limit of $(x_n)$ must be $0$.
My second approach was:
If we make the calculations, we have that $$x_{n+1}-x_n=\frac{1}{(2n+1)(2n+2)}>0$$ then $$x_{n+1}>x_n$$ i.e., $x_n$ is an increasing sequence.
Also, as in $x_n$ we sum $n$ elements which are less or equan than $\frac{1}{n+1}$, then $$x_n=\frac{1}{n+1} + \frac{1}{n+2} + \ldots + \frac{1}{2n}<\frac{n}{n+1}<1$$ i.e., $(x_n)$ is a bounded sequence.
Now, since $(x_n)$ is increasing and bounded sequence, it follows that its limit is the supremum of $(x_n)$.
Annoying question.
But how $(x_n)$ can converge to $0$ (as shown in my first approach) and at the same time converges to its supremum when it is an increasing sequence? Can be 0 its supremum? It is not a contradiction?
Any help would be appreciated.