Germ packaging of meromorphic functions (residue-calculus) #
RS.meromorphicGermsAt zโ is the โ-submodule of germs at ๐[โ ] zโ that are meromorphic;
RS.laurentCoeffL zโ k and RS.resL zโ package laurentCoeffAt/resAt as โ-linear functionals
on it โ the currency for laurent-tails (CC8) and serre-duality-cech/tails.
Main exports: RS.MeromorphicGerm, RS.meromorphicGermsAt, RS.laurentCoeffL, RS.resL,
RS.laurentCoeffL_mk.
Meromorphy is a property of the punctured germ.
Equations
- RS.MeromorphicGerm zโ ฮณ = ฮณ.liftOn (fun (x : โ โ โ) => MeromorphicAt x zโ) โฏ
Instances For
@[simp]
The โ-space of meromorphic germs at zโ (a submodule of the full germ module).
Equations
- RS.meromorphicGermsAt zโ = { carrier := {ฮณ : (nhdsWithin zโ {zโ}แถ).Germ โ | RS.MeromorphicGerm zโ ฮณ}, add_mem' := โฏ, zero_mem' := โฏ, smul_mem' := โฏ }
Instances For
@[simp]
Laurent coefficients as โ-linear functionals on meromorphic germs.
Equations
- RS.laurentCoeffL zโ k = { toFun := fun (ฮณ : โฅ(RS.meromorphicGermsAt zโ)) => (โฮณ).liftOn (fun (x : โ โ โ) => RS.laurentCoeffAt x zโ k) โฏ, map_add' := โฏ, map_smul' := โฏ }
Instances For
@[simp]