Assumptions:
TeX:
{\sin}^{(r)}(z) = \sin\!\left(z + \frac{\pi r}{2}\right)
z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; r \in \mathbb{Z}_{\ge 0}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| ComplexDerivative | Complex derivative | |
| Sin | Sine | |
| Pi | The constant pi (3.14...) | |
| CC | Complex numbers | |
| ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("612b21"),
Formula(Equal(ComplexDerivative(Sin(z), For(z, z, r)), Sin(Add(z, Div(Mul(Pi, r), 2))))),
Variables(z, r),
Assumptions(And(Element(z, CC), Element(r, ZZGreaterEqual(0)))))