Sunday, December 1, 2019

number theory - Prove that there are infinitely many primes which are primitive roots modulo N


Assuming N has a primitive root, show that there are infinitely many primes which are primitive roots modulo N.




It is obviously true using Dirichlet's theorem on primes, but I want to prove without this. There is a given hint:





Try to mimic the proof of that there are infinitely many primes of the form 3n1, 4n+3 or 5n±2.




This proof basically is as follows:




  • If N=q1qs is, say, congruent to 3 modulo 4, then one of qi should be congruent to 3 modulo 4.

  • List all such primes p1,,pr, and let N=αp1pr+C for some α and C so that N cannot be divided by any of pi but it must has a prime factor of the given form, leading to a contradiction.




I tried to, but failed to show both steps:




  • Can I derive that if M=q1qs is a primitive root modulo N then one of qi is also a primitive root modulo N?


    • Counterexample by Robert: 2 and 6 are not primitive roots mod 7, but 26=12 is.

    • What if qi's are primes?



      • Counterexample by Annyeong: 52=22133(mod7) is a primitive root but 2 and 136 are not modulo 7.


    • Any other method to get the similar proof? I think N should be sort of a polynomial of p1pr, as in the proof for 2kp+1-primes


  • How to choose α and C above?

  • We cannot prove that there are infinitely many primes congruent to a specific primitive root in this way, by Murty. (See the comment below by Vincent.)



Any helps and hints are welcome!




Update: Professor has retracted this problem from the homework.

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...