Documentation

Mathlib.Analysis.Meromorphic.RCLike

Meromorphic Functions over the Real and Complex Numbers #

This file gathers results on meromorphic functions specifict to the real and complex numbers.

theorem Meromorphic.exists_meromorphicOrderAt_ne_top_iff_forall {๐•œ : Type u_1} [RCLike ๐•œ] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace ๐•œ E] {f : ๐•œ โ†’ E} (hf : Meromorphic f) :
(โˆƒ (u : ๐•œ), meromorphicOrderAt f u โ‰  โŠค) โ†” โˆ€ (u : ๐•œ), meromorphicOrderAt f u โ‰  โŠค

If f is meromorphic function on โ„ or โ„‚, then there exists a point where a meromorphic function f has finite order iff f has finite order at every point.

theorem Meromorphic.exists_meromorphicOrderAt_eq_top_iff_forall {๐•œ : Type u_1} [RCLike ๐•œ] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace ๐•œ E] {f : ๐•œ โ†’ E} (hf : Meromorphic f) :
(โˆƒ (u : ๐•œ), meromorphicOrderAt f u = โŠค) โ†” โˆ€ (u : ๐•œ), meromorphicOrderAt f u = โŠค

If f is a meromorphic function on โ„ or โ„‚, then f has infinite order at some point iff f has infinite order at every point. This is the counterpart of Meromorphic.exists_meromorphicOrderAt_ne_top_iff_forall for infinite order.

theorem Meromorphic.exists_meromorphicOrderAt_eq_top_iff_eventually_zero {๐•œ : Type u_1} [RCLike ๐•œ] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace ๐•œ E] {f : ๐•œ โ†’ E} (hf : Meromorphic f) :
(โˆƒ (u : ๐•œ), meromorphicOrderAt f u = โŠค) โ†” f =แถ [Filter.codiscrete ๐•œ] 0

A meromorphic function on โ„ or โ„‚ has infinite order at some point iff it vanishes outside a discrete set, i.e. iff it is eventually zero along the codiscrete filter.