TheoremComplete

Laurent's Theorem

Laurent's theorem guarantees that every holomorphic function on an annulus has a unique doubly-infinite series expansion, generalizing Taylor series to regions with singularities.


Statement

Theorem5.10Laurent's theorem

Let ff be holomorphic on the annulus A={z:r1<zz0<r2}A = \{z : r_1 < |z-z_0| < r_2\} where 0r1<r20 \leq r_1 < r_2 \leq \infty. Then ff has a unique representation

f(z)=n=an(zz0)nf(z) = \sum_{n=-\infty}^{\infty} a_n(z-z_0)^n

converging absolutely and uniformly on compact subsets of AA. The coefficients are

an=12πiγf(ζ)(ζz0)n+1dζa_n = \frac{1}{2\pi i}\oint_\gamma \frac{f(\zeta)}{(\zeta-z_0)^{n+1}}\,d\zeta

for any simple closed positively oriented curve γ\gamma in AA winding once around z0z_0.


Proof Outline

Proof

Fix zAz \in A and choose ρ1,ρ2\rho_1, \rho_2 with r1<ρ1<zz0<ρ2<r2r_1 < \rho_1 < |z-z_0| < \rho_2 < r_2. Let C1C_1 and C2C_2 be circles ζz0=ρ1|\zeta - z_0| = \rho_1 and ζz0=ρ2|\zeta - z_0| = \rho_2.

By Cauchy's theorem for multiply connected domains:

f(z)=12πiC2f(ζ)ζzdζ12πiC1f(ζ)ζzdζ.f(z) = \frac{1}{2\pi i}\oint_{C_2}\frac{f(\zeta)}{\zeta - z}\,d\zeta - \frac{1}{2\pi i}\oint_{C_1}\frac{f(\zeta)}{\zeta - z}\,d\zeta.

For the outer integral (on C2C_2, ζz0>zz0|\zeta-z_0| > |z-z_0|): expand as in the Taylor series proof:

1ζz=n=0(zz0)n(ζz0)n+1    12πiC2f(ζ)ζzdζ=n=0an(zz0)n.\frac{1}{\zeta - z} = \sum_{n=0}^{\infty}\frac{(z-z_0)^n}{(\zeta-z_0)^{n+1}} \implies \frac{1}{2\pi i}\oint_{C_2}\frac{f(\zeta)}{\zeta-z}\,d\zeta = \sum_{n=0}^{\infty}a_n(z-z_0)^n.

For the inner integral (on C1C_1, ζz0<zz0|\zeta-z_0| < |z-z_0|): expand the other way:

1ζz=1zζ=1zz0n=0(ζz0)n(zz0)n\frac{-1}{\zeta - z} = \frac{1}{z-\zeta} = \frac{1}{z-z_0}\sum_{n=0}^{\infty}\frac{(\zeta-z_0)^n}{(z-z_0)^n}

giving 12πiC1f(ζ)ζzdζ=n=1an(zz0)n\frac{-1}{2\pi i}\oint_{C_1}\frac{f(\zeta)}{\zeta-z}\,d\zeta = \sum_{n=1}^{\infty}a_{-n}(z-z_0)^{-n} with an=12πiC1f(ζ)(ζz0)n1dζa_{-n} = \frac{1}{2\pi i}\oint_{C_1}f(\zeta)(\zeta-z_0)^{n-1}\,d\zeta.

Combining both contributions yields the Laurent series. Uniqueness follows from the uniqueness of Fourier coefficients (since ana_n are the Fourier coefficients of f(z0+ρeiθ)f(z_0 + \rho e^{i\theta}) on zz0=ρ|z-z_0|=\rho). \blacksquare


Applications

ExampleLaurent series by algebraic manipulation

For f(z)=z(z1)(z2)f(z) = \frac{z}{(z-1)(z-2)} in the annulus 1<z<21 < |z| < 2, use partial fractions:

f(z)=1z1+2z2.f(z) = \frac{-1}{z-1} + \frac{2}{z-2}.

For z>1|z| > 1: 1z1=1z111/z=n=0zn1\frac{-1}{z-1} = \frac{-1}{z}\cdot\frac{1}{1-1/z} = -\sum_{n=0}^\infty z^{-n-1}.

For z<2|z| < 2: 2z2=11z/2=n=0zn2n\frac{2}{z-2} = \frac{-1}{1-z/2} = -\sum_{n=0}^\infty \frac{z^n}{2^n}.

Therefore: f(z)=n=0zn1n=0zn2nf(z) = -\sum_{n=0}^\infty z^{-n-1} - \sum_{n=0}^\infty \frac{z^n}{2^n}.

RemarkDifferent annuli yield different series

The same function can have different Laurent expansions in different annuli. For f(z)=1/[(z1)(z2)]f(z) = 1/[(z-1)(z-2)], there are three distinct Laurent series centered at z=0z = 0: one for z<1|z| < 1, one for 1<z<21 < |z| < 2, and one for z>2|z| > 2. Each expansion is valid only in its annulus.

ExampleConnection to Fourier series

Setting z=z0+reiθz = z_0 + re^{i\theta} in the Laurent series:

f(z0+reiθ)=n=anrneinθ.f(z_0 + re^{i\theta}) = \sum_{n=-\infty}^\infty a_n r^n e^{in\theta}.

This is a Fourier series in θ\theta, with anrna_n r^n as the Fourier coefficients. This connection between Laurent series and Fourier series is fundamental and explains why the coefficients are given by integral formulas.