The original question proof is "Every bounded monotone sequence has a limit."
I've seen a lot of proofs of this that make use of the least upper bound, but that's not something we're permitted to use. Instead, we're to show this through the contrapositive of the statement "every bounded monotone sequence is a Cauchy sequence."
So ultimately I want to show that a monotone sequence that is not Cauchy cannot be bounded.
If it's monotone, then $s_{n+1} \leq s_n$ for all $n$
If it's unbounded, then $s_n \geq A$ for all $n$ greater than some $N$ and for all $A$
And if it's not Cauchy, then $\exists \epsilon > 0 \ \forall N \ \exists m,n \ |s_m - s_n| \geq \epsilon$
I'm just having trouble putting these together to form an argument. Any help is appreciated.