The Law of Quadratic reciprocity provides us a relation between the Legendre Symbols \(\left(\frac{p}{q}\right)\) and \(\left(\frac{q}{p}\right)\). It offers us a way to quickly determine one from the ohter.
Law of Quadratic Reciprocity
Let \(p\), \(q\) be odd prime numbers with \(p\neq q\). Then:
- If at least one of \(p\), \(q\) is equal to \(1\bmod 4\), then \(\left(\frac{p}{q}\right) = \left(\frac{q}{p}\right)\).
- If both \(p\) and \(q\) are equal to \(3\bmod 4\), then \(\left(\frac{p}{q}\right) = -\left(\frac{q}{p}\right)\).
Before looking at the proof, let us see how we can use this in a simple example. Say we want to see if \(3\) is a quadratic residue modulo \(47\). They are both primes. Since both \(3\) and \(47\) are equal to \(3\) modulo \(4\), we are in case 2, so we would have:
\[\left(\frac{3}{47}\right) = -\left(\frac{47}{3}\right) = -\left(\frac{2}{3}\right) = - (-1) = 1\]
The last step is by direct inspection, as \(2\) is not a square modulo \(3\). So we conclude that \(3\) is in fact a quadratic residue modulo \(47\). In fact with some inspection we can see that \(12^2 = 144 = 3 \bmod 47\).
As another example, consider \(p=127\) and \(q=157\). We want to determine if \(127\) is a quadratic residue modulo \(157\). Since \(157 = 1 \bmod 4\), we have, we are in the first case, so:
\[\left(\frac{127}{157}\right) = \left(\frac{157}{127}\right) = \left(\frac{30}{127}\right) = \left(\frac{2}{127}\right)\left(\frac{3}{127}\right)\left(\frac{5}{127}\right)\]
We now have 3 things to compute, but they will all be easier:
\(\left(\frac{3}{127}\right)\). We will have to use quadratic reciprocity again, and both \(3\) and \(127\) are \(3\bmod 4\), so we would have:
\[\left(\frac{3}{127}\right) = - \left(\frac{127}{3}\right) = - \left(\frac{1}{3}\right) = -1\]\(\left(\frac{5}{127}\right)\). Again we start with quadratic reciprocity, and we have (since \(5 = 1\bmod 4\)):
\[\left(\frac{5}{127}\right) = \left(\frac{127}{5}\right) = \left(\frac{2}{5}\right) = -1\]
The last step is because the only squares modulo \(5\) are \(1\) and \(4\).
Now we put it all together:
\[\left(\frac{127}{157}\right) = \left(\frac{2}{127}\right)\left(\frac{3}{127}\right)\left(\frac{5}{127}\right) = 1 \times -1 \times -1 = 1\]
So \(127\) is a quadratic residue modulo \(157\). In fact, \(21^2 = 441 = 127\bmod 157\).
We start with a restatement:
Law of Quadratic Reciprocity (restatement)
Let \(p\), \(q\) be odd primes, \(p\neq q\). Then:
\[\left(\frac{p}{q}\right)\left(\frac{q}{p}\right) = (-1)^{\frac{p-1}{2}\cdot \frac{q-1}{2}}\]
We start by proving that this restatement implies the law of quadratic reciprocity:
It is this restatement that we will prove in the following sections.
Gauss's lemma is a natural followup to Euler's identity. Let us review that identity:
\[\left(\frac{a}{p}\right) = \bar a ^{\frac{p-1}{2}}\bmod p\]
The right-hand-side suggests an analogy with Fermat's theorem. In that proof, we obtained the power \(a^{p-1}\) by observing the effect that multiplying by \(a\) had on all the reduced residues. We will do something similar here.
We start with a definition:
We separate the reduced residues modulo \(p\) in two groups:
- \(1\), \(2\), \(\ldots\), \(\frac{p-1}{2}\) we will call positive residues. The remaining ones, which we can write a \(-\frac{p-1}{2}\), \(-\frac{p-1}{2} + 1\), \(\ldots\), \(-1\), we will call negative residues. They are just the negatives of the positive residues.
Multiplying the positive residues by \(\bar a\) have a specific behavior: It results in a reordering of the positive residues, with possibly some of them replaced by their negative residues.
If \(p>2\) is prime and \(\bar a\) is a reduced residue, consider the set:
\[\left\{ a\cdot 1, a\cdot 2, \ldots, a\cdot \frac{p-1}{2} \right\}\]
The resulting numbers are a reordering of \(\left\{ 1, 2, \ldots, \frac{p-1}{2} \right\}\), with possibly some signs introduced.
To prove this, the only thing needed is the following:
This was a preamble to Gauss's Lemma:
Gauss's Lemma
Let \(p>2\) be prime, and \(\bar a\) be a reduced residue. Let \(g\) be the number of negative residues appearing in the list:
\[\left\{ a\cdot 1, a\cdot 2, \ldots, a\cdot \frac{p-1}{2} \right\}\]
Then \[\left(\frac{a}{p}\right) = (-1)^g\]
Let us prove Gauss's lemma:
Per our previous discussion, we have:
\[(a \cdot 1)(a \cdot 3)\cdots(a\cdot \frac{p-1}{2}) = (-1)^g 1\cdot 2\cdots\cdot \frac{p-1}{2}\]We can cancel out the common terms, and get:
\[\bar a ^{\frac{p-1}{2}} = (-1)^g\]Euler's identity already tells us how to do the next step:
\[\left(\frac{a}{p}\right) = \bar a ^{\frac{p-1}{2}} = (-1)^g\]
Let us do an illustration:
We'll work modulo \(p = 13\). The positive residues are then the numbers \(1,2,\ldots,6\).
We consider \(\bar a = 3\). We will multiply all the positive residues with it:
\[3\cdot 1 = 3\] \[3\cdot 2 = 6\] \[3\cdot 3 = 9 = -4\] \[3\cdot 4 = 12 = -1\] \[3\cdot 5 = 15 = 2\] \[3\cdot 6 = 18 = 5\]
So notice that up to the signs we just permuted the numbers \(1\) through \(6\). And we got \(2\) signs, so \(g=2\).
Therefore \(\left(\frac{3}{13}\right) = (-1)^2 =1\) and \(3\) is a quadratic residue. In particular \(4^2 = 16 = 3 \bmod 13\).
Let's try another number, \(a = 5\) which will turn out to be a quadratic nonresidue. We would have:
\[5\cdot 1 = 5\] \[5\cdot 2 = 10 = -3\] \[5\cdot 3 = 15 = 2\] \[5\cdot 4 = 20 = -6\] \[5\cdot 5 = 25 = -1\] \[5\cdot 6 = 30 = 4\]
Notice once again how the numbers \(1\) through \(6\) got permuted. This time we got \(3\) negative signs, so \(g = 3\) and \(\left(\frac{5}{13}\right) = (-1)^3 =-1\), so \(5\) is a quadratic nonresidue.
We will use Gauss's lemma in our explorations on quadratic reciprocity, starting with determining when \(2\) is a quadratic residue.
Quadratic Character of 2
Let \(p>2\) be prime. Then:
- If \(p = \pm 1\bmod 8\), then \(\left(\frac{2}{p}\right) = 1\).
- If \(p = \pm 3\bmod 8\), then \(\left(\frac{2}{p}\right) = -1\).
- We have:
\[\left(\frac{2}{p}\right) = (-1)^{\frac{p^2-1}{8}}\]
We proceed with the proof:
We will use Gauss's lemma. In order to do that, we need to undestand how many of the products
\[\left\{2\cdot 1, 2\cdot 2,\ldots, 2\cdot \frac{p-1}{2}\right\}\]
are negative. Note that the last of these is exactly, \(p-1\) so the values never "roll over to the positives", they are already reduced.
So the number of negative residues equals the rest:
\[g = \frac{p-1}{2} - \lfloor \frac{p-1}{4}\rfloor\]As an illustration, recall that earlier we needed to compute \(\left(\frac{2}{127}\right)\). Since \(127 = -1\bmod 8\), we see that \(\left(\frac{2}{127}\right) = 1\) and that \(2\) is a quadratic residue.