Exercise 4.5.5

(a)
Finish the proof of the Intermediate Value Theorem using the Axiom of Completeness started previously.
(b)
Finish the proof of the Intermediate Value Theorem using the Nested Interval Property started previously.

Answers

Let f be continuous, and let L ( f ( a ) , f ( b ) ) , we must find c ( a , b ) with f ( c ) = L . (If f ( a ) > f ( b ) then instead consider f ( x ) = f ( x ) and L = L )

(a)
Let c = sup { x : f ( x ) L } . f ( c ) < L is not possible since we could find δ small enough that f ( c + δ ) < L contradicting c being an upper bound. And f ( c ) > L is impossible since we could find δ small enough that f ( c δ ) > L contradicting c being the least upper bound (since we found a smaller upper bound). Thus we must have f ( c ) = L completing the proof.

A detail we glossed over is c ( a , b ) , which can be seen since f ( b ) > L and f ( a ) < L has f ( a + δ ) < L meaning a cannot be the least upper bound.

(b)
Let I 0 = [ a , b ] and bisect into two intervals, let I 1 be the interval where L is still between f at the endpoints. Continue like this to get a sequence I n I n 1 , I n , and let c n = 1 I n .

Suppose for contradiction that f ( c ) < L ; then there must be some 𝜖 > 0 so that V 𝜖 ( f ( c ) ) < L . Since f is continuous, there must also be some δ so that f ( V δ ( c ) ) < L - but this contradicts our construction in that one endpoint of I n is mapped to a number greater than L , no matter how large n gets and how small I n is as a result. A similar argument shows f ( c ) cannot be larger than L , and therefore f ( c ) = L .

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