Show whith the cauchy's convergence test for series, that the sequence :
$$ b_n = \frac{1}{n+1} + \frac{1}{n+2} + \cdots + \frac{1}{2n} $$
converges.
I think it would be not so difficult to use the comparison test, but using the cauchy's test I find it more tricky. Also somehow I used a similar proof to the one used on the harmonic serie and showed that the serie diverges, but there must be an error there. I did:
$$\left|\sum_{k=2n+1}^{4n} \frac{1}{k} \right| = \frac{1}{2n+1}+\frac{1}{2n+2}+\cdots+\frac{1}{4n}\geq 2n\frac{1}{4n}=\frac{1}{2}>\epsilon $$
Do you find the error in that proof? And how do I show correctly that the cauchy's test actually smaller than every positive real number is?
Thank you for your help!
The statement $$ \left|\sum_{k=2n+1}^{4n} \frac{1}{k} \right| = \frac{1}{2n+1}+\frac{1}{2n+2}+\cdots+\frac{1}{4n}\geq 2n\frac{1}{4n}=\frac{1}{2}>\epsilon $$ does not imply that $b_{2n}$ diverges (i.e. does not converge to $\textbf{any}$ value), but imply that $b_{2n}$ does not converge to $0$. This is the error in your proof.
In fact Cauchy's test can be done in this way. Observe that $$ 0\leq b_{n+1}-b_n = \frac{1}{2n+1}+\frac{1}{2n+2}-\frac{1}{n+1} = \frac{1}{2n+1}-\frac{1}{2n+2}\leq \frac{1}{4n(n+1)}, $$ and hence for $m>n\geq N$, $$0\leq b_m-b_n= \sum_{k=n}^{m-1}(b_{k+1}-b_k)\leq \sum_{k=n}^{m-1}\frac{1}{4}(\frac{1}{k}-\frac{1}{k+1})\leq \frac{1}{4}(\frac{1}{m}-\frac{1}{n+1})\leq \frac{1}{4N}.$$