Lec 23
Lec 23
p(xn )
x1 = −1, xn+1 = xn − for n ∈ N,
p0 (xn )
The set K is bounded above by b because f (b) > 0, and the set K is nonempty as it
contains a because f (a) < 0.
Thus c = sup K exists by the Axiom of Completeness.
The value of f (c) falls into three cases: f (c) < 0, f (c) > 0, or f (c) = 0.
Use the properties of the least upper bound to eliminate the first two cases.
Start of Proof using the Nested Interval Property. Let I0 = [a, b], and consider this in-
tervals’ midpoint z = (a + b)/2.
If f (z) ≥ 0, then choose a1 = a and b1 = z.
If f (z) < 0, then choose a1 = z and b1 = b.
The interval I1 = [a1 , b1 ] has the property that f (a1 ) < 0 and f (b1 ) ≥ 0.
Now use induction to construct a sequence of nested closed intervals In = [an , bn ] such
that f (an ) < 0 and f (bn ) ≥ 0.
Show that ∩In consists of one point c for which an → c and bn → c.
Then use continuity of f to show that f (c) = 0.
The Intermediate Value Property. Is the converse of the Intermediate Value The-
orem value true? For a function f : [a, b] → R, does for all x, y ∈ [a, b] with x < y, and
for all L between f (x) and f (y), there exist c ∈ (x, y) such that f (c) = L, imply that f
is continuous on [a, b]?
Example. The function
(
sin(1/x) if x 6= 0,
g(x) =
0 if x = 0,
is not continuous at 0.
On the interval [0, 1], for any x, y ∈ [0, 1] with x < y, and any L between g(x) and g(y)
there exists c ∈ (x, y) such that g(x) = L.
So the converse of the Intermediate Value Theorem is false as this counterexample proves.
Definition 4.5.3. A function f : A → R has the intermediate value property on an
interval [a, b] ⊆ A if for all x, y ∈ [a, b] with x < y, and any L between f (x) and f (y),
there exists c ∈ (x, y) such that f (c) = L.
Although the converse of the Intermediate Value Theorem is false in general, it is true if
we impose monotonicity on the function.
A proof of this is requested in a homework problem (4.5.3).