Assumptions:
TeX:
\left|\left\{ k : k \in \{1, 2, \ldots n\} \,\mathbin{\operatorname{and}}\, \gcd\!\left(n, k\right) = 1 \right\}\right| = \varphi\!\left(n\right) n \in \mathbb{Z}_{\ge 1}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Cardinality | Set cardinality | |
SetBuilder | Set comprehension | |
ZZBetween | Integers between a and b inclusive | |
GCD | Greatest common divisor | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("7b27cd"), Formula(Equal(Cardinality(SetBuilder(k, k, And(Element(k, ZZBetween(1, n)), Equal(GCD(n, k), 1)))), Totient(n))), Variables(n), Assumptions(Element(n, ZZGreaterEqual(1))))