Assumptions:
TeX:
\operatorname{Im}\!\left(\sqrt{z}\right) = \operatorname{sgn}\!\left(\operatorname{Im}(z)\right) \sqrt{\frac{\left|z\right| - \operatorname{Re}(z)}{2}}
z \in \mathbb{C} \setminus \left(-\infty, 0\right)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 | |
| OpenInterval | Open interval | |
| Infinity | Positive infinity |
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, SetMinus(CC, OpenInterval(Neg(Infinity), 0)))))