Assumptions:
TeX:
{a}^{b} = {e}^{b \log(a)}
a \in \mathbb{C} \setminus \left\{0\right\} \;\mathbin{\operatorname{and}}\; b \in \mathbb{C}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| Pow | Power | |
| Exp | Exponential function | |
| Log | Natural logarithm | |
| CC | Complex numbers |
Source code for this entry:
Entry(ID("4d6416"),
Formula(Equal(Pow(a, b), Exp(Mul(b, Log(a))))),
Variables(a, b),
Assumptions(And(Element(a, SetMinus(CC, Set(0))), Element(b, CC))))