Subsequence

A sequence obtained by selecting terms along a strictly increasing index sequence.
Subsequence

Let (xn)nN(x_n)_{n\in\mathbb{N}} be a sequence in a XX. A subsequence of (xn)(x_n) is a sequence of the form (xnk)kN(x_{n_k})_{k\in\mathbb{N}}, where (nk)kN(n_k)_{k\in\mathbb{N}} is a strictly increasing sequence of natural numbers:

n1<n2<n3<.n_1<n_2<n_3<\cdots.

Subsequences capture partial asymptotic behavior and are indispensable in arguments (e.g., Bolzano–Weierstrass) and in defining and .

Examples:

  • From xn=(1)nx_n = (-1)^n, the subsequence x2k=1x_{2k}=1 is constant, and the subsequence x2k+1=1x_{2k+1}=-1 is constant.
  • If xn=1/nx_n=1/n, then (xnk)(x_{n_k}) with nk=2kn_k=2k is the subsequence 1/(2k)1/(2k).
  • Not every selection yields a subsequence: choosing nk=kn_k=k gives the original sequence; choosing indices that do not increase strictly does not define a subsequence.