Suppose that p>3 is prime. Prove that the products of the primitive roots of p between 1 and p−1 is congruent to 1 modulo p.
Problem
Source:
Tags: algebra, polynomial, modular arithmetic, Primitive Roots
25.05.2007 03:24
Just note that if g is primitive root then 1g is a primitive root as well. Because −1 can't be a primitive root (since the order of −1 is 2) the conclusion follows.
19.01.2011 01:51
Alternatively, if g is a primitive root, then all the other primitive roots are gk, with gcd (there are \varphi(p-1) of them), so their product is \prod_{\gcd(p-1,k) = 1} g^k = g^{\sum_{\gcd(p-1,k) = 1} k}. Since \gcd(p-1,k) = 1 if and only if \gcd(p-1,p-1-k) = 1, it follows that \sum_{\gcd(p-1,k) = 1} k = \dfrac {1} {2} (p-1) \varphi(p-1), a multiple of p-1 (since p>3, it follows \varphi(p-1) is even), hence the product is equal to 1. To be punctilious, the above post states that -1 cannot be a primitive root (without in so many words referencing the given condition p>3); othervise g and \dfrac {1} {g}will be the same element (to wit, -1).
19.01.2011 09:23
30.01.2011 12:43
Another fancy way (which is much more justified at the question asking for their sum) is to see that the number in question is the constant coefficient of the cyclotomic polynomial \Phi_{p-1}.
15.09.2014 22:05
), so we just pair up the primitive roots with their inverses. The only exceptions are 1 and -1, which are their own inverses, but fortunately they aren't primitive roots \pmod{p} for p>3.
08.05.2020 20:41
let g be a primitive root of p then we shall assert that g^{-1} is also a primitive root, assume that (g^{-1})^x \equiv 1 \mod p that x<p-1 (g)^x(g^{-1})^x \equiv g^x \equiv 1 \mod p which is a contradiction so x=p-1 and g^{-1} is also a primitive root. thereupon because (g^{-1})^{-1} =g and g \not\equiv \pm 1, it follows the the conclusion straightly!