Proof: Bolzano-Weierstrass Theorem
The Bolzano-Weierstrass Theorem states that every bounded sequence in has a convergent subsequence. This is a cornerstone result in analysis, providing a form of compactness for sequences. The proof uses the nested intervals property, which is equivalent to completeness.
Statement
Every bounded sequence in has a convergent subsequence.
Proof via nested intervals
Let be a bounded sequence in . Since is bounded, there exist such that for all . We construct a convergent subsequence by repeatedly bisecting intervals.
Construction: Define a sequence of closed intervals and indices as follows:
-
Base case (): Let . Since infinitely many terms of lie in , choose such that .
-
Inductive step: Suppose has been defined and contains infinitely many terms of . Bisect into two halves:
At least one of these halves contains infinitely many terms of . Choose such a half and call it . Since contains infinitely many terms and we've already chosen , we can choose such that .
Properties of the construction:
- (nested).
- The length of is as .
- for all .
Convergence of the subsequence: By the nested intervals property (a consequence of completeness), there exists such that for all . (In fact, since the intervals shrink to a point.)
Given , choose such that . Then for all , both and lie in , so
Thus , completing the proof.
The proof repeatedly halves intervals, ensuring at least one half contains infinitely many sequence terms. This "crowding" argument forces a subsequence to converge. The nested intervals property guarantees the intersection is nonempty.
Alternative proof via limsup
Let be bounded. Define
Then is finite (since is bounded). For each , there exists such that
(otherwise would be an upper bound for , contradicting the definition of ). Moreover, , so
By the squeeze theorem, .
Corollaries
A subset is sequentially compact (every sequence in has a subsequence converging to a point in ) if and only if is closed and bounded.
This is equivalent to the Heine-Borel theorem: is compact (every open cover has a finite subcover) if and only if is closed and bounded.
The sequence is unbounded and has no convergent subsequence (any subsequence diverges to ). Boundedness is essential in Bolzano-Weierstrass.
Let enumerate the rationals in . Then is bounded, so by Bolzano-Weierstrass, it has a convergent subsequence for some . This gives an explicit rational sequence converging to any real .
Summary
The Bolzano-Weierstrass theorem is fundamental in analysis:
- Every bounded sequence has a convergent subsequence.
- Proof uses nested intervals (equivalent to completeness).
- Equivalent to sequential compactness of .
- Essential for proving the Cauchy criterion, Heine-Borel, and extreme value theorem.
See Cauchy Criterion and Heine-Borel for applications.