|
The Sum of Totients of Divisors of n is nThis is a surprising factoid:
Proof: We will prove this sum-of-totients-of-divisors theorem by partitioning the set {1,2,3,...,n} into subsets according to each element's greatest common divisor with n. Each subset of {1,2,3,...,n} will be called Q(g), the set of all integers between 1 and n inclusive, such that gcd(x,n) = g. The Q(g) sets don't overlap, and their union is {1,2,3,...,n}, so the sum of the cardinality of the Q(g) sets is n. Also, there is a one-to-one correspondence between the elements of Q(g) and the "proper coprimes" of n/g, which completes the proof. For example, if n=12, then the set {1,2,3,4,5,6,7,8,9,10,11,12} is partitioned into these sets:
These "Q" sets have the following three properties:
Put together, these three properties imply that the union of all the Q(g) sets (for each g a divisor of n), which are pairwise mutually exclusive, is the set {1,2,3,...,n}. And therefore, the sum of the cardinalities of each Q(g) equals n. Now consider the set Q(g)/g, which is the set obtained by dividing each element of Q(g) by g. You know all the elements of Q(g)/g are integers, because g is a divisor of every element of Q(g). Let's look at our example, where n=12, again:
Now we will show that Q(g)/g is the set of "proper coprimes" of n/g. By "proper coprimes" I mean positive numbers coprime to n that don't exceed n. Keep in mind that the set of proper coprimes of n/g contains φ(n/g) elements, so by showing that Q(g)/g is the set of proper coprimes of n/g, we will show that |Q(g)| = φ(n/g). Also, since the set {n/g | g divides n} is equal to the set {d | d divides n}, and the union of the Q(g) sets is {1,2,3,...,n}, the result will follow, and the proof will be complete. Suppose x is an element of Q(g)/g. That means gx is an element of Q(g), so gcd(gx,n)=g, so gcd(x,n/g)=1, which means x is a coprime of n/g. gx does not exceed n, so x does not exceed n/g, which means x is a proper coprime of n/g. Now suppose x is a proper coprime of n/g. gcd(x,n/g)=1, so gcd(gx,n)=g, so x is an element of Q(g)/g. Therefore, |Q(g)| = φ(n/g). The proof is complete. Now, let's take one more look at our example, filling in the part about φ(n/g):
Internet ReferencesRelated Pages in this website
|
|
The webmaster and author of the Math
Help site is Graeme McRae. |