So I am a bit confused about an example in the book Elementary Number Theory by Jones. I am doing a problem which makes me show 3 is a quadratic residue of 13, but not of 7. I did this question numerically using the law of quadratic reciprocity. I am a bit confused about the example it gives though.
First lets see what the theorem says. It says that if $p, q$ are distinct odd primes, then $$\left( \frac{q}{p} \right) = \left( \frac{p}{q} \right)$$ except when the case $p \equiv q \equiv 3 \pmod 4$. An equivalent result by Legendre is $$ \left( \frac{q}{p} \right) \cdot \left( \frac{p}{q} \right) =(-1)^{(p-1)(q-1)/4}$$
Note that I have shown $3$ is not a quadratic residue of 7. The example states the following
For which primes $p$ is 3 a quadratic residue. Since 3 is a QR of 2 and 3 is NOT a QR of 3, we may assume $p>3$. If $p \equiv 1 \mod 4$ then the law gives $$\left( \frac{3}{p} \right) = \left( \frac{p}{3} \right) = \begin{cases} +1 & \text{if $p \equiv 1 \pmod 3$, that is if $p \equiv 1 \pmod {12}$} \\ -1 &\text{if $p \equiv 2 \pmod 3$, that is if $p \equiv 5 \pmod {12}$} \end{cases} $$
It further has more case when $p \equiv 3 \pmod 4$ .
So my questions are (though basic):
1) Why do they assume $p>3$.
2) How can $p \equiv 1 \pmod 3$ mean $p \equiv 1 \pmod 12$
and if we take $p = 7$ then since $7 \equiv 1 \pmod 3$ it must be that $$ \left( \frac{3}{7} \right) = 1$$ by the above example/theorem. No? but I am certain that 3 is NOT a QR for 7.

