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 #
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: investigate whether codiscrete_setOf_order_eq_zero_or_top
really needs a completeness
hypothesis.
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.
If the target is a complete space, then the set where a mermorphic function has zero or infinite order is discrete within its domain of meromorphicity.