Proving the $\limsup\limits_{x\rightarrow\infty}x_n$ exists, using $\epsilon$ proof

444 Views Asked by At

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.

2

There are 2 best solutions below

5
On BEST ANSWER

HINT: the limit superior of a sequence $(x_n)_{n\in\Bbb N}$ can be defined by the limit of the sequence

$$\left(\sup_{k\ge n}x_n\right)_{n\in\Bbb N}$$

Now prove, using a $\epsilon{-}N$ proof if you want, that the above sequence is bounded and decreasing, hence convergent.

3
On

For each $n$, $a\leq b_{n}\leq b$, and we have that $b_{n+1}\leq b_{n}$ for all $n\geq 1$. Thus, the sequence of $(b_{n})_{n\geq1}$ is bounded and monotonically decreasing, so it has a limit $b_{\infty}=\inf\{b_{n}:n\geq1\}(=\lim_{n\rightarrow\infty}b_{n}).$