Assumptions:
TeX:
\left(m \mid n\right) \;\implies\; \left(\varphi(m) \mid \varphi(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("eae0de"),
Formula(Implies(Divides(m, n), Divides(Totient(m), Totient(n)))),
Variables(m, n),
Assumptions(And(Element(m, ZZGreaterEqual(0)), Element(n, ZZGreaterEqual(0)))))