</div>
As the positive integer n becomes larger and larger, the value n\cdot \sin\left(\tfrac1{n}\right) becomes arbitrarily close to 1.
We say that "the limit of the sequence n\cdot \sin\left(\tfrac1{n}\right) equals 1."
</div> </div>
In mathematics, the limit of a sequence is the value that the terms of a sequence "tend to", and is often denoted using the \lim symbol (e.g., \lim_{n \to \infty}a_n).Courant (1961), p.
29. If such a limit exists, the sequence is called convergent.
A sequence that does not converge is said to be divergent.Courant (1961), p.
39. The limit of a sequence is said to be the fundamental notion on which the whole of mathematical analysis ultimately rests.
Limits can be defined in any metric or topological space, but are usually first encountered in the real numbers.
History
The Greek philosopher Zeno of Elea is famous for formulating paradoxes that involve limiting processes.
Leucippus, Democritus, Antiphon, Eudoxus, and Archimedes developed the method of exhaustion, which uses an infinite sequence of approximations to determine an area or a volume.
Archimedes succeeded in summing what is now called a geometric series.
Newton dealt with series in his works on Analysis with infinite series (written in 1669, circulated in manuscript, published in 1711), Method of fluxions and infinite series (written in 1671, published in English translation in 1736, Latin original published much later) and Tractatus de Quadratura Curvarum (written in 1693, published in 1704 as an Appendix to his Optiks).
In the latter work, Newton considers the binomial expansion of (x + o)n, which he then linearizes by taking the limit as o tends to 0.
In the 18th century, mathematicians such as Euler succeeded in summing some divergent series by stopping at the right moment; they did not much care whether a limit existed, as long as it could be calculated.
At the end of the century, Lagrange in his Théorie des fonctions analytiques (1797) opined that the lack of rigour precluded further development in calculus.
Gauss in his etude of hypergeometric series (1813) for the first time rigorously investigated the conditions under which a series converged to a limit.
The modern definition of a limit (for any ε there exists an index N so that ...) was given by Bernhard Bolzano (Der binomische Lehrsatz, Prague 1816, which was little noticed at the time), and by Karl Weierstrass in the 1870s.
Real numbers
320px|thumb|The plot of a convergent sequence {an} is shown in blue.
Here, one can see that the sequence is converging to the limit 0 as n increases.
In the real numbers, a number L is the limit of the sequence (x_n), if the numbers in the sequence become closer and closer to L—and not to any other number.
Examples
If x_n = c for constant c, then x_n \to c.Proof: choose N = 1.
For every n \geq N, |x_n - c| = 0 < \varepsilon
If x_n = \frac{1}{n}, then x_n \to 0.Proof: choose N = \left\lfloor\frac{1}{\varepsilon}\right\rfloor + 1 (the floor function).
For every n \geq N, |x_n - 0| \le x_N = \frac{1}{\lfloor 1/\varepsilon \rfloor + 1} < \varepsilon.
If x_n = 1/n when n is even, and x_n = \frac{1}{n^2} when n is odd, then x_n \to 0.
(The fact that x_{n+1} > x_n whenever n is odd is irrelevant.)
Given any real number, one may easily construct a sequence that converges to that number by taking decimal approximations.
For example, the sequence 0.3, 0.33, 0.333, 0.3333, \dots converges to 1/3.
Note that the decimal representation 0.3333... is the limit of the previous sequence, defined by  0.3333... : = \lim_{n\to\infty} \sum_{i=1}^n \frac{3}{10^i}.
Finding the limit of a sequence is not always obvious.
Two examples are \lim_{n\to\infty} \left(1 + \tfrac{1}{n}\right)^n (the limit of which is the number e) and the Arithmetic–geometric mean.
The squeeze theorem is often useful in the establishment of such limits.
Formal definition
We call x the limit of the sequence (x_n) if the following condition holds:
For each real number \varepsilon > 0, there exists a natural number N such that, for every natural number n \geq N, we have |x_n - x| < \varepsilon.
In other words, for every measure of closeness \varepsilon, the sequence's terms are eventually that close to the limit.
The sequence (x_n) is said to converge to or tend to the limit x, written x_n \to x or \lim_{n\to\infty} x_n = x.
Symbolically, this is: \forall \varepsilon > 0 \left(\exists N \in \N \left(\forall n \in \N \left(n \geq N \implies |x_n - x| < \varepsilon \right)\right)\right).
If a sequence (x_n) converges to some limit x, then it is convergent and x is the only limit; otherwise (x_n) is divergent.
A sequence that has zero as its limit is sometimes called a null sequence.
Illustration
File:Folgenglieder im KOSY.svg|Example of a sequence which converges to the limit a.
File:Epsilonschlauch.svg|Regardless which \varepsilon > 0 we have, there is an index N_0, so that the sequence lies afterwards completely in the epsilon tube (a-\varepsilon,a+\varepsilon).
File:Epsilonschlauch klein.svg|There is also for a smaller \epsilon_1 > 0 an index N_1, so that the sequence is afterwards inside the epsilon tube (a-\varepsilon_1,a+\varepsilon_1).
File:Epsilonschlauch2.svg|For each \varepsilon > 0 there are only finitely many sequence members outside the epsilon tube.
Properties
Limits of sequences behave well with respect to the usual arithmetic operations.
If a_n \to a and b_n \to b, then a_n+b_n \to a+b, a_n\cdot b_n \to ab and, if neither b nor any b_n is zero, \frac{a_n}{b_n} \to \frac{a}{b}.
For any continuous function f, if x_n \to x then f(x_n) \to f(x).
In fact, any real-valued function f is continuous if and only if it preserves the limits of sequences (though this is not necessarily true when using more general notions of continuity).
Some other important properties of limits of real sequences include the following (provided, in each equation below, that the limits on the right exist).
The limit of a sequence is unique.
\lim_{n\to\infty} (a_n \pm b_n) =  \lim_{n\to\infty} a_n \pm \lim_{n\to\infty} b_n
\lim_{n\to\infty} c a_n =  c \cdot \lim_{n\to\infty} a_n
\lim_{n\to\infty} (a_n \cdot b_n) =  (\lim_{n\to\infty} a_n)\cdot( \lim_{n\to\infty} b_n)
\lim_{n\to\infty} \left(\frac{a_n}{b_n}\right) = \frac{\lim\limits_{n\to\infty} a_n}{\lim\limits_{n\to\infty} b_n} provided \lim_{n\to\infty} b_n \ne 0
\lim_{n\to\infty} a_n^p =  \left[ \lim_{n\to\infty} a_n \right]^p
If a_n \leq b_n for all n greater than some N, then \lim_{n\to\infty} a_n \leq \lim_{n\to\infty} b_n .
(Squeeze theorem) If a_n \leq c_n \leq b_n for all n > N, and \lim_{n\to\infty} a_n = \lim_{n\to\infty} b_n = L, then \lim_{n\to\infty} c_n = L.
If a sequence is bounded and monotonic, then it is convergent.
A sequence is convergent if and only if every subsequence is convergent.
If every subsequence of a sequence has its own subsequence which converges to the same point, then the original sequence converges to that point.
These properties are extensively used to prove limits, without the need to directly use the cumbersome formal definition.
For example.
once it is proven that 1/n \to 0, it becomes easy to show—using the properties above—that \frac{a}{b+\frac{c}{n}} \to \frac{a}{b} (assuming that b \ne 0).
Infinite limits
A sequence (x_n) is said to tend to infinity, written x_n \to \infty or \lim_{n\to\infty}x_n = \infty, if for every K, there is an N such that for every n \geq N, x_n > K; that is, the sequence terms are eventually larger than any fixed K.
Similarly, x_n \to -\infty if for every K, there is an N such that for every n \geq N, x_n < K.
If a sequence tends to infinity or minus infinity, then it is divergent.
However, a divergent sequence need not tend to plus or minus infinity, and the sequence x_n=(-1)^n provides one such example.
Metric spaces
Definition
A point x of the metric space (X, d) is the limit of the sequence (x_n) if for all \epsilon > 0, there is an N such that, for every n \geq N, d(x_n, x) < \epsilon.
This coincides with the definition given for real numbers when X = \R and d(x, y) = |x-y|.
Properties
For any continuous function f, if x_n \to x then f(x_n) \to f(x).
In fact, a function f is continuous if and only if it preserves the limits of sequences.
Limits of sequences are unique when they exist, as distinct points are separated by some positive distance, so for \epsilon less than half this distance, sequence terms cannot be within a distance \epsilon of both points.
Topological spaces
Definition
A point x \in X of the topological space (X, \tau) is a  or  of the sequence \left(x_n\right)_{n \in \N} if for every neighbourhood U of x, there exists some N \in \N such that for every n \geq N, x_n \in U.
This coincides with the definition given for metric spaces, if (X, d) is a metric space and \tau is the topology generated by d.
A limit of a sequence of points \left(x_n\right)_{n \in \N} in a topological space T is a special case of a limit of a function: the domain is \N in the space \N \cup \lbrace + \infty \rbrace, with the induced topology of the affinely extended real number system, the range is T, and the function argument n tends to +\infty, which in this space is a limit point of \N. Properties
In a Hausdorff space, limits of sequences are unique whenever they exist.
Note that this need not be the case in non-Hausdorff spaces; in particular, if two points x and y are topologically indistinguishable, then any sequence that converges to x must converge to y and vice versa.
Cauchy sequences
A Cauchy sequence is a sequence whose terms ultimately become arbitrarily close together, after sufficiently many initial terms have been discarded.
The notion of a Cauchy sequence is important in the study of sequences in metric spaces, and, in particular, in real analysis.
One particularly important result in real analysis is the Cauchy criterion for convergence of sequences: a sequence of real numbers is convergent if and only if it is a Cauchy sequence.
This remains true in other complete metric spaces.
Definition in hyperreal numbers
The definition of the limit using the hyperreal numbers formalizes the intuition that for a "very large" value of the index, the corresponding term is "very close" to the limit.
More precisely, a real sequence (x_n) tends to L if for every infinite hypernatural H, the term x_H is infinitely close to L (i.e., the difference x_H - L is infinitesimal).
Equivalently, L is the standard part of x_H  L = {\rm st}(x_H).
\,
Thus, the limit can be defined by the formula \lim_{n \to \infty} x_n= {\rm st}(x_H), where the limit exists if and only if the righthand side is independent of the choice of an infinite H. See also
Limit superior and limit inferior
Modes of convergence
Limit of a net — A net is a topological generalization of a sequence.
Set-theoretic limit
Shift rule
Notes
Proofs
References
Courant, Richard (1961).
"Differential and Integral Calculus Volume I", Blackie & Son, Ltd., Glasgow.
Frank Morley and James Harkness A treatise on the theory of functions  (New York: Macmillan, 1893)
External links
A history of the calculus, including limits
