Definition of unboundedness in proof that an unbounded monotone increasing sequence is properly divergent.

proof-explanationreal-analysissequences-and-series

Here is a theorem which can be found in page 92 of Introduction to Real Analysis, Fourth Edition by Robert G. Bartle and Donald R. Sherbert.

If $(x_n)$ is an unbounded increasing sequence, then $\lim(x_n)=+\infty$.

Proof. Suppose that $(x_n)$ is an increasing sequence. We know that if $(x_n)$ is bounded, then it is convergent. If $(x_n)$ is unbounded, then for any $\alpha\in\mathbb R$ there exists $n(\alpha)\in\mathbb N$ such that $\alpha<x_{n(\alpha)}$. But since $(x_n)$ is increasing, we have $\alpha<x_n$ for all $n\geq n(\alpha)$. Since $\alpha$ is arbitrary, it follows that $\lim(x_n)=+\infty$.

Here is my problem:

By definition,
$(x_n)$ is bounded if there exists a real number $M$ such that for all natural numbers $n$, we have $|x_n|\leq M$.

If we negate this we get, $(x_n)$ is unbounded if for every real number $M$, there exists a natural number $n_0$ such that $|x_{n_0}|>M$.

However, while taking into consideration the unboundedness of the sequence, the authors consider $\alpha < x_{n(\alpha)}$ not $\alpha<|x_{n(\alpha)}|$.

Why didn't the authors consider the absolute value of $|x_{n(\alpha)}|$ ?

Best Answer

If an increasing sequence $(x_n)$ has an upper bound $M$ then $x_1 \leq x_n \leq M$ for all $n$ and this implies that $(x_n)$ is bounded. Since our sequence is not bounded it follows that it has no upper bound. Hence, for any real number $\alpha$ there exits $n(\alpha)$ such that $x_{n(\alpha)} >\alpha$.

Related Question