Documentation

Mathlib.Analysis.SpecialFunctions.Complex.Analytic

Various complex special functions are analytic #

log, and cpow are analytic, since they are differentiable.

log is analytic away from nonpositive reals

theorem AnalyticAt.clog {E : Type} [NormedAddCommGroup E] [NormedSpace E] {f : E} {x : E} (fa : AnalyticAt f x) (m : f x Complex.slitPlane) :
AnalyticAt (fun (z : E) => Complex.log (f z)) x

log is analytic away from nonpositive reals

theorem AnalyticWithinAt.clog {E : Type} [NormedAddCommGroup E] [NormedSpace E] {f : E} {x : E} {s : Set E} (fa : AnalyticWithinAt f s x) (m : f x Complex.slitPlane) :
AnalyticWithinAt (fun (z : E) => Complex.log (f z)) s x
theorem AnalyticOnNhd.clog {E : Type} [NormedAddCommGroup E] [NormedSpace E] {f : E} {s : Set E} (fs : AnalyticOnNhd f s) (m : zs, f z Complex.slitPlane) :
AnalyticOnNhd (fun (z : E) => Complex.log (f z)) s

log is analytic away from nonpositive reals

theorem AnalyticOn.clog {E : Type} [NormedAddCommGroup E] [NormedSpace E] {f : E} {s : Set E} (fs : AnalyticOn f s) (m : zs, f z Complex.slitPlane) :
AnalyticOn (fun (z : E) => Complex.log (f z)) s
theorem AnalyticWithinAt.cpow {E : Type} [NormedAddCommGroup E] [NormedSpace E] {f g : E} {x : E} {s : Set E} (fa : AnalyticWithinAt f s x) (ga : AnalyticWithinAt g s x) (m : f x Complex.slitPlane) :
AnalyticWithinAt (fun (z : E) => f z ^ g z) s x

f z ^ g z is analytic if f z is not a nonpositive real

theorem AnalyticAt.cpow {E : Type} [NormedAddCommGroup E] [NormedSpace E] {f g : E} {x : E} (fa : AnalyticAt f x) (ga : AnalyticAt g x) (m : f x Complex.slitPlane) :
AnalyticAt (fun (z : E) => f z ^ g z) x

f z ^ g z is analytic if f z is not a nonpositive real

theorem AnalyticOn.cpow {E : Type} [NormedAddCommGroup E] [NormedSpace E] {f g : E} {s : Set E} (fs : AnalyticOn f s) (gs : AnalyticOn g s) (m : zs, f z Complex.slitPlane) :
AnalyticOn (fun (z : E) => f z ^ g z) s

f z ^ g z is analytic if f z avoids nonpositive reals

theorem AnalyticOnNhd.cpow {E : Type} [NormedAddCommGroup E] [NormedSpace E] {f g : E} {s : Set E} (fs : AnalyticOnNhd f s) (gs : AnalyticOnNhd g s) (m : zs, f z Complex.slitPlane) :
AnalyticOnNhd (fun (z : E) => f z ^ g z) s

f z ^ g z is analytic if f z avoids nonpositive reals

theorem AnalyticAt.re_ofReal {f : } {x : } (hf : AnalyticAt f x) :
AnalyticAt (fun (x : ) => (f x).re) x
theorem AnalyticAt.im_ofReal {f : } {x : } (hf : AnalyticAt f x) :
AnalyticAt (fun (x : ) => (f x).im) x
theorem AnalyticWithinAt.re_ofReal {f : } {s : Set } {x : } (hf : AnalyticWithinAt f (Complex.ofReal '' s) x) :
AnalyticWithinAt (fun (x : ) => (f x).re) s x
theorem AnalyticWithinAt.im_ofReal {f : } {s : Set } {x : } (hf : AnalyticWithinAt f (Complex.ofReal '' s) x) :
AnalyticWithinAt (fun (x : ) => (f x).im) s x
theorem AnalyticOn.re_ofReal {f : } {s : Set } (hf : AnalyticOn f (Complex.ofReal '' s)) :
AnalyticOn (fun (x : ) => (f x).re) s
theorem AnalyticOn.im_ofReal {f : } {s : Set } (hf : AnalyticOn f (Complex.ofReal '' s)) :
AnalyticOn (fun (x : ) => (f x).im) s
theorem AnalyticOnNhd.re_ofReal {f : } {s : Set } (hf : AnalyticOnNhd f (Complex.ofReal '' s)) :
AnalyticOnNhd (fun (x : ) => (f x).re) s
theorem AnalyticOnNhd.im_ofReal {f : } {s : Set } (hf : AnalyticOnNhd f (Complex.ofReal '' s)) :
AnalyticOnNhd (fun (x : ) => (f x).im) s
theorem analyticAt_log {x : } (hx : 0 < x) :
theorem AnalyticAt.log {f : } {x : } (fa : AnalyticAt f x) (m : 0 < f x) :
AnalyticAt (fun (z : ) => Real.log (f z)) x
theorem AnalyticWithinAt.log {f : } {s : Set } {x : } (fa : AnalyticWithinAt f s x) (m : 0 < f x) :
AnalyticWithinAt (fun (z : ) => Real.log (f z)) s x
theorem AnalyticOnNhd.log {f : } {s : Set } (fs : AnalyticOnNhd f s) (m : xs, 0 < f x) :
AnalyticOnNhd (fun (z : ) => Real.log (f z)) s
theorem AnalyticOn.log {f : } {s : Set } (fs : AnalyticOn f s) (m : xs, 0 < f x) :
AnalyticOn (fun (z : ) => Real.log (f z)) s