This is what I am trying to prove:
Suppose $\{x_n\}$ is a bounded sequence ($a \leq x_n \leq b$). Let $b_n = \sup\{x_n, x_{n+1}, ...\}$ Prove $b_n$ has a limit $b_\infty$ as $n \rightarrow \infty$ and $b_\infty \leq b$.
Not really sure what the correct way of doing this is, I made an attempt but could use some guidance.
Let $b_\infty$ be the least upper bound of $x_n$. Then we know $x_n \leq b_\infty \leq b.$ Let $\epsilon > 0$, there exists some $N_1$ such that for all $n \geq N_1$, $x_n \leq b_n < b_\infty + \epsilon$.
There also exists some $N_2$ such that for all $n \geq N_2$ we have $b_\infty - \epsilon < x_n \leq b_n \leq b$.
Let $N = \max\{N_1, N_2\}$, then for all $n \geq N$ we have $b_\infty - \epsilon < b_n < b_\infty + \epsilon$ and we have $|b_n - b_\infty| < \epsilon$ and $b_\infty \leq b$ otherwise $b_\infty$ would not be a least upper bound.