Assumptions:
TeX:
\varphi(n) = n \prod_{p \mid n} \left(1 - \frac{1}{p}\right) n \in \mathbb{Z}_{\ge 1}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Totient | Euler totient function | |
PrimeProduct | Product over primes | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("b9c50f"), Formula(Equal(Totient(n), Mul(n, PrimeProduct(Parentheses(Sub(1, Div(1, p))), For(p), Divides(p, n))))), Variables(n), Assumptions(Element(n, ZZGreaterEqual(1))))