Euler's totient function
Euler's totient function φ(n) counts the positive integers from 1 through n that are relatively prime to n. It is multiplicative on coprime inputs and governs the size of the units modulo n.
Linked from 21 pages
Cyclotomic fieldRelated: The degree of the nth cyclotomic field is φ(n).
Aliquot sumCompared with: It counts integers by coprimality instead of summing proper divisors.
Arithmetic functionBroader topic: It measures how many residue classes modulo n are invertible.
Cyclotomic polynomialRelated: The degree of Φₙ(x) is φ(n), the number of primitive nth roots.
Euler's criterionRelated: For prime p, the exponent in Euler's criterion is half of φ(p).