Assumptions:
TeX:
\varphi\!\left({m}^{n}\right) = {m}^{n - 1} \varphi(m) m \in \mathbb{Z}_{\ge 0} \;\mathbin{\operatorname{and}}\; n \in \mathbb{Z}_{\ge 1}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Totient | Euler totient function | |
Pow | Power | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("05e9ae"), Formula(Equal(Totient(Pow(m, n)), Mul(Pow(m, Sub(n, 1)), Totient(m)))), Variables(m, n), Assumptions(And(Element(m, ZZGreaterEqual(0)), Element(n, ZZGreaterEqual(1)))))