Let $$a_{n + 1} = \begin{cases} a_{n} + 1/n & \text{ if } a_{n}^{2} \leq 2 \\ a_{n} - 1/n & \text{ if } a_{n}^{2} > 2 \end{cases}$$
Show that for every index $n$, $\left|a_{n} - \sqrt{2}\right| < 2/n$, and use this property to show that the sequence converges to $\sqrt{2}$.
So, I did the first part of this problem by proving by induction. The base case is obvious, and then for the induction step I just split it into two cases, one for each condition. But, now I'm having trouble using this sequence converges to $\sqrt{2}$ using the property that I established.
I'm pretty sure that I need to do an $\epsilon-N$ verification, since this is a real analysis book, in the convergence section. I'm really not sure how I would go about it, though.
Hint: $2/n\to 0$ when $n\to\infty$.