Assumptions:
TeX:
\varphi(m) \varphi(n) \le \varphi\!\left(m n\right) 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 | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("775e10"), Formula(LessEqual(Mul(Totient(m), Totient(n)), Totient(Mul(m, n)))), Variables(m, n), Assumptions(And(Element(m, ZZGreaterEqual(0)), Element(n, ZZGreaterEqual(0)))))