You have enemies? Good. That means you’ve stood up for something, sometime in your life, Winston Churchill
The truth will set you free, but first it will piss you off, Joe Klaas

Definition (Limit-based Continuity). A function $f: U \to \mathbb{C}$ is continuous at a point a ∈ U if $\lim_{z \to a} f(z) = f(a)$
This requires three conditions:
This aligns with the intuitive idea that “small changes in input near a produce small changes in output near f(a).”
Formal definition (Epsilon-Delta). f is continuous at a if and only if: $\forall \varepsilon > 0, \; \exists \delta > 0 : |z - a| < \delta \Rightarrow |f(z) - f(a)| < \varepsilon$.
Definition. A function f: D → ℂ is said to be continuous if it is continuous at every point in its domain (∀z0 ∈ D), e.g.,
Every complex polynomial p(z) = $a_nz^n + ··· + a_1z + a_0$ is continuous everywhere in ℂ, e.g., f(z) = z, the identity function is trivially continuous; f(z) = z3 + 2z + 5.
Constants are continuous. For f(z) = c (constant), |f(z) - f(z₀)| = |c - c| = 0 < ε for any ε, δ. ✓
The identity function is continuous. For f(z) = z, |f(z) - f(z₀)| = |z - z₀|. Given ε > 0, choose δ = ε. ✓
Powers are continuous. If f(z) = zⁿ is continuous and g(z) = z is continuous, then f·g = $z^{n+1}$ is continuous (by the product rule).
Polynomials are sums and products. Apply sum and product rules (proven below). ∎
Rational functions. Any rational function $r(z) = \frac{p(z)}{q(z)}$ where p,q are polynomials, is continuous on its domain D = {z: q(z) ≠ 0}, e.g, $f(z) = \frac{z^2 + 1}{z - 2}$ continuous on ℂ - except at poles, e.g., z = 2, where the denominator vanishes (f is undefined).
Algebra of continuous functions. If f and g are continuous at a point z0, then sum/difference f ± g, scalar multiple c·f, product f·g, and quotient f/g (provided g(z0) ≠ 0) are also continuous at z0. These follow directly from the ε–δ definitions and the corresponding real‐analysis proofs.
Theorem. If f and g are continuous at z₀, then f + g is continuous at z₀. Let ε > 0. Since f and g are continuous at z₀:
$\exists \delta_1 > 0 : |z - z_0| < \delta_1 \implies |f(z) - f(z_0)| < \frac{\varepsilon}{2}, \exists \delta_2 > 0 : |z - z_0| < \delta_2 \implies |g(z) - g(z_0)| < \frac{\varepsilon}{2}$
Let δ = min(δ₁, δ₂). For |z - z₀| < δ:
$|(f+g)(z) - (f+g)(z_0)| = |[f(z) - f(z_0)] + [g(z) - g(z_0)]| \leq |f(z) - f(z_0)| + |g(z) - g(z_0)| < \frac{\varepsilon}{2} + \frac{\varepsilon}{2} = \varepsilon$
Elementary transcendental functions. The exponential ez, the trigonometric functions sin(z), cos(z), and their inverses (on appropriate domains) are all continuous on ℂ.
sin(z) and cos(z) an be expressed in terms of the exponential: $\sin z = \frac{e^{iz} - e^{-iz}}{2i}, \quad \cos z = \frac{e^{iz} + e^{-iz}}{2}$
Since eᶻ is continuous and sums/products/quotients of continuous functions are continuous, sin and cos are continuous.
Conjugation is continuous. The function f(z) = $\bar z$ is also continuous, since $|f(z) - f(z_0)| = |\overline{z} - \overline{z_0}| = |\overline{z - z_0}| = |z - z_0|$.
Given ε > 0, choose δ = ε. Then, $|z - z_0| < \delta = \varepsilon \implies |f(z) - f(z_0)| = |z - z_0| < \varepsilon$
Conjugation is an isometry —it preserves distances!
Since the modulus is preserved under conjugation, the “distance” between image points matches the distance in the domain. This means small changes in z lead to small changes in f(z), satisfying the definition of continuity. It ties small input changes to small output changes.
The Modulus Function f(z) = |z| is continuous on ℂ.
By the reverse triangle inequality: $\big||z| - |z_0|\big| \leq |z - z_0|$
Given ε > 0, choose δ = ε. Then |z - z₀| < δ implies $\big||z| - |z_0|\big| \lt \varepsilon$. ∎
The functions Re(z) and Im(z) are continuous on ℂ.
For z = x + iy and z₀ = x₀ + iy₀:
$|\text{Re}(z) - \text{Re}(z_0)| = |x - x_0| \leq |z - z_0|, |\text{Im}(z) - \text{Im}(z_0)| = |y - y_0| \leq |z - z_0|$
Choose δ = ε in each case. ∎
Composition of Continuous Functions. If f: D → ℂ is continuous at z₀ and g: E → ℂ is continuous at f(z₀), where f(D) ⊆ E, then g ∘ f is continuous at z₀, e.g., $h(z) = e^{z^2 + 1}$ is continuous everywhere because it’s the composition of polynomial $z^2 + 1$ (continuous) and exponential $e^w$ (continuous).
Let ε > 0. Since g is continuous at w₀ = f(z₀): $\exists \eta > 0 : |w - w_0| < \eta \implies |g(w) - g(w_0)| < \varepsilon$
Since f is continuous at z₀: $\exists \delta > 0 : |z - z_0| < \delta \implies |f(z) - f(z_0)| < \eta$
For |z - z₀| < δ: |f(z) - f(z₀)| < η. So |g(f(z)) - g(f(z₀))| < ε. Therefore, g ∘ f is continuous at z₀.
Principal Branches. The principal logarithm $\text{Log}(z)$ is continuous on ℂ \ (-∞, 0]. The principal square root $\sqrt{z}$ is continuous on ℂ \ (-∞, 0].
Definition. A function f: D → ℂ is discontinuous at z₀ if it fails to be continuous at z₀. This can happen if:
The classification of discontinuities in complex analysis hinges on how a function behaves near a point $z_0$, where it fails to be continuous.
Let $f(z) = \sum_{n=-\infty}^{\infty} a_n (z - z_0)^n$ be the Laurent expansion of f in a punctured neighborhood of $z_0$. The nature of the singularity at $z_0$ is determined entirely by the principal part, i.e., the terms with negative powers.
Intuition: No negative powers $\implies$ nothing “blows up” $\implies$ the singularity can be removed.
Intuition: Finitely many negative powers $\implies$ controlled divergence $\implies$ a pole.
Interpretation: Infinitely many negative powers $\implies$ unbounded, non‑algebraic, unpredictable behavior $\implies$ essential singularity.
The behavior of essential singularities is not just “undefined”; it is aggressively dense.
$f(z) = \begin{cases} 1, &z \ne 0 \\\\ 0, &z = 0 \end{cases}$ fails continuity at the “hole” z = 0 because the function is defined as 1 everywhere except at $0$, where it jumps to $0$. The limit as $z\to 0$ is $1$, so redefining $f(0)=1$ makes it continuous.
$f(z) = \frac{z^2-1}{z-1}$ is undefined at $z=1$, but for $z\neq 1$ it simplifies to $z+1$. The limit as $z\to 1$ is $2$, so the singularity is removable by defining $\tilde{f}(1)=2$. The extended function $\tilde{f}(z)=z+1$ is entire (analytic everywhere).
In complex analysis, a point $z_0$ is a removable singularity if $f$ is analytic in a punctured neighborhood and the limit exists (and is finite). In such cases, we can always redefine $f$ at $z_0$ to make it analytic there.
At z₀ = eⁱᶿ (on the unit circle): (i) From inside (|z| < 1): f(z) = $z \to e^{i\theta}$; (ii) From outside (|z| > 1): f(z) = $\overline{z} \to e^{-i\theta}$
For θ ≠ 0, π (i.e., z₀ not on the real axis): eⁱᶿ ≠ e⁻ⁱᶿ, so discontinuous, e.g., discontinuity at i, (i) from inside $f(i) \to i$; (ii) from outside $f(i) \to -i$. For θ = 0 or π (i.e., z₀ = ±1): eⁱᶿ = e⁻ⁱᶿ, so continuous at ±1.
This function is discontinuous everywhere.
At any z₀ ∈ ℂ: (i) every neighborhood contains points where f = 1 (rationals are dense); (ii) every neighborhood contains points where f = 0 (irrationals are dense)
So f oscillates between 0 and 1 in every neighborhood —no limit exists anywhere.
Continuity in the complex plane is exactly the same ε–δ notion you have already studied (supposedly, hopefully,...) in single‐variable real calculus —only now disks in ℂ replace intervals in ℝ. If you draw an arbitrarily small circle around z0, continuity demands that f(z) stays within an arbitrarily small circle around f(z0).
The Open Preimage Theorem. Let D ⊆ ℂ and f a function, f: D → ℂ. Then, f is continuous on D if and only if the preimage of every open set in ℂ is open in D (as a subspace).
This theorem (Open Set Characterization) connects analysis (ε-δ) to topology (open sets), generalizing continuity to spaces beyond metric spaces.
For any set U ⊆ ℂ: $f^{-1}(U) = \{z \in D : f(z) \in U\}$, the theorem states that f continuous ⟺ ∀U open in ℂ, f⁻¹(U) is open in D.
Proof.
(⟹ Direction)
(⟸ Continuity ⇒ open–preimage)
Corollary. f: $D \to \mathbb{C}$ is continuous iff the preimage of every closed set is closed (in D).
Proof.
Theorem (Image of Compact Sets). Let $f: D \to \mathbb{C}$ be continuous. If K ⊆ D is compact, then f(K) is compact.
Complex Extreme Value Theorem. Let $f: K \to \mathbb{C}$ be continuous where K is compact. If f is real-valued ($f: K \to \mathbb{R}$), then f attains its maximum and minimum on K. More generally: If $f: K \to \mathbb{C}$ is continuous and K is compact, then |f| attains its maximum on K.
Definition. A function f: D → ℂ is uniformly continuous on D if $\forall \varepsilon > 0, \; \exists \delta > 0 : \forall z, w \in D, \; |z - w| < \delta \implies |f(z) - f(w)| < \varepsilon$. Idea: The same δ works for ALL points simultaneously.
Theorem. If f: K → ℂ is continuous and K is compact, then f is uniformly continuous on K.
Proof.
Component-wise Continuity. Let f(z) = u(x, y) + iv(x, y) where z = x + iy. Then, $f \text{ is continuous at } z_0 = x_0 + iy_0 \iff \begin{cases} u \text{ is continuous at } (x_0, y_0) \\ v \text{ is continuous at } (x_0, y_0) \end{cases}$
Theorem (Continuity vs. Differentiability). If f is differentiable at z₀, then f is continuous at z₀.
Proof.
The Converse is False! Continuity does not imply differentiability in the complex sense. Differentiability in $\mathbb{C}$ is a much stronger condition (it requires the limit of the difference quotient to exist and be independent of the direction of approach). Here are three classic counterexamples: