3

Why does $(a_n)$ bounded imply that $(b_n)$ is decreasing?

$$(a_n)=a_1,a_2,\dots\tag{1}$$

$$b_n=\sup (a_n,a_{n+1},\dots), c_n=\inf (a_n,a_{n+1},\dots)$$

If $\left(a_n\right)$ is bounded, then $\left(b_n\right)$ exists and $(b_n)$ is decreasing, $(c_n)$ is increasing.

Why?

3 Answers3

2

That $(a_n)$ is bounded insures that each $b_n$ and $c_n$ is defined.

To see that $(b_n)$ is decreasing:

Fix an $n$.

Any upper bound of $\{a_n, a_{n+1}, \cdots\}$ is also an upper bound of $\{ a_{n+1}, a_{n+2}, \cdots\}$. In particular, $b_n$ is an upper bound of $\{ a_{n+1}, a_{n+2}, \cdots\}$. As $b_{n+1}$ is the least upper bound of $\{ a_{n+1}, a_{n+2}, \cdots\}$, we have $b_{n+1}\le b_n$.

A similar argument will establish that $(c_n)$ is increasing.

David Mitra
  • 74,748
2
  • The hypothesis "$(a_n)$ is bounded" is to make sens to the definition of $b_n$ and $c_n$ i.e. they have a finite value.
  • We have this general result: if $A\subset B$ then $$\sup(A)\leq \sup (B)\quad \text{and}\quad\inf(A)\geq \inf(B)$$ so take $A_n=\{a_n,a_{n+1},\cdots\}$ and we have $A_{n+1}\subset A_n$ and apply the previous result.
0

$$b_n=\sup(a_n,b_{n+1})\implies b_n\geqslant b_{n+1}$$

Did
  • 279,727