Intermediate Value Theorem
The Intermediate Value Theorem (IVT) states that a continuous function on an interval takes on every value between its endpoints. This intuitive result β continuous functions have "no jumps" β relies fundamentally on the completeness of . The IVT guarantees roots of equations, fixed points, and is the basis for the bisection method in numerical analysis.
Statement
Let be continuous. If is any value between and (i.e., or ), then there exists such that .
The IVT is equivalent to saying that the continuous image of a connected set (an interval) is connected. Since connected subsets of are intervals, is an interval, hence contains all values between its endpoints.
Proof
Without loss of generality, assume (the case is similar). Define
Then (since ) and is bounded above (by ). By completeness, exists.
Claim: .
We show and , leaving .
Case 1: Suppose . Since is continuous at , there exists such that . In particular, for ,
Thus , contradicting that (since is in ).
Case 2: Suppose . By continuity, there exists such that . For ,
Thus for all , so is an upper bound for , contradicting that .
Thus .
Applications
If , the IVT guarantees a root with . For instance, satisfies and , so has a root in .
If is continuous, then has a fixed point: there exists with .
Proof: Consider . Then and . By IVT, there exists with , i.e., .
To approximate a root of where , repeatedly bisect the interval: if , set ; otherwise set . The IVT guarantees each subinterval contains a root. After bisections, the root is localized to an interval of width .
There is no bijection that is continuous. Proof: if were such a bijection, then by the IVT, would be an interval. But the only intervals mapping bijectively to are unbounded intervals, contradicting being the continuous image of a compact set (which must be compact, hence closed and bounded).
IVT fails without completeness
Define by . Then and , so . However, there is no with (since ). The IVT fails over because is not complete.
Summary
The Intermediate Value Theorem is fundamental in analysis:
- Continuous functions on intervals take all intermediate values.
- Proof uses completeness (existence of suprema).
- Applications: root-finding, fixed points, bisection method.
- Equivalent to connectedness of intervals.
See Extreme Value Theorem and Connectedness for related results.