Lecture 18 - More on Double Sums

Recall what we talked about last time here. Namely we had to add up the sums in a table:

We specifically talked about either adding up via the n×n box:

Sn=i=1nj=1naij

and taking that limit, or doing adding those absolute values:

Tn=i=1nj=1naij
Lemma

(Tn) is bounded iff:

i=1j=1|aij|

converges (or alternatively if

j=1i=1|aij|

converges)

Proof
(): Let T be an upper bound for (Tn). First the inner sum. For any i-th row the m-th partial sum of it is:

|ai1|+|ai2|++|aim|max(Ti,Tm)T

We've just showed that the partial sums of non-negative numbers is bounded. But these sequences are increasing (all components are positive), so using Monotone Convergence Theorem gives that Tm converges. Since it's the partial sum, that is equivalent to saying that i we have j=1|aij|=bi. Remember, bi is the sum of terms in the i-th row.

Now for the outer sum. We'll let ε>0 and we'll show that m that the partial sum Tm=b1++bm<T+ε, which would imply that the partial sum itself is bounded by T. To do this, let mN be arbitrary. Let nN be large enough where for each row i,,m we have:

bij=1n|aij|<εm

Then using some algebra:

b1++bm=(b1j=1n|a1j|)<εm++(bmj=1n|amj|)<εm+i=1mj=1n|aij|<T<m(εm)+T=T+ε

Which completes the proof.

Why is the <T apply? Whichever m,n is larger, the sum is smaller than just adding the Xm,Xn box terms, which itself is bounded by T.

(): Suppose i=1j=1|aij| converges. Then by definition Tn must converge to the same limit of the partial sums of our series. As a result since all convergent sequences are bounded then Tn must be bounded.

Absolute convergence for Double Sums

If i=1j=1|aij| converges, then i=1j=1aij converges. Furthermore, it converges to the value S:=limnsn=limni=1nj=1naij.

Proof

Using the ACT, since our first series converges then we get that the second series converges. It converges to the limit described above by construction.

Products

Let:

ai=a1+a2+a3+bj=b1+b2+b3+

What should be meant by (ai)(bj)? Formally if we did:

(a1+a2+)(b1+b2+)=?

should have each term aibj|i,jN. We can imagine having some big matrix of these terms:

Cauchy Product

Given ai and bj, define the Cauchy Product as:

n=1cn:cn=i+j=n+1aibj

where cn=anb1+an1b2++a1bn.

The idea is that each cn is the sum of all the backwards diagonal terms in the image above (see the circles).

Theorem

Suppose i=1ai converges absolutely to A, and j=1bj absolutely to B. Then the Cauchy Product will converge to AB.

Proof
Recall that since our sums converge absolutely then let A=i=1|ai| and B=j=1|bj| which exist. Similarly we can define the partial sums:

An=i=1nai,Bn=j=1nbj

So then (An)A and (Bn)B by construction.

Using the ALT, we get:

i=1j=1|aibj|=i=1j=1|ai||bj|=i=1|ai|j=1|bj|ALT, constant=AB

So then the Cauchy Product sum is absolutely convergent. Now to show that it converges specifically to AB. We see that from idea that doing the sums in any order doesn't matter that this diagonal summation is equivalent to adding the n×n box, so then:

n=1cn=limni=1nj=1naibj=limni=1naij=1nbj=limn(AnBn)=limAnlimBnALT=AB