Subsequence — Definition, Formula & Examples
A subsequence is a new sequence created by choosing some (or all) terms from an existing sequence while keeping them in their original order. You can skip terms, but you cannot rearrange the ones you keep.
Given a sequence , a subsequence is a sequence where is a strictly increasing sequence of positive integers. Each specifies which term of the original sequence is selected as the -th term of the subsequence.
How It Works
To form a subsequence, pick an infinite collection of indices from the original sequence such that the indices are strictly increasing. The values at those indices, listed in order, give you the subsequence. A key theorem (Bolzano–Weierstrass) states that every bounded sequence of real numbers has a convergent subsequence. Additionally, a sequence converges to if and only if every one of its subsequences also converges to .
Worked Example
Problem: Consider the sequence for , which produces Find a convergent subsequence.
Step 1: Choose the even-indexed terms: set so the indices are
Step 2: Write out the subsequence by evaluating for each .
Step 3: Since every term of this subsequence equals 1, it converges to 1 — even though the original sequence diverges.
Answer: The subsequence converges to .
Why It Matters
Subsequences are central to real analysis proofs. The Bolzano–Weierstrass theorem — every bounded sequence has a convergent subsequence — is foundational for proving results about continuity, compactness, and the convergence of series. In applied mathematics, extracting a convergent subsequence from approximate solutions is a standard technique for proving existence of exact solutions.
Common Mistakes
Mistake: Thinking a subsequence can reorder terms from the original sequence.
Correction: The indices must be strictly increasing, so the selected terms appear in exactly the same order as in the original sequence.
