Documentation

Mathlib.Analysis.Complex.RemovableSingularity

Removable singularity theorem #

In this file we prove Riemann's removable singularity theorem: if f : โ„‚ โ†’ E is complex differentiable in a punctured neighborhood of a point c and is bounded in a punctured neighborhood of c (or, more generally, $f(z) - f(c)=o((z-c)^{-1})$), then it has a limit at c and the function update f c (limUnder (๐“[โ‰ ] c) f) is complex differentiable in a neighborhood of c.

Removable singularity theorem, weak version. If f : โ„‚ โ†’ E is differentiable in a punctured neighborhood of a point and is continuous at this point, then it is analytic at this point.

theorem Complex.differentiableOn_update_limUnder_of_isLittleO {E : Type u} [NormedAddCommGroup E] [NormedSpace โ„‚ E] [CompleteSpace E] {f : โ„‚ โ†’ E} {s : Set โ„‚} {c : โ„‚} (hc : s โˆˆ nhds c) (hd : DifferentiableOn โ„‚ f (s \ {c})) (ho : (fun (z : โ„‚) => f z - f c) =o[nhdsWithin c {c}แถœ] fun (z : โ„‚) => (z - c)โปยน) :

Removable singularity theorem: if s is a neighborhood of c : โ„‚, a function f : โ„‚ โ†’ E is complex differentiable on s \ {c}, and $f(z) - f(c)=o((z-c)^{-1})$, then f redefined to be equal to limUnder (๐“[โ‰ ] c) f at c is complex differentiable on s.

theorem Complex.differentiableOn_update_limUnder_insert_of_isLittleO {E : Type u} [NormedAddCommGroup E] [NormedSpace โ„‚ E] [CompleteSpace E] {f : โ„‚ โ†’ E} {s : Set โ„‚} {c : โ„‚} (hc : s โˆˆ nhdsWithin c {c}แถœ) (hd : DifferentiableOn โ„‚ f s) (ho : (fun (z : โ„‚) => f z - f c) =o[nhdsWithin c {c}แถœ] fun (z : โ„‚) => (z - c)โปยน) :

Removable singularity theorem: if s is a punctured neighborhood of c : โ„‚, a function f : โ„‚ โ†’ E is complex differentiable on s, and $f(z) - f(c)=o((z-c)^{-1})$, then f redefined to be equal to limUnder (๐“[โ‰ ] c) f at c is complex differentiable on {c} โˆช s.

theorem Complex.differentiableOn_update_limUnder_of_bddAbove {E : Type u} [NormedAddCommGroup E] [NormedSpace โ„‚ E] [CompleteSpace E] {f : โ„‚ โ†’ E} {s : Set โ„‚} {c : โ„‚} (hc : s โˆˆ nhds c) (hd : DifferentiableOn โ„‚ f (s \ {c})) (hb : BddAbove (norm โˆ˜ f '' (s \ {c}))) :

Removable singularity theorem: if s is a neighborhood of c : โ„‚, a function f : โ„‚ โ†’ E is complex differentiable and is bounded on s \ {c}, then f redefined to be equal to limUnder (๐“[โ‰ ] c) f at c is complex differentiable on s.

Removable singularity theorem: if a function f : โ„‚ โ†’ E is complex differentiable on a punctured neighborhood of c and $f(z) - f(c)=o((z-c)^{-1})$, then f has a limit at c.

Removable singularity theorem: if a function f : โ„‚ โ†’ E is complex differentiable and bounded on a punctured neighborhood of c, then f has a limit at c.

theorem Complex.two_pi_I_inv_smul_circleIntegral_sub_sq_inv_smul_of_differentiable {E : Type u} [NormedAddCommGroup E] [NormedSpace โ„‚ E] [CompleteSpace E] {U : Set โ„‚} (hU : IsOpen U) {c wโ‚€ : โ„‚} {R : โ„} {f : โ„‚ โ†’ E} (hc : Metric.closedBall c R โІ U) (hf : DifferentiableOn โ„‚ f U) (hwโ‚€ : wโ‚€ โˆˆ Metric.ball c R) :
(2 * โ†‘Real.pi * I)โปยน โ€ข โˆฎ (z : โ„‚) in C(c, R), ((z - wโ‚€) ^ 2)โปยน โ€ข f z = deriv f wโ‚€

The Cauchy formula for the derivative of a holomorphic function.