Is U(p^k) Cyclic and How Does It Relate to Modular Arithmetic?

  • Thread starter Thread starter Dead Metheny
  • Start date Start date
  • Tags Tags
    Cyclic
Dead Metheny
Messages
3
Reaction score
0
Prove that U(p^k) is cyclic

p^k is an odd prime power.

I've been working on this problem for a while and can't figure it out. The professor's hint is "to think about the solutions to x2 =1." (pk - 1)2 mod pk = 1 but I'm unsure how that is helpful.

I know that that 2 generates every set by trial and error, and I'm reasonable sure that any prime less than p generates the set. The order of the set is pk - pk - 1.

If |q| = n, then q|U(pk)| = 1 mod pk and n | p - 1 or n | pk - 1 or n | (p - 1)pk - 1. I'm unsure of how to solve the modular arithmetic from here though.

Edit: I wrote down wrong question for title, apologies. U(2n) is not cyclic for n>2 because it will contain two elements of order 2.
 
Last edited:
Physics news on Phys.org
I'm still stuck on this. Anyone able to lend a hand?
 
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