Lecture 14: series and convergence

Complex analysis, lecture 2
(March 18, 2026)

1.  Infinite series

Our goal for today will be to go over some facts about infinite series and sequences of functions. Just like with our review of integration last unit, much of this will be familiar from calculus or real analysis, but we’ll focus on aspects that will be relevant in the complex setting, and see some new properties. Most of the behavior really unique to the complex setting will wait until next week however.

For a sequence a0,a1,a2, (say of complex numbers) and n0, we can define the partial sum

Sn=k=0nak.

We define the infinite series

k=0ak:=limnSn,

so that the series converges if (and only if) the limit of the partial sums does.

Since it is often difficult to give a precise formula for the Sn, it is useful to have criteria for when a series converges or diverges. One such test is as follows: if k=0ak=limnSn converges, then writing an=SnSn1 for n1 we have

limnan=limn(SnSn1)=0,

so conversely if limnan0 then k=0 must diverge.

This is a rather weak condition: there are many series whose terms tend to 0 but which still do not converge. Consider for example

k=11k.

The partial sums

k=1n1k

are lower bounded by

k=1n1k1n+11x𝑑x=log(n+1).

Since the right-hand side tends to infinity, the left-hand side cannot be bounded, so the series diverges.

We therefore need a new, more sensitive test. Suppose {an} is a sequence of nonnegative real numbers, so Sn=k=0nak is nondecreasing: Sn+1=Sn+an+1Sn. A nondecreasing sequence of real numbers converges if and only if it’s bounded above, so k=0ak converges if and only if the partial sums are bounded above.

In particular, if {bn} is another sequence of nonnegative real numbers such that 0anbn for every n and k=0bk converges, that means that the partial sums k=0nbk are bounded, so

k=0nank=0nbn

are also bounded, hence k=0ak converges. This is the comparison test, which we restate for emphasis:

Proposition (Comparison test).

If 0anbn are sequences of real numbers and

k=0bk

converges, then so does

k=0ak.

Taking the contrapositive, this means that if 0anbn and k=0ak diverges, then so does k=0bk.

In order to make use of this test, we need to have some series which we know converge or diverge. We have one example of a divergent series above. An example of a convergent series is given by the geometric series

k=0zk

for |z|<1. Indeed, it is a standard algebraic fact that

k=0nzk=1zn+11z

for z1, and if |z|<1 then limnzn+1=0 so the series converges to

k=0zk=11z.

This is a very important series which we will see frequently.

There are of course many other convergence tests which I won’t go over now; these may come up, and you will be expected to know anything that would typically show up in a calculus class, but they will not be a focus.

Another useful fact, which starts to exhibit some of the complex behavior, is absolute convergence:

Proposition.

Let {an} be a sequence of complex numbers. If

n=0|an|

converges, then so does

n=0an,

and

|n=0an|n=0|an|.

This is a standard calculus result for real sequences, but notice that the absolute value in the complex setting is a little more complicated so we need to be a little careful.

Proof.

It suffices to prove that the sums of Re(an) and Im(an) converge. The idea is to turn these into sequences of positive real numbers and use the comparison test. The key observation is |Re(z)|<|z|, so 0Re(z)+|z|2|z|. For z=ak, this tells us that on the one hand

k=0n(Re(ak)+|ak|)

is on the one hand a sum of nonnegative real terms and on the other hand is upper bounded by

2k=0n|ak|,

which converges by assumption. Therefore

n=0(Re(an)+|an|)

converges. Subtracting

n=0|an|,

which converges by assumption, we find that n=0Re(an) is the difference of two convergent series and so converges.

A similar argument works for Im(an). Finally the inequality amounts to the triangle inequality. ∎

Under the conditions of the hypothesis, we say that the series converges absolutely, so we can rephrase this as the statement that if a series converges absolutely, then it converges.

As an application, we come back to the geometric series, which tells us that

|11z|=|n=0zn|n=0|z|n=11|z|.

A consequence is that

|11zk=0nzk|=|k=n+1zk|=|zn+1k=0zk||z|n+11|z|

whenever |z|<1.

2.  Uniform convergence

When talking about sequences of real or complex numbers, convergence is a well-defined notion. For series, we now have two notions of convergence, the usual notion and absolute convergence. Given a sequence of functions {fn}, we have to be more careful.

The first notion of convergence is perhaps the most obvious one: if E is some set (typically a domain in practice, but not necessarily) and fn:E are functions, say that the sequence {fn} converges pointwise if for every zE, the sequence {fn(z)} converges. If so, we get a new function f:E given by

f(z)=limnfn(z).

However, this notion of convergence is not totally well-behaved with respect to properties of functions. For example, it is possible to find sequences of continuous functions which converge pointwise but whose limit is not continuous. For example, if E=[0,1] and fn(x)=xn, each fn is continuous, and for any 0x1 the limit limnxn exists; but the limiting function is

f(x)={0x<11x=1,

which is discontinuous at 1.

In particular, we’ll want to be able to interchange limits of sequences of functions with constructions like integrals and derivatives; but if these limits don’t even preserve continuity then we cannot hope to do this (e.g. the derivatives of each fn(x)=xn are all defined, but the derivative of f is not (at x=1), so one cannot hope to write it as the limit of the derivatives). So we need a stronger notion of convergence, designed specifically for functions, to replace pointwise convergence. This is given by uniform convergence.

We say that {fn} converges uniformly if there exists some function f:E and a sequence of positive real numbers {ϵn} converging to 0 such that for every zE we have

|fn(z)f(z)|<ϵn.

In particular, the bound ϵn depends on n, but not on z; this is what makes this “uniform.” We think of ϵn as measuring the maximum of the difference between fn and f, the “worst case” of the approximation.

In the case above, for x=1δ we have |fn(x)f(x)|=|(1δ)n0|=|1δ+nδ2+(1)nδn| which as δ0 approaches 1, so we cannot choose such a sequence {ϵn} approaching 0. In fact we would be forced to take ϵn1 for all n; the worst case bound is 1.

This is supposed to explain the failure of continuity of f(x). Indeed, we have the following more general theorem (whose proof is standard in real analysis and omitted here):

Theorem.

If {fn} is a sequence of continuous functions E converging uniformly to a function f:E, then f is also continuous.

We would like a version of this theorem with continuous functions replaced by analytic ones. Perhaps surprisingly, but in a way which is becoming a theme in this class, to get there we first pass through a statement about integrals:

Proposition.

Let γ be a piecewise smooth path in and {fn} be a sequence of continuous functions on γ converging uniformly to f. Then

limnγfn(z)𝑑z=γf(z)𝑑z.

This follows from the ML bound: we can find ϵn0 such that |f(z)fn(z)|<ϵn for every zγ, so if γ has length L then

|γf(z)𝑑zγfn(z)𝑑z|=|γ(f(z)fn(z))𝑑z|Lϵn0

as n.

As a corollary, we obtain the following analytic version of the above theorem, which is really what we want for this class:

Theorem.

If {fn} is a sequence of analytic functions on a domain D converging uniformly to f, then f is analytic.

Proof.

By Cauchy’s formula,

fn(z)=12πiDfn(w)wz𝑑w,

so taking the limit by the previous proposition gives

f(z)=limnfn(z)=12πiDlimnfn(w)wzdw=12πiDf(w)wz𝑑w,

which is an analytic formula.

An alternative proof is by Morera’s theorem (which avoids concerns about some missing hypotheses above on D for Cauchy’s theorem!). First, note that since the fn are analytic, they are continuous, so f is continuous. Let RD be any rectangle as in Morera’s theorem. By Cauchy’s theorem and the proposition above,

Rf(z)𝑑z=limnRfn(z)𝑑z=0,

so by Morera’s theorem f is analytic on D. ∎

The proof by Morera’s theorem is stronger in that it lets us avoid putting additional hypotheses on D (e.g. bounded, with the fn extending to the boundary). However, the proof by Cauchy’s formula extends nicely to higher derivatives: on suitable D, if the fn are analytic and converge uniformly to f, then fn(m) converge uniformly to f(m).

Next time, we will use this theorem to study the analytic properties of power series.