Casorati-Weierstrass Theorem (Theorem 9, Lecture 11) #
A holomorphic function comes arbitrarily close to any complex value in every neighborhood of an essential singularity.
Main definitions #
IsEssentialSingularity: A functionf : ℂ → ℂhas an essential singularity atcif it is holomorphic on a punctured neighborhood ofcbut is not meromorphic atc.
Main results #
casorati_weierstrass: Theorem 9, Lecture 11. Iffhas an essential singularity atc, then for everyw : ℂ, everyδ > 0, and everyε > 0, there existszwith0 < ‖z - c‖ < δand‖f z - w‖ < ε.casorati_weierstrass_dense: Equivalent formulation: the image of any punctured ball aroundcunderfis dense inℂ.
Proof outline #
The proof is by contradiction, following the textbook argument:
- Suppose
fmisses a ballB(w₀, ε)in a punctured neighborhood ofc. - Then
g(z) = (f(z) - w₀)⁻¹is bounded byε⁻¹and holomorphic nearc. - By the removable singularity theorem,
gextends to a meromorphic function atc. - Since
f = w₀ + g⁻¹, the functionfis also meromorphic atc. - This contradicts the hypothesis that
cis an essential singularity.
A function f : ℂ → ℂ has an essential singularity at c if f is holomorphic
(complex differentiable) on a punctured neighborhood of c but is not meromorphic at c.
This corresponds to Definition (iii) in Lecture 11: an isolated singularity that is neither
removable nor a pole. In Mathlib's framework, removable singularities and poles are exactly
the meromorphic functions (MeromorphicAt), so an essential singularity is characterized by
¬ MeromorphicAt f c.
Instances For
If f is holomorphic on a punctured neighborhood of c and bounded there, then f is
meromorphic at c. This follows from Riemann's removable singularity theorem: the bounded
holomorphic function has a removable singularity and extends analytically.
Casorati-Weierstrass theorem (Theorem 9, Lecture 11): A holomorphic function comes arbitrarily close to any complex value in every neighborhood of an essential singularity.
If f is holomorphic on a punctured neighborhood of c and is not meromorphic at c
(i.e., c is an essential singularity), then for every w : ℂ and every ε > 0 and δ > 0,
there exists z with 0 < ‖z - c‖ < δ and ‖f z - w‖ < ε.
Casorati-Weierstrass theorem, dense image formulation (Theorem 9, Lecture 11):
The image of any punctured ball around an essential singularity is dense in ℂ.