I was given the following exercise as homework: find the limit of $b_{n+1} = \sqrt{2 + b_n}$, $b_1 = \sqrt{2}$, with a hint that $b_n < 2 \forall n \in \mathbb{N}$. I have proven that $b_n$ is strictly monotonically increasing and strictly bounded above by $2$ by using induction over $\mathbb{N}$ (which means that it has a limit, by the monotone convergence principle). However, now I need to prove that
$$2 = \text{sup}\{b_n : b \in \mathbb{N}\}$$
In order to prove that the limit is indeed $2$. By definition, I would only have to prove that $\forall \epsilon > 0 \exists n \in \mathbb{N} : 2 - \epsilon < b_n$, which is intuitively true, but I have been so far unable to prove it.
Any hints will be appreciated.