Processing math: 100%
Skip to main content

Exercises 17.7 Exercises

2.

Use the previous problem, your knowledge of (βˆ’111) and of perfect squares to evaluate the other Legendre symbols for p=11.

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.)

In Example 17.5.4 there are a number of small issues which need proof; here, you have the opportunity to finish them off.

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.

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.