Principal parts at a point (residue-calculus) #
RS.principalPartAt f z₀ is the finite sum of the negative-exponent Laurent terms of f at
z₀ — an honest function ℂ → ℂ, analytic away from z₀ and meromorphic at z₀; it is 0
(empty sum) when f is analytic-after-repair at z₀, not meromorphic there, or locally 0.
Main exports:
RS.MeromorphicAt.exists_principalPart_add_analyticAt— THE decompositionf =ᶠ[𝓝[≠] z₀] principalPartAt f z₀ + hwithhanalytic whose Taylor coefficients are the nonnegative Laurent coefficients off;RS.MeromorphicAt.orderAt_sub_principalPartAt_nonneg— repair form;RS.laurentCoeffAt_principalPartAt— the principal part has exactly the negative tail;RS.eq_principalPart_of_eventuallyEq— uniqueness of tail + analytic decompositions.
The principal part of f at z₀: the finite sum of the negative-exponent Laurent terms.
An honest function ℂ → ℂ, analytic on ℂ \ {z₀}, meromorphic at z₀. Zero (empty sum)
when f is analytic-after-repair at z₀, not meromorphic there, or locally 0.
Equations
- RS.principalPartAt f z₀ z = ∑ k ∈ Finset.Icc (meromorphicOrderAt f z₀).untop₀ (-1), RS.laurentCoeffAt f z₀ k * (z - z₀) ^ k
Instances For
The Laurent coefficients of the principal part: exactly the negative tail of f.
THE decomposition: f = (principal part) + (analytic) on a punctured neighborhood.
The analytic part's Taylor coefficients are the nonnegative Laurent coefficients of f.
Repair form (MeromorphicNFAt-compatible corollary): subtracting the principal part
leaves a germ of nonnegative order.
Uniqueness: any Laurent-tail + analytic decomposition IS the canonical one.