Let S ⊂ R be a nonempty bounded set. Then there exist monotone sequences ${x_n}$ and ${y_n}$ such that $x_n$, $y_n$ ∈ $S$ and $\sup S = \lim_{n→∞} x_n$ and $\inf S = \lim_{n→∞} y_n$
How can I prove this ..?
Let S ⊂ R be a nonempty bounded set. Then there exist monotone sequences ${x_n}$ and ${y_n}$ such that $x_n$, $y_n$ ∈ $S$ and $\sup S = \lim_{n→∞} x_n$ and $\inf S = \lim_{n→∞} y_n$
How can I prove this ..?
Let $x:=\sup S\in \mathbb R$. Then for all $n\in\mathbb N$, there is an $x_n\in S$ such that $x_n+1/n\geq x$ (otherwise $x$ could not be the supremum). We also know that $x_n\leq x$ by definition of supremum. Therefore $|x_n-x|\leq 1/n$. Can you finish it off from here?
Let $x = \sup S$. We're going to have two cases. If $x$ is the maximum then let $a_n = x$ and we have a monotone sequence that converges to $x$. Otherwise consider the following:
Then by the epsilon characterization of supremum given an $n$ we know $\exists a_n$ such that $a_n \in (x - 1/n, x)$. Then let $a_{n+1} \in (\max(a_n, x - 1/n), x)$. This must converge to $x$ because $x-1/n$ converges to $x$. We also know that $A$ is a monotone sequence because given $a_n$ we know $a_{n+1} > a_n$ because it is in the interval $(\max(a_n, x - 1/n), x)$.
To construct this sequence for the infimum you just need to use the minimum and use the epsilon characterization of infimum instead. It's basically the same proof.