I wanted to check if my answer to proving that the $\sqrt{n}$ is unbounded works.
If the $\sqrt{n}$ is bounded then there exists a $K$ s.t. $|\sqrt{n}|< K$, for all n.
therefore
$|\sqrt{n}| < K \Rightarrow -K < \sqrt{n} < K \Rightarrow (-K)^2 < (\sqrt{n})^2 < (K)^2 \Rightarrow K^2 < n < K^2 $
and since this is impossible, the sequence $\sqrt{n}$ is unbounded.
Not a valid proof.
From $$-K < \sqrt{n} < K$$
one cannot conclude that
$$K^2 < n < K^2$$
Example: $-3<1<3$ is true but $9<1<9$ is not true because $9<1$ is not true.