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