Prove limit of $\displaystyle \frac{1}{n+1}+\frac{1}{n+2}+\ldots+\frac{1}{n+n}$ exists and lies between $0$ and $1$.
So far I have $\displaystyle \lim_{n\rightarrow\infty}\sum_{k=1}^n\frac{1}{k+n}=L$ for some $L>0$.
Then given any $\epsilon >0,\exists N>0$ such that if $n>N$, then $\displaystyle\left|\sum_{k=1}^n\frac{1}{k+n}-L\right|<\epsilon$
A hint would be appreciated!
It's a monotone rising sequence: if $$s_n = \frac{1}{n+1} + ... + \frac{1}{2n},$$ then we have $$s_{n+1} - s_n = \frac{1}{2n+2} + \frac{1}{2n+1} - \frac{1}{n+1} = \frac{1}{2n+1} - \frac{1}{2n+2} > 0.$$
It is bounded below by $0$; and it's bounded above by $1$, because $$s_n = \frac{1}{n+1} + ... + \frac{1}{2n} < \frac{1}{n} + ... + \frac{1}{n} = 1.$$ So it converges to a limit between $0$ and $1$.