
Originally Posted by
YesNo
Yes, I suspect QR is a relatively recent idea.
Regarding the first wayward fact, -1 is p - 1 mod p. One can tell if -1 is a quadratic residue for odd prime p by evaluating (-1|p) = (-1)1/2(p-1). The exponent is even if p is of the form 4m + 1 and odd if p is of the form 4m + 3. It is the primitive root for only 2 and 3, so it is not considered in Artin's conjecture along with the perfect squares.
Here's a problem in Dickson's text (page 21): Show that the product of all primitive roots of a prime p > 3 is congruent to 1 mod p.
I can see that this makes sense, but I don't know how to prove it. For example, consider p = 5. The primitive roots are 2 and 3 and 2*3 = 1 mod p. One can write 3 = 23 in order to combine it with 2 and then we have 2123 = 24 which should be 1 by Fermat's theorem. So it works for one case, but how would one show that in general? That's the one I'm stuck on at the moment.