Vanishing Order of Analytic Functions #
This file defines the order of vanishing of an analytic function f
at a point zโ
, as an element
of โโ
.
TODO: Uniformize API between analytic and meromorphic functions
Vanishing Order at a Point: Definition and Characterization #
The order of vanishing of 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 AnalyticAt.order_eq_top_iff
and AnalyticAt.order_eq_nat_iff
for
these equivalences.
Instances For
The order of an analytic function f
at a zโ
is infinity iff f
vanishes locally around
zโ
.
The order of an analytic function f
at zโ
equals a natural number 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โ
.
The order of an analytic function f
at zโ
is finite iff f
can locally be written as
f z = (z - zโ) ^ order โข g z
, where g
is analytic and does not vanish at zโ
.
Alias of AnalyticAt.order_ne_top_iff
.
The order of an analytic function f
at zโ
is finite iff f
can locally be written as
f z = (z - zโ) ^ order โข g z
, where g
is analytic and does not vanish at zโ
.
The order of an analytic function f
at zโ
is zero iff f
does not vanish at zโ
.
An analytic function vanishes at a point if its order is nonzero when converted to โ.
Vanishing Order at a Point: Behaviour under Ring Operations #
The theorem AnalyticAt.order_mul
and AnalyticAt.order_pow
establish additivity of the order
under multiplication and taking powers.
TODO: Behaviour under Addition/Subtraction
Helper lemma for AnalyticAt.order_mul
The order is additive when multiplying analytic functions.
The order multiplies by n
when taking an analytic function to its n
th power.
Level Sets of the Order Function #
TODO:
Draw conclusions about behaviour of the order function on connected domains of analyticity.
Prove that the set where an analytic function has order in [1,โ) is discrete within its domain of analyticity.
The set where an analytic function has infinite order is clopen in its domain of analyticity.