Prove Euler's Totient Function: Divisibility of phi((2^n)-1) by n

  • Thread starter Thread starter fk378
  • Start date Start date
  • Tags Tags
    Function
fk378
Messages
366
Reaction score
0

Homework Statement


Let phi denote Euler's totient function, ie for k in N, phi(k) is the number of natural numbers less than k which are relatively prime to k.
Prove that for every n in N we have n| phi((2^n) -1).
(Hint: Compute o[2] in U_(2^n)-1, the group of units in Z mod (2^n)-1)


The Attempt at a Solution


I understand that in the hint, o[2]=n...but I don't know how to relate it to the problem.

I also found that the value of phi(k) for any k is an even integer.
 
Physics news on Phys.org
How does phi((2^n)-1) relate to U_((2^n)-1)? I.e. what sort of numbers in {0, ..., 2^n - 1} appear in U_((2^n)-1)? Next, if g is an element of a finite group G, what can you say about the relationship between o[g] and |G|?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top