Originally Posted by
YesNo
We might as well try explaining it to each other. Whether it is quantum physics or number theory, it probably doesn't make complete sense even to the people who know what they're talking about.
I think I understood what you meant by reducing the top prime in the Legendre symbol, (p/q). One might as well start with p > q and then find what p is congruent to modulo q. That won't likely be a prime any more, but one can try factoring it to simplify the calculation even more.
After looking at Vanden Eynden's text, I found this relationship which might be interesting and is part of his (Gauss's) proof of QR.
Let p and q be odd primes with p > q and p is congruent to q mod 4. Then there exists some integer a such that p = q + 4a. Now that last equation implies the existence of three other congruence relationships.
1) If p = q + 4a, then p ≡ q (mod 4a). This is just the original congruence including a.
2) If p = q + 4a, then p = 4a + q and so p ≡ 4a (mod q). Now, 4a is linked to p via q.
3) If p = q + 4a, then -q = 4a + p(-1) and so -q ≡ 4a (mod p). Now 4a is linked to -q mod p.
In this way 4a is the link between p and q. One can get the QR result for the cases when p ≡ q (mod 4) by considering the following:
(p/q) = (4a/q) = (4a/p) = (-q/p) = (-1/p)(q/p)
The first part comes from p ≡ 4a (mod q). The second part was proved in the book and is non trivial, but can be assumed for the moment. The third part comes from 4a ≡ -q (mod p) and the last part comes from the multiplicative property of the Legendre symbol.
I'm not sure if this helps any, but it seemed interesting to me.