Assumptions:
TeX:
\sum_{d \mid n} \varphi(d) = n
n \in \mathbb{Z}_{\ge 0}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| DivisorSum | Sum over divisors | |
| Totient | Euler totient function | |
| ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("cdd7e7"),
Formula(Equal(DivisorSum(Totient(d), For(d, n)), n)),
Variables(n),
Assumptions(Element(n, ZZGreaterEqual(0))))