Orders of Meromorphic Functions #
This file defines the order of a meromorphic function f at a point z₀, as an element of
ℤ ∪ {∞}.
TODO: Uniformize API between analytic and meromorphic functions
Order at a Point: Definition and Characterization #
This file defines the order of a meromorphic analytic function f at a point z₀, as an element of
ℤ ∪ {∞}.
TODO: Uniformize API between analytic and meromorphic functions
Order at a Point: Definition and Characterization #
The order of a meromorphic function f at z₀, as an element of ℤ ∪ {∞}.
The order is defined to be ∞ if f is identically 0 on a neighbourhood of z₀, and otherwise the
unique n such that f can locally be written as f z = (z - z₀) ^ n • g z, where g is analytic
and does not vanish at z₀. See MeromorphicAt.order_eq_top_iff and
MeromorphicAt.order_eq_nat_iff for these equivalences.
Instances For
The order of a meromorphic function f at a z₀ is infinity iff f vanishes locally around
z₀.
The order of a meromorphic function f at z₀ equals an integer n iff f can locally be
written as f z = (z - z₀) ^ n • g z, where g is analytic and does not vanish at z₀.
Compatibility of notions of order for analytic and meromorphic functions.
Order at a Point: Behaviour under Ring Operations #
We establish additivity of the order under multiplication and taking powers.
TODO: Behaviour under Addition/Subtraction. API unification with analytic functions
The order is additive when multiplying scalar-valued and vector-valued meromorphic functions.
The order is additive when multiplying meromorphic functions.
Level Sets of the Order Function #
TODO: Prove that the set where an analytic function has order in [1,∞) is discrete within its domain of meromorphy.
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.