Rouche theorem via zero counting

← All problems

rouche_logCounting_zero_eq

Submitter: Kim Morrison.

Notes: Phrases Rouché's theorem as equality of zero-counting functions for f and f + g.

Source: Classical theorem in complex analysis.

Informal solution: If |g| < |f| on the boundary circle, then f and f + g have the same number of zeros inside, counted with multiplicity.

theorem declaration uses `sorry`rouche_logCounting_zero_eq {f g : } {R : } (hR : 1 R) (hf : Meromorphic f) (hg : AnalyticOn g Set.univ) (hbound : z : , z = R g z < f z) : logCounting (f + g) 0 R = logCounting f 0 R := f: g: R:hR:1 Rhf:Meromorphic fhg:AnalyticOn g Set.univhbound: (z : ), z = R g z < f zlogCounting (f + g) 0 R = logCounting f 0 R All goals completed! 🐙

Solved by

Not yet solved.