This one's not too hard to work out for yourself: what's the defining property of a primitive root?
#3
pivoxa15
2,259
1
From the name, I get the impression that there should be only one primitive root for each number but there are more due to the definition that a primitive root exists when the primitive root to the power of phi(n) has a remainder of 1 when divided by n.
Finding the primitive of a number, n (if it exists) is quiet a long process of trial and error is it not?
The "primitive" part of saying that a is a primitive root modulo n means that that every number m relatively prime to n can be written as m = a^k (mod n) for some integer k.
As I recall, there are quite a lot of them, so you just try things randomly, and you'll find one fairly quickly.
#5
pivoxa15
2,259
1
What do you mean by relatively prime?
How many numbers do have to try to ensure this number has no primitive roots?
Thanks Hurkyl
#6
pivoxa15
2,259
1
Also, prime numbers always have at least one primitive root but do they have infinitely many?
Are one primitive root usually preferred to another?
#7
pivoxa15
2,259
1
One excercise was find the primitive root of 12.
I did it by trying to find a number 'a' where the ord of the number 'a' to the base 12 equal phi(12)
phi(12) = 2
and so I found 5^2 is congruent to 1 (mod 12). The power of 5, that is 2 is also the smallest power for which 5^i is congruent to 1 (mod 12).
the gcd(5,12)=1
Hence i=phi(12)=ord5(mod12) which matches the definition of primitive root. 'a' or the primitive root therefore is 5.
But the back of the book said that 12 has no primitive root.
the elements relatively prime to 12 are, 1,5,7,11, so pih(12)=4, not 2. square any element in there and you get 1 mod 12, hence there is no primitive root (something of order 4).
in general p^n where p is any prime and 2p^n 4 are the only numbers that have primitive roots i think. (hard to prove)
if a is any primitive root mod n then so is a^k where k is relatively prime with n. (easy to prove)