`
The question “Are All Monotonic Sequences Convergent” is a fundamental one in real analysis. Understanding the answer and its implications is crucial for anyone studying calculus or related fields. In short, the answer is no, but with a very important condition. Whether a monotonic sequence converges depends on whether it is bounded.
Monotonicity, Boundedness, and the Convergence Theorem
A monotonic sequence is, intuitively, a sequence that always goes in one direction. More formally, a sequence {an} is said to be monotonically increasing if an ≤ an+1 for all n, and monotonically decreasing if an ≥ an+1 for all n. Monotonicity describes the behavior of a sequence’s terms in relation to each other; they are either always increasing or always decreasing. However, just because a sequence is always increasing or decreasing doesn’t mean it approaches a finite limit. Consider the sequence {n} = 1, 2, 3, …. This sequence is monotonically increasing, but it clearly diverges to infinity.
The missing piece is boundedness. A sequence {an} is bounded if there exists a real number M such that |an| ≤ M for all n. In simpler terms, the terms of the sequence are all within a certain range. A bounded monotonic sequence theorem bridges the gap. It states: A bounded monotonic sequence is convergent. This is a cornerstone of real analysis and is invaluable for proving the convergence of many sequences. To further illustrate the importance:
- A monotonically increasing sequence that is bounded above converges to its least upper bound (supremum).
- A monotonically decreasing sequence that is bounded below converges to its greatest lower bound (infimum).
Therefore, if a monotonic sequence is not bounded, it will diverge. Consider these cases to solidify this concept:
| Sequence | Monotonicity | Boundedness | Convergence |
|---|---|---|---|
| {1/n} | Decreasing | Bounded (0 ≤ 1/n ≤ 1) | Converges to 0 |
| {n} | Increasing | Unbounded | Diverges to ∞ |
| {-n} | Decreasing | Unbounded | Diverges to -∞ |
For a deeper dive and more rigorous proofs of these concepts, consult a reputable real analysis textbook. Many of the classic textbooks provide excellent explanations and examples.