Assumptions:
TeX:
\sin\!\left(\operatorname{atan}(z)\right) = \frac{z}{\sqrt{1 + {z}^{2}}} z \in \mathbb{C} \setminus \left\{-i, i\right\}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Sin | Sine | |
Atan | Inverse tangent | |
Sqrt | Principal square root | |
Pow | Power | |
CC | Complex numbers | |
ConstI | Imaginary unit |
Source code for this entry:
Entry(ID("d4b0b6"), Formula(Equal(Sin(Atan(z)), Div(z, Sqrt(Add(1, Pow(z, 2)))))), Variables(z), Assumptions(Element(z, SetMinus(CC, Set(Neg(ConstI), ConstI)))))