Limits of Sequences

Basis
Last updated: Tags: Analysis

Prerequisites

A sequence in a metric space is an infinite list of points that may — or may not — home in on some target. Convergence makes the intuition of “homing in” precise using the metric.

Sequences in a metric space

Let (X,d)(X, d) be a metric space. A sequence in XX is a function NX\mathbb{N} \to X, written (xn)nN(x_n)_{n \in \mathbb{N}} or simply (xn)(x_n). Each xnXx_n \in X is the nn-th term of the sequence.

When X=RX = \mathbb{R} with d(x,y)=xyd(x, y) = |x - y|, this is the familiar setting of real sequences. But the same definition runs equally well in Rk\mathbb{R}^k, in function spaces, or in any other metric space — the distance dd does all the work.

Definition of convergence

A sequence (xn)(x_n) in (X,d)(X, d) converges to a point LXL \in X if for every ε>0\varepsilon > 0 there exists NNN \in \mathbb{N} such that

nN    d(xn,L)<ε.(1)n \geq N \implies d(x_n,\, L) < \varepsilon. \tag{1}

When this holds, LL is the limit of the sequence, and you write

limnxn=LorxnL as n.\lim_{n \to \infty} x_n = L \qquad \text{or} \qquad x_n \to L \text{ as } n \to \infty.

Unpacking condition (1)(1): you challenge the sequence with any tolerance ε>0\varepsilon > 0, however small. The sequence must eventually enter the open ball B(L,ε)B(L, \varepsilon) and stay there — meaning from some index NN onward, every single term xnx_n is within distance ε\varepsilon of LL. If the sequence passes this test for every ε\varepsilon, it converges to LL.

A sequence that converges to some limit is convergent; one that does not is divergent.

Neighborhood characterization

Condition (1)(1) can be restated cleanly in terms of neighborhoods:

A sequence (xn)(x_n) converges to LL if and only if every neighborhood of LL contains all but finitely many terms of the sequence.

Why these are equivalent. If NN is a neighborhood of LL, it contains some open ball B(L,ε)B(L, \varepsilon). By (1)(1), every term xnx_n with nNn \geq N lies in B(L,ε)NB(L, \varepsilon) \subseteq \mathcal{N}, so at most the first N1N - 1 terms can lie outside N\mathcal{N} — finitely many. Conversely, given any ε>0\varepsilon > 0, the ball B(L,ε)B(L, \varepsilon) is itself a neighborhood of LL, so by assumption it contains all but finitely many terms; calling the largest excluded index N1N - 1 recovers condition (1)(1).

The neighborhood form is often more convenient in abstract proofs, because you don’t have to produce an explicit ε\varepsilon.

Uniqueness of limits

Theorem. If a sequence (xn)(x_n) in a metric space converges, its limit is unique.

Proof. Suppose xnLx_n \to L and xnLx_n \to L'. Fix any ε>0\varepsilon > 0. Choose N1N_1 so that d(xn,L)<ε/2d(x_n, L) < \varepsilon / 2 for all nN1n \geq N_1, and N2N_2 so that d(xn,L)<ε/2d(x_n, L') < \varepsilon / 2 for all nN2n \geq N_2. For any nmax(N1,N2)n \geq \max(N_1, N_2), the triangle inequality gives

d(L,L)d(L,xn)+d(xn,L)<ε2+ε2=ε.d(L, L') \leq d(L, x_n) + d(x_n, L') < \frac{\varepsilon}{2} + \frac{\varepsilon}{2} = \varepsilon.

Since ε>0\varepsilon > 0 was arbitrary and d(L,L)0d(L, L') \geq 0, we conclude d(L,L)=0d(L, L') = 0, hence L=LL = L'. \square

Uniqueness is what justifies writing limnxn=L\lim_{n \to \infty} x_n = L — treating the limit as the limit, not merely a limit.

Examples

Constant sequence. If xn=cx_n = c for all nn, then d(xn,c)=0<εd(x_n, c) = 0 < \varepsilon for every nn and every ε>0\varepsilon > 0, so xncx_n \to c.

Sequence in R2\mathbb{R}^2. Let xn=(1/n,1/n2)R2x_n = (1/n,\, 1/n^2) \in \mathbb{R}^2 with the Euclidean metric. Then

d ⁣(xn,(0,0))=1n2+1n41n+1n2.d\!\left(x_n,\, (0,0)\right) = \sqrt{\frac{1}{n^2} + \frac{1}{n^4}} \leq \frac{1}{n} + \frac{1}{n^2}.

The right-hand side tends to 00, so xn(0,0)x_n \to (0, 0).

Discrete metric. In a space with the discrete metric, d(xn,L)<εd(x_n, L) < \varepsilon for ε1\varepsilon \leq 1 forces xn=Lx_n = L. Therefore a sequence converges to LL if and only if it is eventually constant at LL — that is, xn=Lx_n = L for all sufficiently large nn.

This last example shows that “convergence” can look very different depending on the metric, even on the same underlying set.

Summary

  • A sequence (xn)(x_n) converges to LL in (X,d)(X, d) if for every ε>0\varepsilon > 0, all but finitely many terms lie inside the ball B(L,ε)B(L, \varepsilon).
  • Equivalently, every neighborhood of LL contains all but finitely many terms.
  • The limit, when it exists, is unique — proved via the triangle inequality.
  • The definition works in any metric space; nothing about it is special to R\mathbb{R}.