Statement: A sequence diverging to $\infty$ is unbounded above but bounded below.
I have no doubt the proof of unbounded above, but there is a question on the the proof of bounded below:
Since the sequence $\{x_n\}_n$ is unbounded above, given $G>0$, however large, there is a natural number $k$ such that
$$x_n>G, \;\forall n\geq k$$
Let $b=\min\{x_1,x_2,\dots,x_{k-1},G\}$. Then $x_n\geq b, \; \forall n\in \mathbb{N}$.
The question is : if we do not include $G$ in calculation of $b$, i.e., if $$b=\min\{x_1,x_2,\dots,x_{k-1}\}$$ what will be the problem?
G might smaller than all the preceding numbers. Then the statement $x_n \ge b$ would be false, since $b > G.$ There's nothing that says that $G$ is a good bound, after all.