Assumptions:
TeX:
\operatorname{Im}\!\left(\sqrt{z}\right) = \operatorname{sgn}\!\left(\operatorname{Im}\!\left(z\right)\right) \sqrt{\frac{\left|z\right| - \operatorname{Re}\!\left(z\right)}{2}} z \in \mathbb{C}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Im | Imaginary part | |
Sqrt | Principal square root | |
Sign | Sign function | |
Abs | Absolute value | |
Re | Real part | |
CC | Complex numbers |
Source code for this entry:
Entry(ID("e722ca"), Formula(Equal(Im(Sqrt(z)), Mul(Sign(Im(z)), Sqrt(Div(Sub(Abs(z), Re(z)), 2))))), Variables(z), Assumptions(Element(z, CC)))