Exercises 17.7 Exercises
ΒΆ1.
Evaluate the Legendre symbols for p=11 and a=2,3,5 using Eisenstein's Criterion for the Legendre Symbol.
2.
Use the previous problem, your knowledge of (β111) and of perfect squares to evaluate the other Legendre symbols for p=11.
3.
Do any Legendre symbols in Example 17.1.5 which you didn't already do.
4.
Make up several hard-looking Legendre symbols (a29) (modulo p=29) that are easy to solve by adding p or by factoring a. Then solve them.
5.
Use the multiplicative property of the Legendre symbol to give a congruence condition for when (β2p)=Β±1.
6.
For 0<a,b<p, prove that at least one of a,b, and ab is a quadratic residue of p.
7.
In Exercise 16.8.9, you explored βaβQpa. Now suppose pβ‘1 (mod 4); prove that the sum of the quadratic residues of p and the sum of the quadratic nonresidues are the same by computing both. (See [C.7.31] for a more complex but analogous statement for the case pβ‘3 (mod 4), along with an elementary proof thereof.)
8.
Let p be a prime of the form p=2q+1, where q is prime (recall that q is called a Germain prime in this case). Show that every residue from 1 to pβ2 is either a primitive root of p or a quadratic residue. (Hint: Use Euler's Criterion, and ask yourself how many possible orders an element of Up can have.)
9.
Prove: if pβ‘3 (mod 4), and if aβ’Β±1,0, then a is a QR modulo p if and only if pβa is not a QR.
10.
Prove that for any prime p, if 1<i,j<p2 and iβ j, then i2β’j2 (mod p). (Hint: factor!)
11.
Verify the previous exercise for p=23.
12.
Prove that if (2n) is the Jacobi symbol instead of the Legendre symbol, it is still true that (2n)=1 precisely when nβ‘Β±1 (mod 8). (Remember, n has to be odd by Definition 17.4.8.)
13.
Verify Fact 17.4.9 by coming up with four Jacobi symbols which evaluate to 1, but for which a is not a quadratic residue of n.
14.
Learn about the GoldwasserβMicali public key encryption method. How is it implemented? What mathematics from this chapter is used?
15.
Make up and compute some Legendre symbols that seem pretty hard by using the Jacobi symbol instead.
16.
If you didn't do them already, do the exercises in Example 17.4.7.
17.
Evaluate five non-obvious Legendre symbols (ap) for p=47 using quadratic reciprocity.
18.
Find congruence criteria for p for when aβQp for a=β3,6, and 9. (Hint: Don't do any extra work β use what you know!)
19.
Use quadratic reciprocity to find a congruence criterion for when 5 is a quadratic residue for an odd prime p>5.
20.
Use quadratic reciprocity to prove the surprising statement that β5 is a quadratic residue for exactly those primes for whom the sum of the ones and tens digit is odd. (Did you conjecture this when you completed Exercise 16.8.14? See [C.7.10] about a story behind this unusual result.)
21.
Use Sage to explore why repetition in the decimal expansion of ap is related to whether 10 is a primitive root modulo p.