Documentation

LeanPool.LeanModularForms.Modularforms.Csqrt

Csqrt #

noncomputable def csqrt :

The principal complex square root a ↦ exp ((1 / 2) * log a).

Equations
Instances For
    theorem csqrt_deriv (z : UpperHalfPlane) :
    deriv (fun (a : ) => Complex.exp (1 / 2 * Complex.log a)) z = 2⁻¹ (fun (a : ) => Complex.exp (-(1 / 2) * Complex.log a)) z
    theorem csqrt_pow_24 (z : ) (hz : z 0) :
    csqrt z ^ 24 = z ^ 12