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