A sequence is increasing if for any . The sequence is decreasing if for any .
The following examples are crucial:
The sequence is an increasing sequence.
The constant sequence is still an increasing sequence.
is an increasing sequence.
Let be a non-negative sequence of real numbers. Then is an increasing sequence.
If the sequence is increasing, then the sequence is decreasing.
Every bounded increasing (decreasing) sequence is convergent.
Proof: Let be the least upper bound of the sequence . We know that for any there exists so that . Therefore, , since for any if , then .
The following theorem is somewhat stronger than the Bolzano-Weierstrass Theorem, so by proving it we will obtain yet another proof of the BWT.
Let be a convergent sequence, then it contains either a decreasing or an increasing subsequence.
Proof: The proof goes like a computer program. Let be the least upper bound (supremum) of the sequence . If is not a maximum, so for all , then we must have a sequence increasing sequence and we can STOP the proof. If , then we consider the sequence . Let be the supremum of this sequence. If is not a maximum, we can again STOP the proof. If it is a maximum we can GO TO the next step, and consider the sequence . This program either stops, that is find an increasing sequence, or it never stops and finds the decreasing sequence .
It is possible that a convergent sequence contains both increasing and decreasing subsequences. will converge to . The subsequence is increasing, the subsequence is decreasing.