Limits of Sequences
BasisPrerequisites
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 be a metric space. A sequence in is a function , written or simply . Each is the -th term of the sequence.
When with , this is the familiar setting of real sequences. But the same definition runs equally well in , in function spaces, or in any other metric space — the distance does all the work.
Definition of convergence
A sequence in converges to a point if for every there exists such that
When this holds, is the limit of the sequence, and you write
Unpacking condition : you challenge the sequence with any tolerance , however small. The sequence must eventually enter the open ball and stay there — meaning from some index onward, every single term is within distance of . If the sequence passes this test for every , it converges to .
A sequence that converges to some limit is convergent; one that does not is divergent.
Neighborhood characterization
Condition can be restated cleanly in terms of neighborhoods:
A sequence converges to if and only if every neighborhood of contains all but finitely many terms of the sequence.
Why these are equivalent. If is a neighborhood of , it contains some open ball . By , every term with lies in , so at most the first terms can lie outside — finitely many. Conversely, given any , the ball is itself a neighborhood of , so by assumption it contains all but finitely many terms; calling the largest excluded index recovers condition .
The neighborhood form is often more convenient in abstract proofs, because you don’t have to produce an explicit .
Uniqueness of limits
Theorem. If a sequence in a metric space converges, its limit is unique.
Proof. Suppose and . Fix any . Choose so that for all , and so that for all . For any , the triangle inequality gives
Since was arbitrary and , we conclude , hence .
Uniqueness is what justifies writing — treating the limit as the limit, not merely a limit.
Examples
Constant sequence. If for all , then for every and every , so .
Sequence in . Let with the Euclidean metric. Then
The right-hand side tends to , so .
Discrete metric. In a space with the discrete metric, for forces . Therefore a sequence converges to if and only if it is eventually constant at — that is, for all sufficiently large .
This last example shows that “convergence” can look very different depending on the metric, even on the same underlying set.
Summary
- A sequence converges to in if for every , all but finitely many terms lie inside the ball .
- Equivalently, every neighborhood of 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 .