Assumptions:
TeX:
\sin^{2}\!\left(a\right) - \cos^{2}\!\left(b\right) = -\cos\!\left(a + b\right) \cos\!\left(a - b\right)
a \in \mathbb{C} \;\mathbin{\operatorname{and}}\; b \in \mathbb{C}Definitions:
| Fungrim symbol | Notation | Short description | 
|---|---|---|
| Pow | Power | |
| Sin | Sine | |
| Cos | Cosine | |
| CC | Complex numbers | 
Source code for this entry:
Entry(ID("f6d0c6"),
    Formula(Equal(Sub(Pow(Sin(a), 2), Pow(Cos(b), 2)), Mul(Neg(Cos(Add(a, b))), Cos(Sub(a, b))))),
    Variables(a, b),
    Assumptions(And(Element(a, CC), Element(b, CC))))