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