Fungrim home page

Fungrim entry: b9c50f

φ(n)=npn(11p)\varphi(n) = n \prod_{p \mid n} \left(1 - \frac{1}{p}\right)
Assumptions:nZ1n \in \mathbb{Z}_{\ge 1}
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φ(n)\varphi(n) Euler totient function
PrimeProductpf(p)\prod_{p} f(p) Product over primes
ZZGreaterEqualZn\mathbb{Z}_{\ge n} 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))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC