Homepage › Solution manuals › Stephen Abbott › Understanding Analysis › Exercise 2.5.4
Exercise 2.5.4
The Bolzano-Weierstrass Theorem is extremely important, and so is the strategy employed in the proof. To gain some more experience with this technique, assume the Nested Interval Property is true and use it to provide a proof of the Axiom of Completeness. To prevent the argument from being circular, assume also that . (Why precisely is this last assumption needed to avoid circularity?)
Answers
Let be a bounded set, we’re basically going to binary search for and then use NIP to prove the limit exists.
Let be an upper bound on , and pick any as our starting lower bound for and define . Doing binary search gives with length proportional to . Applying the Nested Interval Property gives
As the length goes to zero, there is a single which must be the least upper bound since gives for all meaning since
- (i)
- implies is an upper bound
- (ii)
- implies is the least upper bound
The assumption that is necessary because otherwise, we would need to invoke the Archimedian Property (Theorem 1.4.2), which is proved using the Axiom of Completeness.