I would like some help with the following sequence: $b_{n}=b_{n-1}-\frac{1}{2n}+\frac{1}{2n+1}$ and $b_1=\frac{5}{6}$, then $b_2=\frac{5}{6}-\frac{1}{20}$. (this second part is edited, I left out $\frac{5}{6}$, sorry).
I've already proved the sequence is monotonically decreasing and therefore the first term will be an upperbound. In this case it is clear that $\frac{5}{6}$ is an upperbound. Now I've to prove that it has a lowerbound. I feel that $M=0$ would suffice but I get stuck right here: Let $M \in \mathbb{R}$ be an upperbound for $b_{n}$. Then $|b_{n}-M|=|b_{n}-0|=|b_n|<\epsilon$, with $\epsilon>0$.
I am stuck at this point. What N to pick to make this work?
Thanks
Observe that $b_n-b_{n-1}=\dfrac{1}{2n+1}-\dfrac{1}{2n}$ gives us $$b_{n}-b_1=-\dfrac14+\dfrac15-\dfrac16+\dfrac17-\dfrac18+\cdots -\dfrac{1}{2n}+\dfrac{1}{2n+1}$$ and by alternating series test RHS is convergent.