15  Advanced Techniques

The theory of infinite series is both deep and rich: there is much more we could say in this short chapter. With an eye towards calculus however we must march onwards, and so in this final chapter we collect some odds and ends about series that will prove useful in that quest. In particular, we prove the dominated convergence theorem allowing one to work simultaneously with limits and infinite sums, as well as Abel’s Lemma - an application of summation by parts.

15.1 Switching Limits and Sums

It’s rather common in practice to end up with an infinite sequence of infinite series. For example, if f(x)=kakxk is a power series, then one might be interested in evaluating this function along a sequence xn of inputs values within its interval of convergence. This would produce the sequence of values f(xn)=kak(xn)k, and if xnx, its natural to wonder if kak(xn)kkakxk. Unpacking this, we are asking if limnkak(xn)k=kak(limnxn)k

By the limit laws this is the same as asking whether limnkak(xn)k=klimnak(xn)k, and so more abstractly we are asking if we can switch the order of a limit and a sum.

QUESTION: If an,k is a sequence depending on two variables n and k, when is limnk0an,k=k0limnan,k?

Unfortunately this is subtle: its sometimes true and sometimes false:

Example 15.1 (When you can switch a limit and a sum) Consider the geometric series k0xk, and let an be a convergent sequence in (1,1), with limit a(1,1). For each fixed n the series k0(an)k converges, and has limit 11an by the formula for a geometric series. Thus, taking the limit as n of these sums yields limnk0(an)k=limn11an=11liman=11a by the limit theorems. But this is precisely the value of k0ak=11a. And again, looking at each term ak individually, by the limit theorems ak=(limnan)k=limn(an)k Putting these together, we see k0limn(an)k=11a and so

limnk0(an)k=11a=k0limn(an)k

Example 15.2 (When you can’t switch a limit and a sum) Written without summation notation, consider the following 1=12+12=14+14+14+14=18+18+18+18+18+18+18+18

Each row sums to 1, but the limit of each term 1/2n0. So, if we took the limit of the terms first, we would get 1=0+0+0++0=0. Nonsense! Writing this precisely in summation notation, we define

an,k={1/2n0k<2n0else

Then each of the rows above is the sum 1=k0an,k for n=2,3,4. Since this is constant it is true that the limit is 1, but it is not true that the limit of the sums is the sum of the limits, which is zero.

1=limnk0an,kk0liman,k=k00=0

So, its hopefully clear that to be able to use series in realistic contexts, we are in desperate need of a theorem which tells us when we can interchange limits and summations. The precise theorem giving these conditions is sometimes called Tannery’s Theorem, but we shall refer to it by its more descriptive name, Dominated Convergence.

Theorem 15.1 (Dominated Convergence for Series) Let an,k be a double sequence such that limnan,k exists for each k, and k0an,k converges for each n. Then if

  • There is an Mk with |an,k|Mk for all n.
  • Mk is convergent.

It follows that klimnan,k is convergent, and limnkak(n)=klimnan,k

Proof. For simplicity of notation define a,k=limnan,k. First, we show that ka,k converges. Since for all n, |an,k|Mk we know this remains true in the limit, so limn|an,k|=|a,k|<Mk. Thus, by comparison we see k|a,k| converges, and hence so does ka,k.

Now, the main event. Let ε>0. To show that limnkan,k=ka,k we will show that there there is some N beyond which these two sums always differ by less than ε.

Since kMk converges, by the Cauchy criterion there is some L where kLMk<ε3

For arbitrary n, we compute

|k0an,kk0a,k|=|k<L(an,kak)+kLan,k+kLa,k||k<L(an,ka,k)|+|kLan,k|+|kLa,k|k<L|an,ka,k|+k<L|an,k|+kL|a,k|k<L|an,ka,k|+2k>LMk<k<L|an,ka,k|+2ε3

That is, for an arbitrary n we can bound the difference essentially in terms of the first L terms: the rest are uniformly less than 2ε/3. But for each of these L terms, we know that an,ka,k so we can find an N making that difference as small as we like. Let’s choose Nk such that |an,ka,k|<ε/3L for each k<L and then take

N=max{N0,N1,NL1}

Now, for any n>N we are guaranteed that |a_{n,k}-a_{,k}|</3L$ and thus that

k<L|an,ka,k|<Lε3L=ε3

Combining with the above, we now have for all n>N, |k0an,kk0a,k|<ε as required.

There is a natural version of this theorem for products as well (though we will not need it in this course, I will state it here anyway)

Theorem 15.2 ( Dominated Convergence for Products) For each k let an,k be a function of n, and assume the following:

  • For each k, an,ka,k is convergent.
  • For each n, k0an,k is convergent.
  • There is an Mk with |an,k|Mk for all n.
  • Mk is convergent.

Then k0limn(1+an,k) is convergent, and limnk0(1+an,k)=k0(1+a,k)

15.2 Double Sums

A useful application of dominated convergence is to switching the order of a double sum. Given a double sequence, one may want to define an double sum

m,n0am,n

But, how should one do this? Because we have two indices, there are two possible orders we could attempt to compute this sum:

n0m0am,norm0n0am,n

Definition 15.1 (Double Sum) Given a double sequence am,n its double sum m,n0am,n is defined if both orders of iterated summation converge, and are equal. In this case, the value of the double sum is defined to be their common value:

m,n0am,n:=n0m0am,n=m0n0am,n

We should be worried from previous experience that in general these two things need not be equal, so the double sum may not exist! Indeed, we can make this worry precise, by seeing that to relate one to the other is really an exchange of order of limits:

m0=limM0mMn0=limN0nN

And so, expanding the above with these definitions (and using the limit laws to pull a limit out of a finite sum) we see

n0m0am,n=limN0nN(limM0mMam,n) =limNlimM(0nN0mMam,n)=limNlimM0mM0nNam,n

Where in the final line we have put both indices under a single sum to indicate that it is a finite sum, and the order does not matter. Doing the same with the other order yields the exact same finite sum, but with the order of limits reversed:

m0n0am,n=limMlimN0mM0nNam,n

Because this is an exchange-of-limits-problem, we can hope to provide conditions under which it is allowed using Tannery’s theorem.

Theorem 15.3 Let am,n be a double sequence, and assume that either m0n0|am,n|orn0m0|am,n| converges. Then the double sum m,n0am,n, meaning both iterated sums exist and are equal: m0n0am,n=n0m0am,n

Exercise 15.1 (Cauchy’s Double Summation Formula) Use Dominated Convergence to prove the double summation formula ().

Hint: without loss of generality, assume that m0n0|am,n| converges. Set Mm=n0|am,n| and show the various hypotheses of Dominated convergence apply

15.3 Summation by Parts

Perhaps you remember from calculus 2 the formula for integration by parts, which states

abudv=uv|ababvdu

We will of course prove this later, after we have defined the integral! But there is also a discrete version of this, for sums, which will prove useful beforehand. In fact this is a fact about finite sums so we could have proven it way back in the very first chapter of this book on the field axioms (like we did for the finite geometric series). But we were busy enough back then and did not, so instead the duty falls to us now in this odds-and-ends chapter of advanced techniques.

Theorem 15.4 For sequences {an} and {bn}, we have k=mn(ak+1ak)bk+1+k=mnak(bk+1bk)=an+1bn+1ambm.

The good news is the proof is remarkably simple, now that we have the concept of a telescoping series

Proof. Combining the two terms on the left (which are finite sums, so this is no trouble), we obtain k=mn(bk+1ak+1bk+1ak+akbk+1akbk)=k=mn(bk+1ak+1akbk).

This is a telescoping sum, and it simplifies to an+1bn+1ambm after all the cancellations.

Summation by parts is often used in a slightly different form known as Abel’s Lemma, named after the Norwegian Mathematician Niels Abel.

Theorem 15.5 (Abel’s Lemma) Let {an} and {bn} be sequences and let sn=knak denote the nth partial sum of the series corresponding to the sequence {an}. Then for every m<n we have k=m+1nakbk=snbnsmbmk=mn1sk(bk+1bk).

Proof. We apply the summation by parts formula to the sequences {sn} and {bn}, to obtain k=mn1(sk+1sk)bk+1+k=mn1sk(bk+1bk)=snbnsmbm.

Since sk is the sequence of partial sums of ak, observe that sk+1sk=ak+1, and so k=mn1ak+1bk+1+k=mn1sk(bk+1bk)=snbnsmbm.

Replacing k with k1 in the first sum and bringing the second sum to the right, we get our result.

This allowed Abel to produce another powerful test for convergence of a series:

Theorem 15.6 (Abel’s Test) If the series k=1xk converges, and if (yk) is a monotone decreasing nonnegative sequence, then the series k=1xkyk converges.

Exercise 15.2 Prove Abel’s test.

Hint: Use Abel’s Lemma to observe that k=1nxkyk=snyn+1+k=1nsk(ykyk+1), where sn=x1+x2++xn is the partial sums of xn. Then use the comparison test to argue that k=1sk(ykyk+1) converges absolutely, and show how this leads directly to a proof of Abel’s Test.

Our main application of this result will be to understanding the continuity of power series at their endpoints, in a future chapter. But summation by parts makes quick work of many other calculations that might have otherwise been performed through a lengthy induction.
Here we take a look at one example: the summing of integer powers.

Example 15.3 (Summing Integers) For any nN, k=1nk=n(n+1)2.

Let ak=k and bk=k1. Then each of the differences ak+1ak and bk+1bk equals 1, so by summation by parts, we have k=1n(1)(k)+k=1n(k)(1)=(n+1)(n). This equality can be simplified to 2k=1nk=n(n+1). Dividing by two gives the claim 1+2++n=n(n+1)2.

Example 15.4 (Summing Squares) For any nN, k=1nk2=n(n+1)(2n+1)6.

To see this, let ak=k2 and bk=k1. In this case, ak+1ak=(k+1)2k2=2k+1, and bk+1bk=1. So by the summation by parts formula, we have k=1n(2k+1)k+k=1n(k2)(1)=(n+1)2n.

Simplifying a bit, we get 3k=1nk2+k=1nk=(n+1)3n.

Since k=1nk=n(n+1)2 from the previous example, after some algebra we end up with the desired result k=1nk2=12+22++n2=n(n+1)(2n+1)6.

Exercise 15.3 (Summing Cubes) Prove that the following formula holds for the sum of cubes 13+23++n3=(1+2++n)2

Hint: follow the suggested steps below:

  • Let ak=k2 and bk=(k1)2, and apply summation by parts.
  • Simplify the left side with algebra, and the sum of squares
  • Divide both sides by 4, and recognize the right as the square of what we got when summing k=1nk.

15.4 Problems

Exercise 15.4 Let E(x)=k0xk/k! Prove that if xnx is a convergent sequence, that limnE(xn)=E(x) using dominated convergence.

Exercise 15.5 Another nice application involving the series k0xkk! is proving

limn(1+xn)n=k=0xkk!.

Hint: Setting fk(n)=(nk)xknk, it can be shown that fk=limnfk(n)=xkk! and Dominated Convergence can be applied with the upper bound Mk=|x|kk!.

Exercise 15.6 Use Dominated Convergence to prove that

12=limn[1+2n2n3+4+1+2n2n32+42+1+2n2n33+43+]

  • Write in summation notation, and give a formula for the terms ak(n)
  • Show that limnak(n)=13k
  • Show that for all n, |ak(n)|23k

Use these facts to show that the hypotheses of dominated convergence hold true, and then use the theorem to help you take the limit.

Exercise 15.7 (Applying the Double Sum) Since switching the order of limits involves commuting terms that are arbitrarily far apart, techniques like double summation allow one to prove many identities that are rather difficult to show directly. We will make a crucial use of this soon, in understanding exponential functions. But here is a first example:

For any kN, prove the following equality of infinite sums:

z1+k1z+(z2)1+k1z2+(z3)1+k1z3+=z1+k1z1+k+z2+kz2+k+z3+k1z3+k+

Hint: first write each side as a summation: n1zn(k+1)1zn=m1zm+k1zm+k

*Then setting am,n=zn(m+k), show that Cauchy summation applies to the double sum m,n0am,n and compute the sum in each order, arriving that the claimed equality.