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