Thursday, December 18, 2025

Double Sequence Limits: UNIZOR.COM - Math4Teens - Calculus - Limit of Se...

Notes to a video lecture on http://www.unizor.com

Double Limits

Sometimes we are interested in sequences that depend on two natural numbers like {am,n}.
For example,
am,n=arctan(m)+2−n.

Now, if m→∞ and n→∞, how to calculate the limit of am,n?
It might be
limm→∞ [limn→∞ (am,n)]
or
limn→∞ [limm→∞ (am,n)]
depending on which index, m or n, we will use to go to a limit first, and there is no guarantee that the answers will be the same.

Let's check both methods.
limn→∞ (am,n) =
= limn→∞ (arctan(m) + 2−n) =
= arctan(m)

limm→∞ (arctan(m)) = π/2

If we change the order of limits,
limm→∞ (am,n) =
= limm→∞ (arctan(m) + 2−n) =
= π/2 + 2−n
limn→∞ (π/2 + 2−n) = π/2


As you see, the results are the same.

In some way, the equality of these two limits might be considered similar to a standard accounting procedure of checking the calculations.
Imagine an MN matrix with numbers.
If you summarize the numbers within each of M rows with row #i having a sum Ri and summarize all these row totals by i from 1 to M, you will get a total of all numbers in an original table.
If you summarize the numbers within each of N columns with column #j having a sum Sj and summarize all these column totals by j from 1 to N, you should get exactly the same total of all numbers.
If these two calculated totals are not equal, that is if
Σi∈[1,M] RiΣj∈[1,N] Sj
then your calculations are wrong.

The equality of two limits in the example above is not coincidental. We shall prove it as the theorem below.
But, to make our proof rigorous, we have to make a short comment about uniform convergence.
We say that sequence {am,n} is converging uniformly by m to bm as n→∞ if for any positive ε there is number K such that
|bm−am,n| < ε
as long as both n and m are greater than K.
Analogously, we say that sequence {am,n} is converging uniformly by n to cn as m→∞ if for any positive ε there is number K such that
|cn−am,n| < ε
as long as both n and m are greater than K.

Theorem

IF
limn→∞ (am,n) = bm
(uniformly by m)
limm→∞ (bm) = B
limm→∞ (am,n) = cn
(uniformly by n)
limn→∞ (cn) = C
THEN
B = C

Proof

Assume, B≠C and |B−C|=d.

Since limm→∞(bm)=B, there exists some natural number M1 such that
|B−bm| < d/4 for all m>M1

Since
limn→∞(am,n)=uniformly=bm
there exists some natural number N1 greater than M1 such that
|am,n−bm| < d/4 for all m,n>N1

Then, for all pairs m,n greater than N1 both following inequalities are true:
|B − bm| < d/4 and
|bm − am,n| < d/4
Therefore,
|B−am,n| < d/2
That is, our double sequence am,n with both indices m and n greater than N1 is closer to number B than d/2.

Let's use the same approach, but start from index n.
Since limn→∞(cn)=C, there exists some natural number N2 such that
|C−cn| < d/4 for all n>N2

Since
limm→∞(am,n)=uniformly=cn
there exists some natural number M2 greater than N2 such that
|am,n−cn| < d/4 for all m,n>M2

Then, for all pairs m,n greater than M2 both following inequalities are true:
|C − cn| < d/4 and
|cn − am,n| < d/4
Therefore,
|C−am,n| < d/2
That is, our double sequence am,n with both indices m and n greater than M2 is closer to number C than d/2.

Choosing K=max(N1,M2) we see that all am,n with indices greater than K should be closer to B than d/2 and at the same time should be closer to C than d/2.

With the distance between B and C equal to d it's impossible.
We came to contradiction that signifies that our initial assumption that B≠C is wrong.

Therefore, B=C.

For sequences that satisfy the conditions of the theorem above we can define their limit regardless of how we calculate it, starting from the first index or the second, and can combine indices in the notation
limm,n→∞ am,n = B

Not every sequence satisfies the conditions of this theorem.
For example, am,n=m/n has no unconditional limit.
If m is fixed and we vary n→∞, each bm is zero.
Hence, limm→∞ bm = 0
But if we fix n and vary m→∞, the resulting sequence {1/n,2/n,3/n...} has no limit for any n.

No comments: