Assumptions:
TeX:
\sum_{d \mid n} \varphi(d) \frac{n}{d} = \sum_{k=1}^{n} \gcd\!\left(n, k\right) n \in \mathbb{Z}_{\ge 0}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
DivisorSum | Sum over divisors | |
Totient | Euler totient function | |
Sum | Sum | |
GCD | Greatest common divisor | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("0fdb94"), Formula(Equal(DivisorSum(Mul(Totient(d), Div(n, d)), For(d, n)), Sum(GCD(n, k), For(k, 1, n)))), Variables(n), Assumptions(Element(n, ZZGreaterEqual(0))))