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