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