Meromorphic functions #
Main statements:
MeromorphicAt
: definition of meromorphy at a pointMeromorphicAt.iff_eventuallyEq_zpow_smul_analyticAt
:f
is meromorphic atz₀
iff we havef z = (z - z₀) ^ n • g z
on a punctured nhd ofz₀
, for somen : ℤ
andg
analytic at z₀.MeromorphicAt.order
: order of vanishing atz₀
, as an element ofℤ ∪ {∞}
Meromorphy of f
at x
(more precisely, on a punctured neighbourhood of x
; the value at
x
itself is irrelevant).
Equations
- MeromorphicAt f x = ∃ (n : ℕ), AnalyticAt 𝕜 (fun (z : 𝕜) => (z - x) ^ n • f z) x
Instances For
With our definitions, MeromorphicAt f x
depends only on the values of f
on a punctured
neighbourhood of x
(not on f x
)
The order of vanishing of a meromorphic function, as an element of ℤ ∪ ∞
(to include the
case of functions identically 0 near x
).
Equations
- hf.order = ENat.map (fun (x : ℕ) => ↑x) ⋯.order - ↑(Exists.choose hf)
Instances For
Compatibility of notions of order
for analytic and meromorphic functions.
The order is additive when multiplying scalar-valued and vector-valued meromorphic functions.
The order is additive when multiplying meromorphic functions.
Meromorphy of a function on a set.
Equations
- MeromorphicOn f U = ∀ x ∈ U, MeromorphicAt f x
Instances For
Alias of AnalyticOnNhd.meromorphicOn
.
The set where a meromorphic function has infinite order is clopen in its domain of meromorphy.
On a connected set, there exists a point where a meromorphic function f
has finite order iff
f
has finite order at every point.
On a preconnected set, a meromorphic function has finite order at one point if it has finite order at another point.