Assumptions:
TeX:
\int_{a}^{b} \sin(z) \, dz = \cos(a) - \cos(b)
a \in \mathbb{C} \;\mathbin{\operatorname{and}}\; b \in \mathbb{C}Definitions:
| Fungrim symbol | Notation | Short description | 
|---|---|---|
| Integral | Integral | |
| Sin | Sine | |
| Cos | Cosine | |
| CC | Complex numbers | 
Source code for this entry:
Entry(ID("c93b81"),
    Formula(Equal(Integral(Sin(z), For(z, a, b)), Sub(Cos(a), Cos(b)))),
    Variables(a, b),
    Assumptions(And(Element(a, CC), Element(b, CC))))