|
The definition and key theorems involving Euler's Totient function. For more info, see the "related pages" listed below. Definitionφ(n) is the number of positive integers not larger than n that are coprime to n. (Coprime is defined this way: two numbers are coprime when they share no factor other than 1.) Note that φ(1)=1, because 1 is coprime to itself. Calculating the totient of nLet x = p1e1 p2e2 ... pnen φ(x) = x (1-1/p1) ( 1-1/p2)...( 1-1/pn) Proof: The Sum of Totients of Divisors of n is nConsider the sum,
Proof: I will show that this sum counts all the cases, as k ranges from 1 to n, in which GCD(k,n)=d, where d is a divisor of n. There are n such cases, because GCD(k,n) is always some divisor of n. As k ranges from 1 to n, GCD(k,n)=d exactly when k/d and n/d are coprime integers. Therefore, the sum
And, since n/d ranges over all the factors of n, this sums the totients of all the factors of n, proving the result. A more elaborate proof with examples: Totient Function If GCD(a,n) = 1 then aφ(n) = 1 (mod n).Proof: Euler's Totient Theorem Related pages in this website
|
|
The webmaster and author of the Math
Help site is Graeme McRae. |