Documentation

LeanPool.LeanModularForms.GeneralizedResidueTheory.CauchyPrimitive

Holomorphic Primitives on Convex Sets #

Construction of a primitive F for a holomorphic function f on a convex open set S via the segment integral F(z) = ∫₀¹ f(c + t(z-c))·(z-c) dt.

Main Results #

theorem holomorphic_convex_primitive {f : } {S : Set } (hS_convex : Convex S) (hS_open : IsOpen S) (hS_ne : S.Nonempty) (hf : DifferentiableOn f S) :
∃ (F : ), zS, HasDerivAt F (f z) z

For a convex open set, holomorphic functions have primitives.

Construction: For f holomorphic on convex open S and c ∈ S, F(z) = ∫₀¹ f(c + t(z-c))·(z-c) dt is a primitive with F'(z) = f(z).