🧮 Brain Teaser

The Open Mapping Theorem: A Surprising Consequence

Let f:CCf: \mathbb{C} \to \mathbb{C} be a non-constant holomorphic function. Prove that ff maps open sets to open sets.

As a striking application: suppose ff is holomorphic on the open unit disk D={z<1}\mathbb{D} = \{|z| < 1\} and continuous on the closed disk D\overline{\mathbb{D}}, with f(z)=1|f(z)| = 1 for all z=1|z| = 1 (i.e., ff maps the boundary to the unit circle). Must ff be a finite Blaschke product?

Actually, here is the elegant question to sit with:

Show that if ff is a non-constant entire function, then the image f(C)f(\mathbb{C}) is dense in C\mathbb{C}.

Then use the Open Mapping Theorem to sharpen this: show that in fact f(C)f(\mathbb{C}) omits at most one point (Picard's Little Theorem in its "elementary" form is hard, but the Open Mapping Theorem alone gives density — prove that).

Finally, here is the clean problem to solve:

Problem. Suppose f:CCf: \mathbb{C} \to \mathbb{C} is entire and there exists a point w0Cw_0 \in \mathbb{C} and ϵ>0\epsilon > 0 such that f(z)w0ϵ|f(z) - w_0| \geq \epsilon for all zCz \in \mathbb{C}. Prove that ff is constant.

Liouville's theorementire functionsopen mapping theoremimage of holomorphic maps

Answer: Entire Function Avoiding a Disk Must Be Constant

Key Idea / Intuition

If ff misses an entire ϵ\epsilon-disk around w0w_0, then g(z)=1f(z)w0g(z) = \frac{1}{f(z) - w_0} is entire and bounded — and Liouville's theorem immediately kills it. The Open Mapping Theorem gives a conceptually deeper reason why a non-constant entire function cannot avoid any open set: its image must itself be open, so a "gap" in the image is impossible. Together these two viewpoints — one elementary via Liouville, one geometric via Open Mapping — reveal the rigid, space-filling nature of non-constant holomorphic maps.


Formal Proof / Solution

Part 1: Elementary Proof via Liouville

Setup. Suppose f:CCf: \mathbb{C} \to \mathbb{C} is entire and for some w0Cw_0 \in \mathbb{C} and ϵ>0\epsilon > 0: f(z)w0ϵfor all zC.|f(z) - w_0| \geq \epsilon \quad \text{for all } z \in \mathbb{C}.

Construction. Define g(z)=1f(z)w0.g(z) = \frac{1}{f(z) - w_0}.

  • gg is entire: since f(z)w00f(z) - w_0 \neq 0 everywhere (it stays at distance ϵ>0\geq \epsilon > 0 from zero), the denominator never vanishes, so gg is holomorphic on all of C\mathbb{C}.

  • gg is bounded: the hypothesis gives g(z)=1f(z)w01ϵfor all zC.|g(z)| = \frac{1}{|f(z) - w_0|} \leq \frac{1}{\epsilon} \quad \text{for all } z \in \mathbb{C}.

Conclusion by Liouville. An entire bounded function must be constant (Liouville's Theorem). Hence gg is constant, which forces f(z)w0f(z) - w_0 to be constant, hence ff itself is constant. \blacksquare


Part 2: Conceptual Proof via the Open Mapping Theorem

Theorem (Open Mapping). If ff is holomorphic and non-constant on a connected open set Ω\Omega, then f(Ω)f(\Omega) is open.

Why this implies density. Suppose ff is non-constant and entire. By the Open Mapping Theorem, f(C)f(\mathbb{C}) is an open subset of C\mathbb{C}.

Now suppose for contradiction that f(C)f(\mathbb{C}) is not dense, i.e., there exists w0w_0 and ϵ>0\epsilon > 0 with B(w0,ϵ)f(C)=B(w_0, \epsilon) \cap f(\mathbb{C}) = \emptyset. In particular w0f(C)w_0 \notin f(\mathbb{C}), and the image avoids an open ball. But f(C)f(\mathbb{C}) is open by the Open Mapping Theorem — and a non-empty open set in C\mathbb{C} cannot be bounded away from all of C\mathbb{C} (the complement would have to contain an open set too, yet the image is connected and open... more precisely, the argument from Part 1 closes the gap).

The cleanest version: the Open Mapping Theorem tells us that f(C)f(\mathbb{C}) is open; but Part 1 tells us it cannot miss any open disk. Together: f(C)=Cf(\mathbb{C}) = \mathbb{C} unless ff is constant.


Summary of the Beautiful Chain of Ideas

| Step | Tool | Conclusion | |---|---|---| | ff entire, f(C)f(\mathbb{C}) misses a disk | Compose with 1/(w0)1/(\cdot - w_0) | Get bounded entire function | | Bounded entire function | Liouville's Theorem | Function is constant | | ff non-constant entire | Open Mapping Theorem | f(C)f(\mathbb{C}) is open, hence dense |

The key insight is that Liouville's theorem is secretly a statement about the image of ff: boundedness of the image forces constancy. The hypothesis f(z)w0ϵ|f(z) - w_0| \geq \epsilon is precisely the statement that the image avoids an open set, and the trick of taking 1fw0\frac{1}{f-w_0} converts geometric separation into analytic boundedness.

Source: Complex Analysis, Stein & Shakarchi, Chapter 2; classical folklore

Type: Complex AnalysisSource: Complex Analysis, Stein & Shakarchi, Chapter 2; classical folkloreEdit on GitHub ↗