Assumptions:
TeX:
\left|a b\right| = \left|a\right| \left|b\right|
a \in \mathbb{C} \,\mathbin{\operatorname{and}}\, b \in \mathbb{C}Definitions:
| Fungrim symbol | Notation | Short description | 
|---|---|---|
| Abs | Absolute value | |
| CC | Complex numbers | 
Source code for this entry:
Entry(ID("98efc1"),
    Formula(Equal(Abs(Mul(a, b)), Mul(Abs(a), Abs(b)))),
    Variables(a, b),
    Assumptions(And(Element(a, CC), Element(b, CC))))