When can you switch the order of limits?

Suppose you have a double sequence $\displaystyle a_{nm}$. What are sufficient conditions for you to be able to say that $\displaystyle \lim_{n\to \infty}\,\lim_{m\to \infty}{a_{nm}} = \lim_{m\to \infty}\,\lim_{n\to \infty}{a_{nm}}$? Bonus points for necessary and sufficient conditions.

For an example of a sequence where this is not the case, consider $\displaystyle a_{nm}=\left(\frac{1}{n}\right)^{\frac{1}{m}}$. $\displaystyle \lim_{n\to \infty}\,\lim_{m\to \infty}{a_{nm}}=\lim_{n\to \infty}{\left(\frac{1}{n}\right)^0}=\lim_{n\to \infty}{1}=1$, but $\displaystyle \lim_{m\to \infty}\,\lim_{n\to \infty}{a_{nm}}=\lim_{m\to \infty}{0^{\frac{1}{m}}}=\lim_{m\to \infty}{0}=0$.


If you want to avoid hypotheses that involve uniform convergence, you can always cheat and use the counting measure on {0, 1, 2,...} and then use either the Monotone or Dominated Convergence Theorem from integration theory.

For instance, using the Monotone Convergence Theorem, we get the following (perhaps silly) sufficient criterion:

Proposition: If $a_{mn}$ is monotonically increasing in $m$, and is such that $c_{mn} = a_{mn} - a_{m-1,n}$ is monotonically increasing in $n$, then $\lim\limits_{m \to \infty} \lim\limits_{n \to \infty} a_{mn} = \lim\limits_{n\to\infty}\lim\limits_{m\to\infty} a_{mn}$.

Proof: Our two hypotheses really just amount to saying that each $c_{mn} \geq 0$ and that the $c_{mn}$ are monotonically increasing in $n$. So we can use the Monotone Convergence Theorem with respect to the counting measure: $$\lim_{n\to \infty} \int c_{mn} = \int \lim_{n\to \infty} c_{mn}$$ But really, these integrals are sums, so: $$\lim_{n\to \infty} \sum_{m=1}^\infty c_{mn} = \sum_{m=1}^\infty \lim_{n\to \infty} c_{mn}$$ Since infinite sums are just limits of partial sums, we have: $$\lim_{n\to \infty} \lim_{M \to \infty} \sum_{m=1}^M c_{mn} = \lim_{M\to\infty}\lim_{n\to \infty} \sum_{m=1}^M c_{mn}$$ By our construction of $c_{mn}$, the left side is $\lim\limits_{n\to\infty} \lim\limits_{M\to\infty} a_{Mn}$, and the right side is $\lim\limits_{M\to\infty} \lim\limits_{n\to\infty}a_{Mn}$. $\lozenge$

Edit: In the above, our index ranges are $m,n \geq 1$, and we make the convention that $a_{0n} = 0$.

Using the Dominated Convergence Theorem, we could probably get something slightly more useful.


Here's some results.

Let us say that a sequence $a_{nm}$ of real numbers indexed by pairs of positive integers $(n,m)$ converges to $L$ if and only if for every $\epsilon\gt 0$ there exists $N\gt 0$ such that for all $n,m\geq N$, $|a_{nm}-L|\lt \epsilon$.

This is a fairly strong condition. We have:

Theorem. Suppose that $\lim\limits_{(n,m)\to\infty}a_{nm}$ exists and equals $L$. Then the following are equivalent:

  1. For each (sufficiently large) $n_0$, $\lim\limits_{m\to\infty}a_{n_0m}$ exists;
  2. $\lim\limits_{n\to\infty}\lim\limits_{m\to\infty}a_{nm} = L$.

Proof. If 2 holds, then we must have 1 (otherwise the expression in 2 does not even make sense). Now assume that 1 holds, and let $\lim\limits_{m\to\infty}a_{nm} = L_{n}$. We want to prove that $\lim\limits_{n\to\infty}L_n=L$.

Let $\epsilon\gt 0$. Then there exists $N\gt 0$ such that for all $n,m\geq N$, $|a_{nm}-L| \lt \epsilon$. Let $M_N\gt N$ be such that for all $m\geq M_N$, $|a_{M_Nm}-L_{M_N}|\lt \epsilon$. Since $M_n\gt N$, we have $$|L_{M_N} - L| \leq |L_{M_N}-a_{M_Nm}| + |a_{M_Nm}-L| \leq 2\epsilon,$$ so this proves that $L_n\to L$ as $n\to\infty$. In particular, we have for the iterated limit $$\lim\limits_{n\to\infty}\lim\limits_{m\to\infty} a_{nm} = \lim_{n\to\infty}L_n = L.\ \Box$$

A symmetric argument shows that

Theorem. Suppose that $\lim\limits_{(n,m)\to\infty}a_{nm}$ exists and equals $L$. Then the following are equivalent:

  1. For each (sufficiently large) $m_0$, $\lim\limits_{n\to\infty}a_{nm_0}$ exists;
  2. $\lim\limits_{m\to\infty}\lim\limits_{n\to\infty}a_{nm} = L$.

However, $\lim\limits_{n,m\to\infty}a_{nm}=L$ does not imply the existence of the iterated limits; in fact, existence of the double limit and the existence of one iterated limit does not suffice to imply that the other iterated limits exists. Take $a_{nm}=\frac{(-1)^n}{m}$. Then $\lim\limits_{n,m\to\infty}a_{nm}=0$ (given $\epsilon\gt 0$, pick $N$ such that $\frac{1}{N}\lt\epsilon$), and the limit as $m\to\infty$ of $\frac{(-1)^n}{m}$ exists for each fixed $n$, but $\lim\limits_{n\to\infty}\frac{(-1)^n}{m}$ does not exist for any $m$. (By taking $a_{nm} = \frac{(-1)^n}{m} + \frac{(-1)^m}{n}$ you get one in which neither iterated limit exists.)

So, a sufficient conditions for the iterated limits to exist is:

Corollary. Suppose that $\lim\limits_{(n,m)\to\infty}a_{nm}=L$. Then the iterated limits $$\lim_{n\to\infty}\lim_{m\to\infty}a_{nm}\text{ and }\lim_{m\to\infty}\lim_{n\to\infty}a_{nm}$$ both exist and are equal to $L$ if and only if $\lim\limits_{n\to\infty}a_{nm}$ exists for almost all $m$ and $\lim\limits_{m\to\infty}a_{nm}$ exists for almost all $n$.

(Here, "almost all" means "all except perhaps for a finite number").

As I said, the condition above is pretty strong. You can have both iterated limits exist and be equal and yet for the double limit not to exist. To adapt the standard two-variable example, take $a_{nm}=\frac{nm}{n^2+m^2}$. The iterated limits both exist and are equal to $0$, but the double limit does not exist (for any $N\gt 0$ there exist $n,m\geq N$ such that $a_{nm}=\frac{1}{2}$ and there exist $n,m\geq N$ such that $a_{nm}=\frac{2}{5}$; just take $n=m=N$ for the first, and $n=2m=2N$ for the second).

You can get that the double limit exists and is equal to (one of) the iterated limits if you have some uniformness conditions.

I don't know of any necessary and sufficient conditions, and I suspect there won't generally be without some other overarching conditions. This is essentially the same problem as the problem of iterated limits in functions of two variables (just as the problem of finding the limit of a real function of real variable is closely connected to the problem of finding limits of sequences of real numbers). They are connected to the double limits, and you often have conditions based on uniform convergence that guarantee good things happen, but to state some general, simple condition for the iterated limits to exist and be equal seems difficult in general.