ConceptComplete

Topology of the Complex Plane

The complex plane C\mathbb{C} inherits a natural metric topology from the Euclidean distance zw|z - w|. Understanding open sets, domains, and connectedness is essential for stating theorems precisely in complex analysis.


Metric and Open Sets

Definition1.8Metric

The distance between z,wCz, w \in \mathbb{C} is

d(z,w)=zw=(xu)2+(yv)2d(z, w) = |z - w| = \sqrt{(x - u)^2 + (y - v)^2}

where z=x+iyz = x + iy and w=u+ivw = u + iv. This makes C\mathbb{C} a metric space.

Definition1.9Open disk

The open disk of radius r>0r > 0 centered at z0Cz_0 \in \mathbb{C} is

D(z0,r)={zCzz0<r}.D(z_0, r) = \{z \in \mathbb{C} \mid |z - z_0| < r\}.

The closed disk is D(z0,r)={zzz0r}\overline{D}(z_0, r) = \{z \mid |z - z_0| \leq r\}.

Definition1.10Open set

A set UCU \subseteq \mathbb{C} is open if for every z0Uz_0 \in U, there exists r>0r > 0 such that D(z0,r)UD(z_0, r) \subseteq U. Equivalently, UU is a union of open disks.

ExampleExamples of open sets
  • Any open disk D(z0,r)D(z_0, r) is open.
  • The right half-plane {Re(z)>0}\{\text{Re}(z) > 0\} is open.
  • The punctured plane C{0}\mathbb{C} \setminus \{0\} is open.
  • The unit circle {z=1}\{|z| = 1\} is not open (it contains no open disk).
  • The closed disk {z1}\{|z| \leq 1\} is not open.
RemarkClosed sets

A set FCF \subseteq \mathbb{C} is closed if its complement CF\mathbb{C} \setminus F is open. Equivalently, FF contains all its limit points.


Domains and Regions

Definition1.11Domain

A domain is a nonempty open connected subset of C\mathbb{C}. That is, DCD \subseteq \mathbb{C} is a domain if:

  1. DD is open.
  2. DD is connected (cannot be written as a union of two disjoint nonempty open sets).
ExampleExamples of domains
  • The unit disk D(0,1)={zz<1}D(0, 1) = \{z \mid |z| < 1\} is a domain.
  • The punctured disk D(0,1){0}D(0, 1) \setminus \{0\} is a domain.
  • The right half-plane {Re(z)>0}\{\text{Re}(z) > 0\} is a domain.
  • The set {z<1}{z3<1}\{|z| < 1\} \cup \{|z - 3| < 1\} (two disjoint disks) is not a domain (not connected).
Definition1.12Region

A region is a domain together with some, none, or all of its boundary points. More generally, a region is the closure of a domain.


Connectedness and Simply Connected

Definition1.13Connected set

A set ECE \subseteq \mathbb{C} is connected if it cannot be written as E=ABE = A \cup B where AA and BB are nonempty, disjoint, and relatively open in EE.

RemarkPath-connected vs. connected

In C\mathbb{C} (and more generally in Rn\mathbb{R}^n), connected and path-connected coincide for open sets. Thus an open set UCU \subseteq \mathbb{C} is connected if and only if any two points in UU can be joined by a continuous curve lying entirely in UU.

Definition1.14Simply connected

A domain DCD \subseteq \mathbb{C} is simply connected if every closed curve in DD can be continuously shrunk to a point within DD. Equivalently, DD has no "holes."

ExampleSimply connected vs. multiply connected
  • The unit disk {z<1}\{|z| < 1\} is simply connected.
  • The complex plane C\mathbb{C} is simply connected.
  • The right half-plane {Re(z)>0}\{\text{Re}(z) > 0\} is simply connected.
  • The annulus {1<z<2}\{1 < |z| < 2\} is not simply connected (the unit circle cannot be shrunk to a point within the annulus).
  • The punctured disk {0<z<1}\{0 < |z| < 1\} is not simply connected (a small circle around the origin cannot be shrunk).
  • The punctured plane C{0}\mathbb{C} \setminus \{0\} is not simply connected.

Boundary and Compact Sets

Definition1.15Boundary

The boundary of a set ECE \subseteq \mathbb{C} is

E=ECE\partial E = \overline{E} \cap \overline{\mathbb{C} \setminus E}

where E\overline{E} denotes the closure of EE (the smallest closed set containing EE).

ExampleExamples of boundaries
  • The boundary of the open disk D(0,1)D(0, 1) is the unit circle {z=1}\{|z| = 1\}.
  • The boundary of the closed disk {z1}\{|z| \leq 1\} is also the unit circle.
  • The boundary of the right half-plane {Re(z)>0}\{\text{Re}(z) > 0\} is the imaginary axis {Re(z)=0}\{\text{Re}(z) = 0\}.
  • The boundary of the punctured disk {0<z<1}\{0 < |z| < 1\} is {z=1}{0}\{|z| = 1\} \cup \{0\} (both the circle and the origin).
Definition1.16Compact set

A set KCK \subseteq \mathbb{C} is compact if every open cover of KK has a finite subcover. By the Heine-Borel theorem, KK is compact if and only if it is closed and bounded.

ExampleExamples of compact sets
  • The closed disk {z1}\{|z| \leq 1\} is compact.
  • The unit circle {z=1}\{|z| = 1\} is compact.
  • The open disk {z<1}\{|z| < 1\} is not compact (bounded but not closed).
  • The closed half-plane {Re(z)0}\{\text{Re}(z) \geq 0\} is not compact (closed but not bounded).
  • The set {1/nnN}{0}\{1/n \mid n \in \mathbb{N}\} \cup \{0\} is compact.

Summary

RemarkKey topological notions
  1. Open sets and domains: domains are the natural setting for complex analysis.
  2. Connected vs. simply connected: connectedness means "in one piece," while simple connectedness means "no holes."
  3. Compact sets: closed and bounded. Many theorems require compactness (e.g., maximum modulus).
  4. Boundary behavior: understanding how functions behave near boundaries is central (e.g., Cauchy integral formula, Schwarz reflection principle).

These topological concepts underpin all major theorems in complex analysis, from Cauchy's theorem to Riemann mapping theorem.