18 Important Theorems
Highlights of this Chapter: we prove two foundational results about continuous functions whose proofs have several steps in common:
- Continuous Functions are determined by their values on dense sets.
- The Extreme Value Theorem: a continuous function achieves a max and min on any closed interval.
- The Intermediate Value Theorem: a continuous function must take every value between
and on the interval .
Just like we have seen various ‘proof styles’ for sequences (recurrent themes in proofs, like ‘an
- Use whatever information you have to start, to construct a sequence of points.
- Use Bolzano Weierstrass to find a convergent subsequence.
- Apply
to that sequence and use continuity to know the result is also convergent.
This is to vague on its own to be useful, but in reading the proofs of the boundedness theorem, the extreme value theorem, and the intermediate value theorem below, look out for these three recurrent steps.
18.1 Dense Sets
Functions determined by values on dense set
Lemma 18.1 If
Proof. Let
Proposition 18.1 (Equal on Rationals
Proof. Since
This has a the pretty significant consequence that if we have a function and we know it is continuous, then being able to calculate its values at the rational numbers is good enough to completely determine the function on the real line. In particular, this can be used to prove various uniqueness results: you can show a certain function is uniquely defined if you can prove that its definition implies (1) continuity and (2) determines the rational points (or more generally, the values on a dense set).
Theorem 18.1 (Equal on a Dense Set
Exercise 18.1 Prove this (following the ideas for the special case of rationals)
We will use this property in understanding exponential functions (where their value at rational numbers are determined by powers and roots) and trigonometric functions (whose values on certain dyadic multiples of
There are many useful theorems of this type, that check a property of a function on a dense set and use it to conclude the same property holds generally. We give two more examples below, that prove useful in upcoming work
Proposition 18.2 If
Proof. Assume for contradiction that
We are going to use these
Now, by the density of
Exercise 18.2 Modify the above proof to show that if
Exercise 18.3 If
18.2 Extreme Values
Proposition 18.3 (Continuous on Closed Interval
Proof. Assume for the sake of contradiction that
But what is the value
Thus, no such sequence
Building off this result, one can prove that a continuous function actually achieves its upper and lower bounds on any closed interval. This result will play a role several times across the theory of functions and derivatives, so we give it a memorable name: the extreme value theorem (as maxima and minima taken collectively are called extrema).
Theorem 18.2 (Extreme Value Theorem) Let
Proof. We show
Here we show this holds for the supremum, the infimum is left as an exercise below. Since
We don’t know that the points
Since
Exercise 18.4 Complete the proof by showing a continuous function on a closed interval achieves a minimum.
18.3 Intermediate Values
The intermediate value theorem is the rigorous version of “you can draw the graph of a continuous function without picking up your pencil”.
One note: in the statement below we use the phrase
Theorem 18.3 (The Intermediate Value Theorem) Let
Proof. Without loss of generality we will assume that
This set is nonempty:
First, we show
Next, we show
Putting these together we know that
Corollary 18.1 Continuous image of a closed interval is a closed interval.
Historically, the intermediate value theorem was one of the reasons for developing much of analysis: mathematicians knew that whatever the correct formal definition of continuity was, it should certainly imply this! So, our proof of the intermediate value theorem (which embodies the intuitive notion of continuity) may be seen as evidence that we have chosen good definitions of continuity and convergence: they work as we expect!
Remark 18.1. It may seem at first that the intermediate value theorem is equivalent to continuity: if a function satisfies the intermediate value property, then its continuous. Try to prove it! Where do you get stuck?
Example 18.1 Consider the following function
Then
18.3.1 Useful Corollaries
Continuity is a strong constraint on a function, and the behavior of a continuous function at one or more points can often be used to gain information about nearby points. A direct corollary of the intermediate value theorem that is very useful is the special case when
Corollary 18.2 (Positive to Negative implies Zero) If
This suggests a means of finding the zeros of a function, which narrows in on them exponentially fast! Called “bisection”: find any two points where function changes sign. Divide region in half, evaluate at midpoint. Keep interval with different sign endpoints, repeat.
This argument also suggests simple proofs of various other theroems proving the existence of a point in the domain having some specified property. Here we give a classic fixed point theorem as an example
Proposition 18.4 (A Fixed Point Theorem) If
Proof. Consider the function
Like fixed points above, we can also use the IVT to prove the existence of solutions to various equations. Here, we use it to prove the existence of the square root of 2 - a calculation that took us quite some fiddling around with algebra and the Archimedean property originally!
Example 18.2 (Existence of
Exercise 18.5 (Existence of
Its worth mentioning one additional corollary of the interemediate value theorem together with the extreme value theorem, which helps us understand the ranges of continuous functions
Corollary 18.3 If
Here we allow the degenerate case
18.4 Uniform on Closed Intervals
In general the definition of continuity takes place at each
The following theorem shows this is indeed possible
Theorem 18.4 (Continuous
Proof. Assume for the sake of contradiction that
We can use this to produce a sequence: for
Thus, in fact we have two sequences
We will call the subsequences
Then since
In proof, use that we can simultaneously apply bolzano weierstrass to two sequences: this appears as an Exercise 9.14 back in the chapter on subsequences. If you didn’t do it then, you should prove this for yourself now.