Subsequences

Extracting patterns from chaos. Understanding how to find order within any sequence.

What is a Subsequence?

A subsequence is formed by deleting zero or more terms from the original sequence, keeping the remaining terms in their original relative order.

Formal Definition

Let $(s_n)$ be a sequence. Let $(n_k)$ be a strictly increasing sequence of natural numbers ($n_1 \lt n_2 \lt n_3 \lt \dots$). Then the sequence $(t_k)$ defined by $t_k = s_{n_k}$ is a subsequence of $(s_n)$.

Key Rule: You can skip terms, but you cannot go backwards and you cannot repeat terms (unless they appeared multiple times in the original).

Subsequence Builder

Select indices to see subsequence...

Bolzano-Weierstrass Theorem

Theorem 11.5: Every bounded sequence has a convergent subsequence.

Even if the original sequence is chaotic and doesn't converge, if it's trapped in a box (bounded), there must be some pattern hidden inside it that converges.

Note: The original sequence doesn't have to converge. The theorem guarantees we can find a part of it that does.

Visualizing Bolzano-Weierstrass

Bounded in [-1, 1]

Important Theorems

Inheritance of Limits

Theorem 11.3

If a sequence $(s_n)$ converges to $s$, then every subsequence of $(s_n)$ also converges to $s$.

Monotone Subsequence

Theorem 11.4

Every sequence has a monotone subsequence (either increasing or decreasing).

Subsequential Limits

Concept

A number $t$ is a subsequential limit if there exists some subsequence converging to $t$. The set of all such limits is denoted $S$.

Practice Problems

True/False

01

If a sequence converges to \( s \), then every subsequence converges to \( s \).

02

If a sequence has a convergent subsequence, then the sequence itself converges.

03

\( \limsup s_n \) is always greater than or equal to \( \liminf s_n \).

04

If \( \limsup s_n = \liminf s_n \), then the sequence converges (possibly to \( \pm \infty \)).

Fill in the Blank

01

A subsequence \( (s_{n_k}) \) is formed by selecting terms where indices \( n_k \) are ________.

02

The Bolzano-Weierstrass Theorem states that every ________ sequence has a convergent subsequence.

03

The largest subsequential limit of a sequence is called the ________.

04

If a sequence is unbounded above, its \( \limsup \) is ________.

Full Problems

01

Find the set of subsequential limits for \( s_n = \sin(n\pi/2) \).

02

Calculate \( \limsup s_n \) and \( \liminf s_n \) for \( s_n = (-1)^n (1 + \frac{1}{n}) \).

03

Prove that if \( (s_n) \) converges to \( s \), then every subsequence \( (s_{n_k}) \) converges to \( s \).

04

Let \( (s_n) \) be a bounded sequence. Prove that there exists a subsequence that converges to \( \limsup s_n \).