Theorem 14.24 (Weierstrass). A locally uniform limit on an open set $\Omega$ of holomorphic functions is holomorphic on $\Omega$.
Liouville's theorem. A bounded entire function on $\mathbb{C}$ is constant.
Compatibility: $f$ has a zero of order $k > 0$ at $z_0$ iff its Mathlib meromorphic order at $z_0$ equals $k$ (as a positive integer).
Compatibility: $f$ has a pole of order $k > 0$ at $z_0$ iff its Mathlib meromorphic order at $z_0$ equals $-k$.
IsMeromorphicOn unfolds to Mathlib's MeromorphicOn.
Coerce a SmoothCurve to its underlying function $[a, b] \to \mathbb{C}$.
The image $\gamma([a, b]) \subseteq \mathbb{C}$ of a smooth curve.
Instances For
A smooth curve is continuous on its parameter interval $[a, b]$.
The contour integral of $f$ along a smooth curve $\gamma$: $\int_\gamma f \, dz = \int_a^b f(\gamma(t)) \gamma'(t) \, dt$.
Instances For
A piecewise smooth curve in $\mathbb{C}$: finitely many smooth pieces $\gamma_0, \dots, \gamma_{n-1}$ glued end-to-end, with matching parameter endpoints and continuous join.
- n : ℕ
- pieces : Fin self.n → SmoothCurve
Instances For
The starting parameter of a piecewise smooth curve (the $a$ of its first piece).
Instances For
The ending parameter of a piecewise smooth curve (the $b$ of its last piece).
Instances For
The underlying function $\gamma : \mathbb{R} \to \mathbb{C}$ of a piecewise smooth curve, defined piece-by-piece on the union of the parameter intervals and $0$ outside.
Instances For
A piecewise smooth curve is simple if $\gamma$ is injective on the open parameter interval $(a, b)$.
Instances For
A piecewise smooth curve is closed if its endpoints coincide: $\gamma(a) = \gamma(b)$.
Instances For
The image of a piecewise smooth curve in $\mathbb{C}$: the union of the images of its individual smooth pieces.
Instances For
The interior region enclosed by a (closed, simple) piecewise smooth curve, in the sense of the Jordan curve theorem.
Instances For
A closed simple piecewise smooth curve is positively oriented if it traverses its image counterclockwise (with the interior on the left).
Instances For
The contour integral of $f$ along a piecewise smooth curve $\gamma$: the sum of the contour integrals over each smooth piece.
Instances For
Definitional unfolding of the contour integral along a piecewise smooth curve.
View a smooth curve as a (degenerate) piecewise smooth curve with a single piece.
Instances For
Fundamental theorem of calculus for contour integrals along a smooth curve: if $F$ is complex-differentiable along $\gamma$ and the chain-rule integrand is integrable, then $\int_\gamma F' \, dz = F(\gamma(b)) - F(\gamma(a))$.
Theorem 14.13. Fundamental theorem of calculus for contour integrals along piecewise smooth curves: $\int_\gamma F' \, dz = F(\gamma(b)) - F(\gamma(a))$.
Theorem 14.14 (Cauchy's theorem). If $f$ is holomorphic on an open set $\Omega$ containing a closed piecewise smooth curve $\gamma$ together with its interior, then $\int_\gamma f \, dz = 0$.
Theorem 14.14 (Cauchy's theorem, circle case). If $f$ is holomorphic on the closed disk $\overline{B(c, R)}$, then its integral around the circle of radius $R$ centred at $c$ vanishes.
The residue $\mathrm{Res}_{z_0}(f)$ of a meromorphic function $f$ at $z_0$, computed via the formula $\frac{1}{(k-1)!} \lim_{z \to z_0} \frac{d^{k-1}}{dz^{k-1}}\bigl[(z - z_0)^k f(z)\bigr]$ for the meromorphic order $k$, and $0$ if $f$ is not meromorphic at $z_0$.
Instances For
The residue is zero when $f$ is not meromorphic at $z_0$.
The residue at a regular (analytic) point vanishes.
Theorem 14.16 (Residue theorem). Let $\gamma$ be a positively oriented, simple, closed piecewise smooth curve in an open set $\Omega$ containing $\gamma$ and its interior, and suppose $f$ is meromorphic on $\Omega$ with finitely many poles $p_1, \dots, p_N$ in the interior of $\gamma$. Then $\int_\gamma f \, dz = 2 \pi i \sum_{k=1}^{N} \mathrm{Res}_{p_k}(f)$.
Theorem 14.16 (Residue theorem, circle case). For $f$ meromorphic on the closed disk $\overline{B(c, R)}$ with all poles strictly inside, $\oint_{C(c,R)} f \, dz = 2 \pi i \sum_k \mathrm{Res}_{p_k}(f)$.
The residue of $g \cdot f'/f$ at a zero or pole $p$ of $f$ of order $m$ is $g(p) \cdot m$. (Key ingredient in the argument principle, Theorem 14.17.)
If $f$ is meromorphic and $g$ is holomorphic on $\Omega$, then the logarithmic-derivative product $g \cdot f'/f$ is meromorphic on $\Omega$.
At a point $z \in \Omega$ where $f$ is analytic and nonvanishing and $g$ is holomorphic, the product $g \cdot f'/f$ is analytic at $z$.
Theorem 14.17 (Generalized argument principle). Let $\gamma$ be a positively oriented, simple, closed piecewise smooth curve in $\Omega$, let $g$ be holomorphic on $\Omega$, and let $f$ be meromorphic on $\Omega$ with no zeros or poles on $\gamma$ and finitely many zeros/poles $p_k$ of order $m_k \in \mathbb{Z}$ inside $\gamma$. Then $\int_\gamma g(z) \frac{f'(z)}{f(z)} \, dz = 2 \pi i \sum_k g(p_k) m_k$.