Suppose $x_n$ is bounded with $x_n \in [a,b]$, let $b_n = \sup\{x_n, x_{n+1}, ...\}$. Prove that $b_n$ has a limit $b_\infty$ and that $b_\infty \leq b$.
I've been having a strange time wrapping my head around this. It makes sense to me that this should be true and such but I am having a hard time proving it. I don't think it should be hard, I feel like I am just complicating it. Here is my best attempt, could use some advice.
Note that $a \leq x_n \leq b_n$ so $b_n$ is bounded below. Also, note that $b_n = \sup\{x_n, x_{n+1}, ...\} = \sup\{x_n, \sup\{x_{n+1}, x_{n+2},...\}\} = \sup\{x_n, b_{n+1}\}$. So $b_n$ is decreasing.
Since $b_n$ is decreasing and bounded below then it has a limit $b_\infty$.
I really can't get the conclusion that $b_\infty \leq b$, it makes sense to be true but I can't decided how to show it.