Skip to content

Limit of a sequence

Limits of sequences lie at the foundation of mathematical analysis: they make the intuitive notion of "getting arbitrarily close" rigorous and underpin almost every later construction, from continuity and derivatives to integrals, infinite series, and convergence in more general spaces such as metric and normed spaces.
Geometric meaning of the ε\varepsilon--NN definition: for every horizontal band of half-width ε\varepsilon around bb, there is an index NN past which every term xnx_n stays inside the band.
LIMIT OF A SEQUENCE
Let {xn}n=1\{x_n\}_{n=1}^{\infty} be a sequence of real numbers. We say that bRb \in \mathbb{R} is the limit of the sequence and write
limnxn=b\begin{equation*}\lim_{n \to \infty} x_n = b\end{equation*}
if and only if
ε>0,  NN,  n>N:xnb<ε.\begin{equation*}\forall \varepsilon > 0, \; \exists N \in \mathbb{N}, \; \forall n > N : |x_n - b| < \varepsilon .\end{equation*}
A sequence that admits such a limit is called convergent.
The modern ε\varepsilon-NN formulation was developed in the nineteenth century by Bolzano, Cauchy and Weierstrass. It replaces vague phrases like "tends to" or "becomes infinitely close" with a precise quantifier statement: no matter how small a tolerance ε\varepsilon we choose, eventually all terms of the sequence stay within that tolerance of the limit. This formulation is essential not only in real analysis but also in numerical analysis, probability theory and many branches of applied mathematics, where one constantly needs to control how fast an approximation approaches its target value.

The uniqueness theorem follows Abbott2015, Theorem 2.2.7.

Proof of uniqueness of the limit using the triangle inequality.
Proof of uniqueness of the limit using the triangle inequality.
UNIQUENESS OF LIMITS
If a sequence {xn}n=1\{x_n\}_{n=1}^{\infty} has a limit, then this limit is unique.
\quad Proof. Suppose that xnL1x_n \to L_1 and xnL2x_n \to L_2. Let ε>0\varepsilon>0 be arbitrary.
Since xnL1x_n \to L_1, there exists N1NN_1 \in \mathbb{N} such that
n>N1    xnL1<ε2.(1)\begin{equation*}n > N_1 \implies |x_n - L_1| < \frac{\varepsilon}{2}. \qquad (1)\end{equation*}
Since xnL2x_n \to L_2, there exists N2NN_2 \in \mathbb{N} such that
n>N2    xnL2<ε2.(2)\begin{equation*}n > N_2 \implies |x_n - L_2| < \frac{\varepsilon}{2}. \qquad (2)\end{equation*}
Choose n>max(N1,N2)n > \max(N_1,N_2). Then both inequalities hold at the same time. By the triangle inequality,
L1L2Triangle inequalityL1xn+xnL2<(1), (2)ε2+ε2=ε.\begin{equation*}|L_1 - L_2|\overset{\text{Triangle inequality}}{\leq}|L_1 - x_n| + |x_n - L_2|\overset{\text{(1), (2)}}{<}\frac{\varepsilon}{2}+\frac{\varepsilon}{2}=\varepsilon.\end{equation*}
Since ε>0\varepsilon>0 was arbitrary, this forces L1L2=0|L_1-L_2|=0. Therefore L1=L2L_1=L_2, and the limit is unique. \Box

The boundedness theorem follows Abbott2015, Theorem 2.3.2.

All terms of a convergent sequence lie below the level M=max(x1,,L+1)M = \max(|x_1|, \dots, |L+1|).
BOUNDEDNESS OF CONVERGENT SEQUENCES
If a sequence {xn}n=1\{x_n\}_{n=1}^{\infty} converges to a finite limit LRL \in \mathbb{R}, then it is bounded; that is, there exists a constant M>0M > 0 such that
xnMfor all nN.\begin{equation*}|x_n| \leq M \qquad \text{for all } n \in \mathbb{N}.\end{equation*}
\quad Proof. Apply the definition of the limit with ε=1\varepsilon = 1: there exists NNN \in \mathbb{N} such that
n>N    xnL<1.\begin{equation*}\forall n > N \implies |x_n - L| < 1.\end{equation*}
By the triangle inequality, for every n>Nn > N
xn=xnL+LxnL+L<1+L=L+1.\begin{equation*}|x_n| = |x_n - L + L| \leq |x_n - L| + |L| < 1 + |L| = |L + 1|.\end{equation*}
Hence every term of the sequence with index n>Nn > N lies in the band of half-width 11 around LL, and in particular xn<L+1|x_n| < |L + 1|.
It remains to control the finite list of initial terms x1,x2,,xNx_1, x_2, \dots, x_N. Set
M=max(x1,x2,,xN,L+1).\begin{equation*}M = \max\big(|x_1|, |x_2|, \dots, |x_N|, |L + 1|\big).\end{equation*}
Then for every nNn \in \mathbb{N} we have xnM|x_n| \leq M: if nNn \leq N this holds because xn|x_n| is one of the numbers in the maximum, and if n>Nn > N this holds because xn<L+1M|x_n| < |L + 1| \leq M. Therefore the sequence is bounded. \Box

References

  • [Abbott2015]Abbott, Stephen. Understanding Analysis. Second edition. Springer, 2015.