Bolzano-Weierstrass Theorem — Definition, Formula & Examples
The Bolzano-Weierstrass Theorem states that every bounded sequence of real numbers contains at least one convergent subsequence. In other words, if the terms of a sequence all stay within some finite interval, you can always extract a subsequence that settles down to a limit.
Let be a sequence in such that there exists with for all . Then there exists a subsequence and a point such that .
How It Works
The classical proof uses repeated bisection. Start with a closed interval that contains all terms of the sequence. Split it into two halves; at least one half contains infinitely many terms of the sequence. Pick that half and repeat. This produces a nested sequence of closed intervals whose lengths shrink to zero, and by the Nested Intervals Property, they share exactly one common point. A subsequence chosen by picking one term from each interval converges to that point.
Worked Example
Problem: Show that the bounded sequence has a convergent subsequence.
Step 1: Verify boundedness: Each term satisfies since for all . The sequence is bounded by .
Step 2: Identify a subsequence: Take the subsequence of even-indexed terms: . Then .
Step 3: Find the limit: As , , so the subsequence converges.
Answer: The subsequence converges to , confirming the Bolzano-Weierstrass Theorem. (Similarly, the odd-indexed subsequence converges to .)
Why It Matters
The Bolzano-Weierstrass Theorem is a cornerstone of real analysis and underpins proofs of the Extreme Value Theorem, the Heine-Borel Theorem, and compactness arguments throughout mathematics. In applied fields like optimization and numerical analysis, it guarantees that bounded iterative algorithms have accumulation points, which is essential for proving convergence results.
Common Mistakes
Mistake: Applying the theorem to unbounded sequences, such as .
Correction: Boundedness is essential. The sequence has no convergent subsequence because every subsequence diverges to infinity. Always verify that the sequence is bounded before invoking the theorem.
