Assumptions:
TeX:
\sin\!\left(z + \pi k\right) = {\left(-1\right)}^{k} \sin(z)
z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; k \in \mathbb{Z}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| Sin | Sine | |
| Pi | The constant pi (3.14...) | |
| Pow | Power | |
| CC | Complex numbers | |
| ZZ | Integers |
Source code for this entry:
Entry(ID("393b62"),
Formula(Equal(Sin(Add(z, Mul(Pi, k))), Mul(Pow(-1, k), Sin(z)))),
Variables(z, k),
Assumptions(And(Element(z, CC), Element(k, ZZ))))