Unit III: Real Analysis - Sequences
Table of Contents
1. Subsequences
A fundamental concept in real analysis is the behavior of a sequence when we only look at a selected infinite subset of its terms. This behavior is captured by subsequences.
Definition
Let (xn) be a sequence of real numbers and let n1 < n2 < ... < nk < ... be a strictly increasing sequence of natural numbers. The sequence (xnk) given by (xn1, xn2, xn3, ...) is called a subsequence of (xn).
Crucial Property of Indexing
Because the sequence of indices (nk) consists of strictly increasing natural numbers, we have an important inequality that is used in almost every proof involving subsequences:
nk ≥ k for all k ∈ N
Examples of Subsequences
- If (xn) = (1, 1/2, 1/3, 1/4, ...), then (x2k) = (1/2, 1/4, 1/6, ...) is the subsequence of even terms.
- If (xn) = ((-1)n), then (x2k) = (1, 1, 1, ...) is a constant subsequence, and (x2k-1) = (-1, -1, -1, ...) is another constant subsequence.
Theorem: Convergence of Subsequences
If a sequence of real numbers (xn) converges to a real number x, then any subsequence (xnk) of (xn) also converges to x.
Step-by-Step Proof:
- Suppose lim (xn) = x. This means for any ε > 0, there exists a natural number K such that for all n ≥ K, |xn - x| < ε.
- Let (xnk) be a subsequence of (xn). Since (nk) is strictly increasing, we have nk ≥ k for all k.
- If we choose k ≥ K, then nk ≥ k ≥ K.
- Consequently, for all k ≥ K, the inequality |xnk - x| < ε holds.
- This proves that lim (xnk) = x.
2. Divergence Criteria
We can use subsequences as a powerful tool to prove that a sequence does not converge. This is formalized in the divergence criteria.
The Divergence Theorems
Divergence Criterion 1: If a sequence (xn) has two subsequences (xnk) and (xmk) that converge to different limits L1 ≠ L2, then the sequence (xn) is divergent.
Divergence Criterion 2: If a sequence (xn) has a subsequence (xnk) that is divergent, then the sequence (xn) is divergent.
Practical Example
Prove that the sequence xn = (-1)n diverges.
Step-by-step Solution:
- Consider the subsequence of even terms: x2k = (-1)2k = 1. This constant subsequence converges to 1.
- Consider the subsequence of odd terms: x2k-1 = (-1)2k-1 = -1. This constant subsequence converges to -1.
- Since we have found two subsequences that converge to different limits (1 ≠ -1), the divergence criterion guarantees that the original sequence (xn) is divergent.
3. Monotone Subsequence Theorem
Not all sequences are monotone (increasing or decreasing), but amazingly, every sequence contains a monotone portion inside it.
Theorem Statement
Monotone Subsequence Theorem: Every sequence of real numbers has a monotone subsequence.
The Concept of a "Peak"
To prove this theorem, we define a special type of term called a peak.
A term xm in a sequence (xn) is called a peak if xm ≥ xn for all n > m.
In simple terms, a peak is a term that is greater than or equal to all subsequent terms in the sequence.
Proof Outline
Let (xn) be any sequence of real numbers. There are two mutually exclusive cases regarding the number of peaks in the sequence:
| Case | Description of Peaks | Constructed Subsequence Type |
|---|---|---|
| Case 1 | The sequence has infinitely many peaks. | Monotonically Decreasing Subsequence |
| Case 2 | The sequence has finitely many (or zero) peaks. | Monotonically Increasing Subsequence |
Detailed Analysis of Case 1 (Infinitely Many Peaks):
If there are infinitely many peaks, we can list them in order of their occurrence: xm1, xm2, xm3, ... where m1 < m2 < m3 < ...
Since xm1 is a peak and m2 > m1, we must have xm1 ≥ xm2.
Since xm2 is a peak and m3 > m2, we must have xm2 ≥ xm3.
Continuing this process, we obtain a decreasing subsequence: xm1 ≥ xm2 ≥ xm3 ≥ ...
Detailed Analysis of Case 2 (Finitely Many Peaks):
If there are finitely many peaks, let there be a natural number S such that there are no peaks at or after index S. (If there are no peaks at all, we can set S = 1).
- Let n1 = S. Since n1 ≥ S, xn1 is not a peak.
- By definition of "not a peak", there must exist some index n2 > n1 such that xn2 > xn1.
- Since n2 > n1 ≥ S, xn2 is also not a peak.
- Therefore, there must exist some index n3 > n2 such that xn3 > xn2.
- Repeating this step indefinitely, we construct a strictly increasing subsequence: xn1 < xn2 < xn3 < ...
4. Bolzano-Weierstrass Theorem
The Bolzano-Weierstrass Theorem establishes a deep connection between boundedness and convergence.
Theorem Statement
Bolzano-Weierstrass Theorem: Every bounded sequence of real numbers has a convergent subsequence.
Proof Using Monotone Subsequence Theorem
This theorem can be elegantly proven using our previous results:
- Let (xn) be a bounded sequence of real numbers. This means there exists a real number M > 0 such that |xn| ≤ M for all n.
- By the Monotone Subsequence Theorem, the sequence (xn) must contain a monotone subsequence (xnk).
- Since the original sequence (xn) is bounded, the subsequence (xnk) must also be bounded (since |xnk| ≤ M for all k).
- According to the Monotone Convergence Theorem, any sequence that is both monotone and bounded must converge.
- Therefore, the monotone subsequence (xnk) is convergent.
Important Observation: Even if a sequence itself does not converge (such as xn = (-1)n), as long as it is bounded, we can always extract a convergent subsequence (e.g., the constant subsequence x2k = 1).
5. Cauchy Sequences
In many situations, we want to know if a sequence converges, but finding the exact limit first is extremely difficult. A Cauchy sequence allows us to analyze convergence purely by looking at the relationships between the terms themselves.
Definition
A sequence (xn) of real numbers is called a Cauchy sequence if for every ε > 0, there exists a natural number H such that for all n, m ≥ H, the distance between the terms satisfies:
|xn - xm| < ε
Intuitive Concept
In a convergent sequence, the terms get closer and closer to a fixed target limit. In a Cauchy sequence, the terms simply get closer and closer to each other.
Theorem: Convergent implies Cauchy
Every convergent sequence of real numbers is a Cauchy sequence.
Proof:
- Suppose (xn) converges to x.
- Let ε > 0. Since lim xn = x, there exists a natural number K such that for all n ≥ K, |xn - x| < ε/2.
- Let n, m ≥ K. By the triangle inequality:
|xn - xm| = |(xn - x) + (x - xm)| ≤ |xn - x| + |xm - x| - Since both n, m ≥ K, we have:
|xn - xm| < ε/2 + ε/2 = ε - Therefore, (xn) is a Cauchy sequence.
Lemma: Cauchy Sequences are Bounded
Every Cauchy sequence of real numbers is bounded.
Step-by-Step Proof:
- Let (xn) be a Cauchy sequence. Let ε = 1.
- By definition, there exists a natural number H such that for all n, m ≥ H, |xn - xm| < 1.
- In particular, if we fix m = H, then for all n ≥ H, we have |xn - xH| < 1.
- By the reverse triangle inequality, this implies |xn| < |xH| + 1 for all n ≥ H.
- To find a bound that works for the entire sequence (including the terms before H), we define:
M = max{|x1|, |x2|, ..., |xH-1|, |xH| + 1} - It follows that |xn| ≤ M for all n ∈ N. Thus, the sequence is bounded.
6. Cauchy Convergence Criterion
The culmination of these concepts is the Cauchy Convergence Criterion, which asserts that in the real number system, being a Cauchy sequence is exactly equivalent to being a convergent sequence.
Theorem Statement
Cauchy Convergence Criterion: A sequence of real numbers is convergent if and only if it is a Cauchy sequence.
Proof of the Criterion
We already proved that "Convergent → Cauchy". Now we must prove the reverse: "Cauchy → Convergent".
- Let (xn) be a Cauchy sequence.
- We know that every Cauchy sequence is bounded. Thus, (xn) is bounded.
- By the Bolzano-Weierstrass Theorem, the bounded sequence (xn) has a convergent subsequence (xnk) that converges to some real limit x*.
- We will show that the entire sequence (xn) converges to x*.
- Let ε > 0. Since (xn) is Cauchy, there exists a natural number H such that for all n, m ≥ H:
|xn - xm| < ε/2 - Since the subsequence (xnk) converges to x*, there exists a term in this subsequence, say xnK, such that nK ≥ H and:
|xnK - x*| < ε/2 - Now, let n ≥ H. We can write:
|xn - x*| = |(xn - xnK) + (xnK - x*)| ≤ |xn - xnK| + |xnK - x*| - Since n ≥ H and nK ≥ H, we have |xn - xnK| < ε/2. Combining this with |xnK - x*| < ε/2, we get:
|xn - x*| < ε/2 + ε/2 = ε - This proves that the sequence (xn) converges to x*.
Practical Application: Testing for Convergence
Show that the sequence xn = 1 + 1/2! + 1/3! + ... + 1/n! converges.
Proof using Cauchy Criterion:
- Let m > n. Let's look at the difference:
|xm - xn| = 1/(n+1)! + 1/(n+2)! + ... + 1/m! - Since k! ≥ 2k-1 for all k, we have:
|xm - xn| ≤ 1/2n + 1/2n+1 + ... + 1/2m-1 - This is a geometric series sum:
1/2n (1 + 1/2 + ... + 1/2m-n-1) < 1/2n × 2 = 1/2n-1 - For any ε > 0, we can choose H such that 1/2H-1 < ε. Then for all m > n ≥ H:
|xm - xn| < 1/2n-1 ≤ 1/2H-1 < ε - This proves that (xn) is a Cauchy sequence, and by the Cauchy Criterion, it must converge.
7. Properly Divergent Sequences
Not all divergent sequences behave the same way. Some oscillate, while others grow without bound in a specific direction. The latter are called properly divergent.
Definitions
A sequence (xn) of real numbers is said to diverge to +∞ if for every real number α, there exists a natural number K such that for all n ≥ K,
xn > α
We write this as lim xn = +∞.
A sequence (xn) of real numbers is said to diverge to -∞ if for every real number β, there exists a natural number K such that for all n ≥ K,
xn < β
We write this as lim xn = -∞.
A sequence is properly divergent if it either diverges to +∞ or diverges to -∞.
Properties of Properly Divergent Sequences
- A monotone sequence is properly divergent if and only if it is unbounded.
- Comparison Theorem: If (xn) and (yn) are sequences such that xn ≤ yn for all n, then:
- If lim xn = +∞, then lim yn = +∞.
- If lim yn = -∞, then lim xn = -∞.
Summary Comparison Table
| Sequence Type | Bounded? | Has convergent subsequence? | Is Cauchy? | Converges? |
|---|---|---|---|---|
| Convergent | Yes (Always) | Yes (All subsequences converge to the same limit) | Yes | Yes |
| Oscillating Bounded (e.g., (-1)n) | Yes | Yes (At least one, by Bolzano-Weierstrass) | No | No |
| Properly Divergent (e.g., n2) | No | No (All subsequences also diverge properly to ±∞) | No | No |
Common Academic Mistakes to Avoid
-
Mistake: Assuming that if a sequence has a convergent subsequence, then the sequence itself must converge.
Correction: The sequence xn = (-1)n has the convergent subsequence x2k = 1, but the main sequence diverges. -
Mistake: Thinking that "divergent" is the same as "properly divergent".
Correction: The sequence (-1)n is divergent, but it is not properly divergent because it does not trend to +∞ or -∞. -
Mistake: Trying to apply the Cauchy criterion by showing |xn+1 - xn| → 0.
Correction: Showing that consecutive terms get closer is not enough! For example, if xn = 1 + 1/2 + 1/3 + ... + 1/n (the harmonic series), we have |xn+1 - xn| = 1/(n+1) → 0, but the sequence diverges to +∞ and is not Cauchy. You must show |xm - xn| < ε for all m, n ≥ H.