Chapter 2 Sequences and Series
2.8 Double Summations and Products of Infinite Series
We discovered in section 2.1 that there is a dangerous ambiguity in how we might define
Performing the sum over first one of the variables and then the other is referred to as an iterated summation.
In our specific example, summing the rows first and then taking the sum of these totals produced a different result than first computing the sum of each column and adding these sums together. In short,
One natural idea is to calculate a kind of partial sum by adding together finite numbers of terms in larger and larger “rectangles” in the array; that is, for , set
The order of the sum here is irrelevant because the sum is finite. If the sequence converges, for instance, we might wish to define
Exercise 2.8.1.
Using the particular array from Section 2.1, compute . How does this value compare to the two iterated values for the sum already computed?
Solution:
Consider this example in section 2.1
Then we have
Then we have . We have already seen
Exercise 2.8.2.
Show that if the iterated series
converges (meaning that for each fixed the series converges to some real number , and the series convergesas well), then the iterated series
converges.
Proof:
Since converges, do does . Assume , then .
Since converges, so does .
So the iterated series
converges.
Theorem 2.8.1.
Let be a doubly indexed array of real numbers. If
converges, then both and converge to the same value. Moreover,
where .
Proof: In the same way that we defined the rectangular partial sums smn above in equation (1), define
Exercise 2.8.3.
(a) Prove that converges.
Proof:
Let , so converges. Since , then converges.
(b) Now, use the fact that is a Cauchy sequence to argue that converges.
Proof: Our goal is to prove is also a Cauchy sequence. Assume , then
So is also a Cauchy sequence.
We can now set
Because is bounded above, we can let
Exercise 2.8.4.
(a) Let be arbitrary and argue that there exists an such that implies .
Proof: Since , then we can find , such that . Let .
Then
(b) Now, show that there exists an such that
for all .
Proof: Since , we can find , if , then .
Let .
For the moment, consider to be fixed and write as
Our hypothesis guarantees that for each fixed row , the series converges absolutely to some real number .
Exercise 2.8.5.
(a) Show that for all ,
Conclude that the iterated sum converges to .
Proof: For each , . Then
Since it holds for , that means
Since can be arbitrary small, the iterated sum converges to .
(b) Finish the proof by showing that the other iterated sum
converges to as well. Notice that the same argument can be used once it is established that, for each fixed column , the sum converges to to some real number .
Proof:
Since converges, so does , so does . Then we can assume .
The rest can follow (a).
Given a doubly indexed array , let
and in general set
Exercise 2.8.6.
(a) Assuming the hypothesis—andhence the conclusion—of Theorem 2.8.1, show that converges absolutely.
Proof: Note that , since converges, so does .
(b) Imitate the strategy in the proof of Theorem 2.8.1 to show that converges to .
Proof: Let
Since we can find , as long as , we have and .
Fix , and let .
It's better to draw a diagram to understand why holds.
Products of Series
Conspicuously missing from the Algebraic Limit Theorem for Series (Theorem 2.7.1) is any statement about the product of two convergent series. One way to formally carry out the algebra on such a product is to write
where
Exercise 2.8.7.
Assume that converges absolutely to , and converges absolutely to .
(a) Show that the iterated sum converges so that we may apply Theorem 2.8.1.
Proof: Assume
.
Fix , then . Then .
(b) Let , and prove that . Conclude that
where
Proof: Let
Then we have
Then from Theorem 2.3.3 (Algebraic Limit Theorem). (iii)
The rest follows Exercise 2.8.5 and 2.8.6.