ConceptComplete

Complex Differentiability and Holomorphic Functions

A complex function is holomorphic (or analytic) if it is differentiable in the complex sense. Unlike real differentiability, complex differentiability is a very strong condition: it implies infinite differentiability and local power series expansions.


Complex Derivative

Definition2.1Complex derivative

Let f:DCf: D \to \mathbb{C} be defined on a domain DD. The function ff is complex differentiable at z0Dz_0 \in D if the limit

f(z0)=limh0f(z0+h)f(z0)hf'(z_0) = \lim_{h \to 0} \frac{f(z_0 + h) - f(z_0)}{h}

exists, where hCh \in \mathbb{C} and h0h \to 0 means h0|h| \to 0. The limit must be the same regardless of how hh approaches 00 in the complex plane.

RemarkPath independence

The key difference from real differentiability: in C\mathbb{C}, the limit must exist as h0h \to 0 along any path in the complex plane. This is a much stronger condition than differentiability in R2\mathbb{R}^2.

ExamplePolynomial derivative

For f(z)=znf(z) = z^n, we have

f(z)=limh0(z+h)nznh=limh0nzn1h+O(h2)h=nzn1.f'(z) = \lim_{h \to 0} \frac{(z+h)^n - z^n}{h} = \lim_{h \to 0} \frac{nz^{n-1}h + O(h^2)}{h} = nz^{n-1}.

The usual power rule from real calculus holds.

ExampleConjugate is not differentiable

f(z)=zˉf(z) = \bar{z} is not complex differentiable anywhere. To see this, compute the limit along two paths:

  • Along the real axis (h=tRh = t \in \mathbb{R}): z+tzˉt=zˉ+tzˉt=1\frac{\overline{z+t} - \bar{z}}{t} = \frac{\bar{z} + t - \bar{z}}{t} = 1.
  • Along the imaginary axis (h=ith = it for tRt \in \mathbb{R}): z+itzˉit=zˉitzˉit=1\frac{\overline{z+it} - \bar{z}}{it} = \frac{\bar{z} - it - \bar{z}}{it} = -1.

The limits differ, so f(z)f'(z) does not exist.


Holomorphic Functions

Definition2.2Holomorphic function

A function f:DCf: D \to \mathbb{C} is holomorphic on a domain DD if it is complex differentiable at every point of DD. Synonyms: analytic, regular, complex-analytic.

Definition2.3Entire function

A function f:CCf: \mathbb{C} \to \mathbb{C} that is holomorphic on all of C\mathbb{C} is called entire.

ExampleExamples of entire functions
  • Polynomials: p(z)=a0+a1z++anznp(z) = a_0 + a_1 z + \cdots + a_n z^n
  • The exponential function: eze^z
  • Trigonometric functions: sinz\sin z, cosz\cos z
  • Any power series with infinite radius of convergence
ExampleHolomorphic but not entire
  • Rational functions: f(z)=p(z)q(z)f(z) = \frac{p(z)}{q(z)} are holomorphic on C{zeros of q}\mathbb{C} \setminus \{\text{zeros of } q\}.
  • f(z)=1/zf(z) = 1/z is holomorphic on C{0}\mathbb{C} \setminus \{0\}.
  • f(z)=logzf(z) = \log z is holomorphic on CR0\mathbb{C} \setminus \mathbb{R}_{\leq 0} (with a branch cut).

Cauchy-Riemann Equations

Theorem2.1Cauchy-Riemann equations

Let f(z)=u(x,y)+iv(x,y)f(z) = u(x, y) + iv(x, y) where z=x+iyz = x + iy. If ff is holomorphic at z0=x0+iy0z_0 = x_0 + iy_0, then the partial derivatives of uu and vv satisfy

ux=vy,uy=vx\frac{\partial u}{\partial x} = \frac{\partial v}{\partial y}, \quad \frac{\partial u}{\partial y} = -\frac{\partial v}{\partial x}

at (x0,y0)(x_0, y_0). Conversely, if uu and vv are continuously differentiable and satisfy these equations, then ff is holomorphic.

Proof

Write h=Δx+iΔyh = \Delta x + i \Delta y and compute

f(z0+h)f(z0)h=u(x0+Δx,y0+Δy)u(x0,y0)+i(v(x0+Δx,y0+Δy)v(x0,y0))Δx+iΔy.\frac{f(z_0 + h) - f(z_0)}{h} = \frac{u(x_0 + \Delta x, y_0 + \Delta y) - u(x_0, y_0) + i(v(x_0 + \Delta x, y_0 + \Delta y) - v(x_0, y_0))}{\Delta x + i\Delta y}.

Taking the limit as h0h \to 0 along the real axis (Δy=0\Delta y = 0) gives

f(z0)=ux+ivx.f'(z_0) = \frac{\partial u}{\partial x} + i \frac{\partial v}{\partial x}.

Taking the limit along the imaginary axis (Δx=0\Delta x = 0) gives

f(z0)=1i(uy+ivy)=iuy+vy.f'(z_0) = \frac{1}{i}\left(\frac{\partial u}{\partial y} + i \frac{\partial v}{\partial y}\right) = -i\frac{\partial u}{\partial y} + \frac{\partial v}{\partial y}.

Equating real and imaginary parts yields the Cauchy-Riemann equations.

ExampleExponential satisfies CR equations

For f(z)=ez=excosy+iexsinyf(z) = e^z = e^x \cos y + i e^x \sin y:

  • u=excosyu = e^x \cos y, v=exsinyv = e^x \sin y
  • ux=excosy=vy\frac{\partial u}{\partial x} = e^x \cos y = \frac{\partial v}{\partial y}
  • uy=exsiny=vx\frac{\partial u}{\partial y} = -e^x \sin y = -\frac{\partial v}{\partial x}

The Cauchy-Riemann equations are satisfied, confirming that eze^z is entire.


Consequences of Holomorphicity

RemarkHolomorphic implies infinitely differentiable

A function that is holomorphic is automatically infinitely differentiable (has derivatives of all orders). This is not true in real analysis: a real function can be differentiable once but not twice.

Moreover, a holomorphic function is locally equal to its Taylor series. This is a consequence of Cauchy's integral formula.

RemarkHolomorphic implies conformal

A holomorphic function ff with f(z0)0f'(z_0) \neq 0 is conformal at z0z_0: it preserves angles and orientation. This geometric property is fundamental to conformal mapping.


Singularities

Definition2.4Singular point

A point z0z_0 is a singular point (or singularity) of ff if ff is not holomorphic at z0z_0 but is holomorphic in some punctured neighborhood 0<zz0<r0 < |z - z_0| < r.

ExampleTypes of singularities
  • f(z)=1/zf(z) = 1/z has a pole at z=0z = 0 (the Laurent series has finitely many negative powers).
  • f(z)=e1/zf(z) = e^{1/z} has an essential singularity at z=0z = 0 (the Laurent series has infinitely many negative powers).
  • f(z)=sin(z)/zf(z) = \sin(z)/z has a removable singularity at z=0z = 0 (the limit limz0f(z)=1\lim_{z \to 0} f(z) = 1 exists).

Singularities are classified in detail in residue theory.


Summary

RemarkKey properties of holomorphic functions
  1. Complex differentiability is path-independent and much stronger than real differentiability.
  2. Cauchy-Riemann equations provide a necessary and sufficient condition for holomorphicity.
  3. Holomorphic functions are infinitely differentiable and locally analytic (equal to power series).
  4. Holomorphic functions are conformal (angle-preserving) where the derivative is nonzero.
  5. Singularities (poles, essential singularities, removable singularities) are central to the theory of meromorphic functions.

These properties make holomorphic functions the central objects of study in complex analysis.