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 ( 1 2 n ) 0 . (Why precisely is this last assumption needed to avoid circularity?)

Answers

Let A be a bounded set, we’re basically going to binary search for sup A and then use NIP to prove the limit exists.

Let M be an upper bound on A , and pick any L A as our starting lower bound for sup A and define I 1 = [ L , M ] . Doing binary search gives I n + 1 I n with length proportional to ( 1 2 ) n . Applying the Nested Interval Property gives

n = 1 I n

As the length ( 1 2 ) n goes to zero, there is a single s n = 1 I n which must be the least upper bound since I n = [ L n , M n ] gives L n x M n for all n meaning s = sup A since

(i)
s L n implies s is an upper bound
(ii)
s M n implies s is the least upper bound

The assumption that ( 1 2 n ) 0 is necessary because otherwise, we would need to invoke the Archimedian Property (Theorem 1.4.2), which is proved using the Axiom of Completeness.

User profile picture
2022-01-27 00:00
Comments