Documentation

LeanPool.LeanModularForms.GeneralizedResidueTheory.Residue.MeromorphicLaurent

Convex-Domain Contour Vanishing for Meromorphic Functions #

Thin corollaries of the null-homologous theorems in HomologicalCauchy.lean, specialized to convex domains via isNullHomologous_of_convex.

Main Results #

These are now thin wrappers around:

References #

Single-point vanishing theorem (convex corollary) #

For a meromorphic function with zero residue at the unique singularity in a convex domain, the contour integral vanishes.

theorem GeneralizedResidueTheory.contourIntegral_eq_zero_of_meromorphic_residue_zero (f : ) (s : ) (hf : MeromorphicAt f s) (hres : residueAt f s = 0) (U : Set ) (hU : IsOpen U) (hU_convex : Convex U) (hf_diff : DifferentiableOn f (U \ {s})) (hs_in_U : s U) (γ : PiecewiseC1Immersion) (hγ_closed : γ.IsClosed) (hγ_in_U : tSet.Icc γ.a γ.b, γ.toFun t U) (hγ_avoids : tSet.Icc γ.a γ.b, γ.toFun t s) :
(t : ) in γ.a..γ.b, f (γ.toFun t) * deriv γ.toFun t = 0

If f is meromorphic at s with Res(f, s) = 0, and f is differentiable on U \ {s} for a convex open U containing s, then the contour integral of f vanishes for any closed curve in U avoiding s.

This is a corollary of contourIntegral_eq_zero_of_meromorphic_residue_zero_nh via isNullHomologous_of_convex.

Multi-point vanishing theorem (convex corollary) #

For finitely many meromorphic singularities, all with zero residue, the contour integral vanishes on closed curves in a convex domain.

theorem GeneralizedResidueTheory.contourIntegral_eq_zero_of_meromorphic_residue_zero_finset (S : Finset ) (f : ) (hf_mero : sS, MeromorphicAt f s) (hres : sS, residueAt f s = 0) (U : Set ) (hU : IsOpen U) (hU_convex : Convex U) (hf_diff : DifferentiableOn f (U \ S)) (hS_in_U : sS, s U) (γ : PiecewiseC1Immersion) (hγ_closed : γ.IsClosed) (hγ_in_U : tSet.Icc γ.a γ.b, γ.toFun t U) (hγ_avoids : sS, tSet.Icc γ.a γ.b, γ.toFun t s) :
(t : ) in γ.a..γ.b, f (γ.toFun t) * deriv γ.toFun t = 0

Multi-point version: if f is meromorphic at each s in S with Res(f, s) = 0, f is differentiable on U \ S, and U is convex open, then the contour integral of f vanishes for any closed curve in U avoiding all of S.

This is a corollary of contourIntegral_eq_zero_of_meromorphic_residue_zero_finset_nh via isNullHomologous_of_convex.