Lecture 14: series and convergence
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 (say of complex numbers) and , we can define the partial sum
We define the infinite series
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 , it is useful to have criteria for when a series converges or diverges. One such test is as follows: if converges, then writing for we have
so conversely if then must diverge.
This is a rather weak condition: there are many series whose terms tend to but which still do not converge. Consider for example
The partial sums
are lower bounded by
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 is a sequence of nonnegative real numbers, so is nondecreasing: . A nondecreasing sequence of real numbers converges if and only if it’s bounded above, so converges if and only if the partial sums are bounded above.
In particular, if is another sequence of nonnegative real numbers such that for every and converges, that means that the partial sums are bounded, so
are also bounded, hence converges. This is the comparison test, which we restate for emphasis:
Proposition (Comparison test).
If are sequences of real numbers and
converges, then so does
Taking the contrapositive, this means that if and diverges, then so does .
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
for . Indeed, it is a standard algebraic fact that
for , and if then so the series converges to
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 be a sequence of complex numbers. If
converges, then so does
and
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 and converge. The idea is to turn these into sequences of positive real numbers and use the comparison test. The key observation is , so . For , this tells us that on the one hand
is on the one hand a sum of nonnegative real terms and on the other hand is upper bounded by
which converges by assumption. Therefore
converges. Subtracting
which converges by assumption, we find that is the difference of two convergent series and so converges.
A similar argument works for . 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
A consequence is that
whenever .
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 , we have to be more careful.
The first notion of convergence is perhaps the most obvious one: if is some set (typically a domain in practice, but not necessarily) and are functions, say that the sequence converges pointwise if for every , the sequence converges. If so, we get a new function given by
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 and , each is continuous, and for any the limit exists; but the limiting function is
which is discontinuous at .
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 are all defined, but the derivative of is not (at ), 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 converges uniformly if there exists some function and a sequence of positive real numbers converging to such that for every we have
In particular, the bound depends on , but not on ; this is what makes this “uniform.” We think of as measuring the maximum of the difference between and , the “worst case” of the approximation.
In the case above, for we have which as approaches , so we cannot choose such a sequence approaching . In fact we would be forced to take for all ; the worst case bound is .
This is supposed to explain the failure of continuity of . Indeed, we have the following more general theorem (whose proof is standard in real analysis and omitted here):
Theorem.
If is a sequence of continuous functions converging uniformly to a function , then 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 be a sequence of continuous functions on converging uniformly to . Then
This follows from the ML bound: we can find such that for every , so if has length then
as .
As a corollary, we obtain the following analytic version of the above theorem, which is really what we want for this class:
Theorem.
If is a sequence of analytic functions on a domain converging uniformly to , then is analytic.
Proof.
By Cauchy’s formula,
so taking the limit by the previous proposition gives
which is an analytic formula.
An alternative proof is by Morera’s theorem (which avoids concerns about some missing hypotheses above on for Cauchy’s theorem!). First, note that since the are analytic, they are continuous, so is continuous. Let be any rectangle as in Morera’s theorem. By Cauchy’s theorem and the proposition above,
so by Morera’s theorem is analytic on . ∎
The proof by Morera’s theorem is stronger in that it lets us avoid putting additional hypotheses on (e.g. bounded, with the extending to the boundary). However, the proof by Cauchy’s formula extends nicely to higher derivatives: on suitable , if the are analytic and converge uniformly to , then converge uniformly to .
Next time, we will use this theorem to study the analytic properties of power series.