Sometimes one may also consider a sequence with more than one index, for example, a double sequence (x_{n, m}). This sequence has a limit L if it becomes closer and closer to L when both
n and
m becomes very large.
Example • If x_{n, m} = c for constant c, then x_{n,m} \to c. • If x_{n, m} = \frac{1}{n + m}, then x_{n, m} \to 0. • If x_{n, m} = \frac{n}{n + m}, then the limit does not exist. Depending on the relative "growing speed" of n and m, this sequence can get closer to any value between 0 and 1.
Definition We call x the
double limit of the
sequence (x_{n, m}), written :x_{n, m} \to x, or :\lim_{\begin{smallmatrix} n \to \infty \\ m \to \infty \end{smallmatrix}} x_{n, m} = x, if the following condition holds: :For each
real number \varepsilon > 0, there exists a
natural number N such that, for every pair of natural numbers n, m \geq N, we have |x_{n, m} - x| . In other words, for every measure of closeness \varepsilon, the sequence's terms are eventually that close to the limit. The sequence (x_{n, m}) is said to
converge to or
tend to the limit x. Symbolically, this is: :\forall \varepsilon > 0 \left(\exists N \in \N \left(\forall n, m \in \N \left(n, m \geq N \implies |x_{n, m} - x| . The double limit is different from taking limit in
n first, and then in
m. The latter is known as
iterated limit. Given that both the double limit and the iterated limit exists, they have the same value. However, it is possible that one of them exist but the other does not.
Infinite limits A sequence (x_{n,m}) is said to
tend to infinity, written :x_{n,m} \to \infty, or :\lim_{\begin{smallmatrix} n \to \infty \\ m \to \infty \end{smallmatrix}}x_{n,m} = \infty, if the following holds: :For every real number K, there is a natural number N such that for every pair of natural numbers n,m \geq N, we have x_{n,m} > K; that is, the sequence terms are eventually larger than any fixed K. Symbolically, this is: :\forall K \in \mathbb{R} \left(\exists N \in \N \left(\forall n, m \in \N \left(n, m \geq N \implies x_{n, m} > K \right)\right)\right). Similarly, a sequence (x_{n,m})
tends to minus infinity, written :x_{n,m} \to -\infty, or :\lim_{\begin{smallmatrix} n \to \infty \\ m \to \infty \end{smallmatrix}}x_{n,m} = -\infty, if the following holds: :For every real number K, there is a natural number N such that for every pair of natural numbers n,m \geq N, we have x_{n,m} ; that is, the sequence terms are eventually smaller than any fixed K. Symbolically, this is: :\forall K \in \mathbb{R} \left(\exists N \in \N \left(\forall n, m \in \N \left(n, m \geq N \implies x_{n, m} . 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,m}=(-1)^{n+m} provides one such example.
Pointwise limits and uniform limits For a double sequence (x_{n,m}), we may take limit in one of the indices, say, n \to \infty, to obtain a single sequence (y_m). In fact, there are two possible meanings when taking this limit. The first one is called
pointwise limit, denoted :x_{n, m} \to y_m\quad \text{pointwise}, or :\lim_{n \to \infty} x_{n, m} = y_m\quad \text{pointwise}, which means: :For each
real number \varepsilon > 0 and each fixed
natural number m, there exists a natural number N(\varepsilon, m) > 0 such that, for every natural number n \geq N, we have |x_{n, m} - y_m| . Symbolically, this is: :\forall \varepsilon > 0 \left( \forall m \in \mathbb{N} \left(\exists N \in \N \left(\forall n \in \N \left(n \geq N \implies |x_{n, m} - y_m| . When such a limit exists, we say the sequence (x_{n, m})
converges pointwise to (y_m). The second one is called
uniform limit, denoted :x_{n, m} \to y_m \quad \text{uniformly}, :\lim_{n \to \infty} x_{n, m} = y_m \quad \text{uniformly}, :x_{n, m} \rightrightarrows y_m , or :\underset{n\to\infty}{\mathrm{unif} \lim} \; x_{n, m} = y_m , which means: :For each
real number \varepsilon > 0, there exists a natural number N(\varepsilon) > 0 such that, for every
natural number m and for every natural number n \geq N, we have |x_{n, m} - y_m| . Symbolically, this is: :\forall \varepsilon > 0 \left(\exists N \in \N \left( \forall m \in \mathbb{N} \left(\forall n \in \N \left(n \geq N \implies |x_{n, m} - y_m| . In this definition, the choice of N is independent of m. In other words, the choice of N is
uniformly applicable to all natural numbers m. Hence, one can easily see that uniform convergence is a stronger property than pointwise convergence: the existence of uniform limit implies the existence and equality of pointwise limit: :If x_{n, m} \to y_m uniformly, then x_{n, m} \to y_m pointwise. When such a limit exists, we say the sequence (x_{n, m})
converges uniformly to (y_m).
Iterated limit For a double sequence (x_{n,m}), we may take limit in one of the indices, say, n \to \infty, to obtain a single sequence (y_m), and then take limit in the other index, namely m \to \infty, to get a number y. Symbolically, :\lim_{m \to \infty} \lim_{n \to \infty} x_{n, m} = \lim_{m \to \infty} y_m = y. This limit is known as
iterated limit of the double sequence. The order of taking limits may affect the result, i.e., :\lim_{m \to \infty} \lim_{n \to \infty} x_{n, m} \ne \lim_{n \to \infty} \lim_{m \to \infty} x_{n, m} in general. A sufficient condition of equality is given by the
Moore-Osgood theorem, which requires the limit \lim_{n \to \infty}x_{n, m} = y_m to be uniform in m. ==See also==