Laurent coefficients at a point (residue-calculus) #
RS.laurentCoeffAt f z₀ k is the k-th Laurent coefficient of f at z₀ (coefficient of
(z - z₀) ^ k), defined through the meromorphic order presentation and the dslope-iterate
Taylor extractor RS.taylorCoeffAt. Junk value 0 for non-meromorphic germs, the locally-zero
germ (order ⊤), and coefficients below the order.
Main exports:
RS.laurentCoeffAt_of_eventuallyEq— THE characterization: any presentationf =ᶠ[𝓝[≠] z₀] (· - z₀) ^ n * gwithganalytic computes every Laurent coefficient (nneed not be the order,g z₀ = 0is allowed);RS.laurentCoeffAt_congr— invariance under=ᶠ[𝓝[≠] z₀];RS.laurentCoeffAt_order— compatibility withmeromorphicTrailingCoeffAt;RS.laurentCoeffAt_fun_add/_const_mul/_sub/_fun_sum— ℂ-linearity;RS.laurentCoeffAt_zpow_monomial,RS.laurentCoeffAt_zpow_mul— monomials and shift;RS.forall_neg_laurentCoeffAt_eq_zero_iff— vanishing tail ↔ analytic-after-repair.
The k-th Laurent coefficient of f at z₀ (coefficient of (z - z₀) ^ k).
Defined through the order presentation f =ᶠ[𝓝[≠] z₀] (· - z₀) ^ n • g, g analytic,
g z₀ ≠ 0, n = meromorphicOrderAt f z₀: the coefficient is the (k - n)-th Taylor
coefficient of g. Junk 0 if f is not meromorphic at z₀, on the locally-zero germ
(order ⊤), and for k < order.
Equations
- One or more equations did not get rendered due to their size.
Instances For
THE characterization (workhorse; the only lemma that unfolds the definition).
Any zpow-presentation computes every Laurent coefficient — n need NOT be the order and
g z₀ = 0 is allowed.
At the order, the Laurent coefficient is mathlib's trailing coefficient.
For analytic f the Laurent coefficients are the Taylor coefficients.
ℂ-additivity of Laurent coefficients on meromorphic germs.
Multiplying by (· - z₀) ^ m shifts Laurent coefficients.
Vanishing principal tail ↔ analytic-after-repair (Mittag-Leffler-facing).