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.
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.
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.
Definition (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} : \big( \forall n > N \implies |x_n - b| < \varepsilon \big).\end{equation*}
A sequence that admits such a limit is called convergent.
All terms of a convergent sequence lie below the level M=max(x1,,L+1)M = \max(|x_1|, \dots, |L+1|).
Theorem (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