๐Ÿงฎ Brain Teaser

Riemann's Removable Singularity Theorem: A Minimal Condition

Let ff be holomorphic on the punctured disk Dโ€ฒ(0,r)={z:0<โˆฃzโˆฃ<r}D'(0, r) = \{z : 0 < |z| < r\}.

Suppose that limโกzโ†’0zโ‹…f(z)=0.\lim_{z \to 0} z \cdot f(z) = 0.

Prove that the singularity at z=0z = 0 is removable โ€” that is, ff extends to a holomorphic function on the full disk D(0,r)D(0, r).

Hint: Define a new function g(z)=z2f(z)g(z) = z^2 f(z) (set g(0)=0g(0) = 0), and think about what it means for gg to be complex-differentiable at z=0z = 0.

removable singularityholomorphic extensionTaylor seriesRiemann's theorem

Answer: Riemann's Removable Singularity via zf(z)โ†’0

Key Idea / Intuition

The condition zf(z)โ†’0z f(z) \to 0 is exactly what forces the singularity to be "fake." The trick is to construct a function g(z)=z2f(z)g(z) = z^2 f(z) that is holomorphic on the entire disk including the origin โ€” we can verify differentiability at z=0z=0 directly from the limit condition. Once we know gg is holomorphic and vanishes to second order at 00, we can write g(z)=z2h(z)g(z) = z^2 h(z) for some holomorphic hh, and then hh is the desired extension of ff.


Formal Proof / Solution

Step 1: Define gg and show it is holomorphic on the full disk.

Set g(z)={z2f(z)zโ‰ 0,0z=0.g(z) = \begin{cases} z^2 f(z) & z \neq 0, \\ 0 & z = 0. \end{cases}

For zโ‰ 0z \neq 0, gg is holomorphic (product of holomorphic functions). We need to check complex differentiability at z=0z = 0.

Compute the difference quotient at the origin: g(z)โˆ’g(0)zโˆ’0=z2f(z)z=zf(z).\frac{g(z) - g(0)}{z - 0} = \frac{z^2 f(z)}{z} = z f(z).

By hypothesis, zf(z)โ†’0z f(z) \to 0 as zโ†’0z \to 0. Therefore: gโ€ฒ(0)=limโกzโ†’0g(z)โˆ’g(0)z=limโกzโ†’0zf(z)=0.g'(0) = \lim_{z \to 0} \frac{g(z) - g(0)}{z} = \lim_{z \to 0} z f(z) = 0.

So gg is holomorphic on the entire disk D(0,r)D(0, r), with g(0)=0g(0) = 0 and gโ€ฒ(0)=0g'(0) = 0.

Step 2: Factor out z2z^2 from gg.

Since gg is holomorphic on D(0,r)D(0, r) with g(0)=gโ€ฒ(0)=0g(0) = g'(0) = 0, its Taylor series at 00 has no constant or linear term: g(z)=โˆ‘n=2โˆžanzn=z2โˆ‘n=0โˆžan+2zn.g(z) = \sum_{n=2}^{\infty} a_n z^n = z^2 \sum_{n=0}^{\infty} a_{n+2} z^n.

Define h(z)=โˆ‘n=0โˆžan+2zn,h(z) = \sum_{n=0}^{\infty} a_{n+2} z^n, which converges on D(0,r)D(0, r) and is holomorphic there.

Step 3: Conclude that hh extends ff.

For zโ‰ 0z \neq 0: h(z)=g(z)z2=z2f(z)z2=f(z).h(z) = \frac{g(z)}{z^2} = \frac{z^2 f(z)}{z^2} = f(z).

So hh is a holomorphic function on all of D(0,r)D(0, r) that agrees with ff on the punctured disk. The singularity is removable. โ– \blacksquare


Remark: The classical statement of Riemann's theorem assumes only that ff is bounded near 00. Boundedness implies zf(z)โ†’0zf(z) \to 0 (since โˆฃzf(z)โˆฃโ‰คโˆฃzโˆฃโ‹…Mโ†’0|zf(z)| \leq |z| \cdot M \to 0), so the condition here is slightly weaker โ€” it is in fact the sharp condition for removability.

Source: Complex Analysis, Stein & Shakarchi, Chapter 2

Type: Complex AnalysisSource: Complex Analysis, Stein & Shakarchi, Chapter 2Edit on GitHub โ†—