Derivatives of Complex.sqrt #
This file proves that Complex.sqrt is differentiable on the slit plane
Complex.slitPlane and computes its derivative.
Main results #
Complex.hasDerivAt_sqrt: the derivative ofComplex.sqrtatz ∈ slitPlaneisz ^ (-1 / 2 : ℂ) / 2.Complex.differentiableOn_sqrt:Complex.sqrtis differentiable onslitPlane.Complex.deriv_sqrt: the derivative equalsz ^ (-1 / 2 : ℂ) / 2.
theorem
Complex.hasStrictDerivAt_sqrt
{z : ℂ}
(hz : z ∈ slitPlane)
:
HasStrictDerivAt sqrt (z ^ (-1 / 2) / 2) z
Complex.sqrt is continuous at z provided 0 ≤ z.re or z.im ≠ 0. This is weaker than
requiring z ∈ slitPlane, as it additionally includes the imaginary axis and 0.