Math 567 -- Elementary Number Theory Ellenberg

From UW-Math Wiki
Jump to navigation Jump to search

MATH 567

Elementary Number Theory

MWF 1:20-2:10, Van Vleck B119

Professor: Jordan Ellenberg (ellenber@math.wisc.edu) Office Hours: Weds, 2:30-3:30, Van Vleck 323.

Grader: Silas Johnson (snjohnson3@wisc.edu) Office Hours: Thurs, 1:15-2:15, Van Vleck 522. Silas's page, with problem set solutions.

Math 567 is a course in elementary number theory, aimed at undergraduates majoring in math or other quantitative disciplines. A general familiarity with abstract algebra at the level of Math 541 will be assumed, but students who haven't taken 541 are welcome to attend if they're willing to play a little catchup. We will be using William Stein's new (and cheap) textbook Elementary Number Theory: Primes, Congruences, and Secrets, which emphasizes computational approaches to the subject. If you don't need a physical copy of the book, it is available as a free legal .pdf. We will be using the (free, public-domain) mathematical software SAGE, developed largely by Stein, as an integral component of our coursework. There is a useful online tutorial. You can download SAGE to your own computer or use it online.

Topics include some subset of, but are not limited to: Divisibility, the Euclidean algorithm and the GCD, linear Diophantine equations, prime numbers and uniqueness of factorization. Congruences, Chinese remainder theorem, Fermat's "little" theorem, Wilson's theorem, Euler's theorem and totient function, the RSA cryptosystem. Number-theoretic functions, multiplicative functions, Möbius inversion. Primitive roots and indices. Quadratic reciprocity and the Legendre symbol. Perfect numbers, Mersenne primes, Fermat primes. Pythagorean triples, Special cases of Fermat's "last" theorem. Fibonacci numbers. Continued fractions. Distribution of primes, discussion of prime number theorem. Primality testing and factoring algorithms.


Course Policies: Homework will be due on Fridays. It can be turned in late only with advance permission from your grader. It is acceptable to use calculators and computers on homework (indeed, some of it will require a computer) but calculators are not allowed during exams. You are encouraged to work together on homework, but writeups must be done individually.

Many of the problems in this course will ask you to prove things. I expect proofs to be written in English sentences; the proofs in Stein's book are a good model for the level of verbosity I am looking for.

Grading: The grade in Math 567 will be composed of 40% homework, 20% each of three midterms. The last midterm will be take-home, and will be due on the last day of class. There will be no final exam in Math 567.

Syllabus: (This may change as we see what pace works well for the course. All section numbers refer to Stein's book.)

  • Sep 3-10: Prime numbers, prime factorizations, Euclidean algorithm and GCD (1.1-1.2)
  • Sep 13-17: The integers mod n, Euler's theorem, the phi function (2.1-2.2)
  • Sep 20-24: Modular exponentiation, primality testing, and primitive roots (2.4-2.5)
  • Sep 27-Oct 1: Public-key cryptography and RSA (3.1-3.4)
  • Oct 4 - 8: Algebraic numbers
  • Oct 6: First midterm exam
  • Oct 11-15: Quadratic reciprocity (4.1-4.4)
  • Oct 18-22: Finite and infinite continued fractions (5.1-5.3)
  • Oct 25-29: Continued fractions and diophantine approximation (5.4-5.5)
  • Nov 1-5: Diophantine equations I: Pell's equation and Lagrange's theorem
  • Nov 8-12: Elliptic curves (6.1-6.2)
  • Nov 10: Second midterm exam
  • Nov 15-19: Applications of elliptic curves (6.3-6.4)
  • Nov 22-Dec 3: Diophantine equations II: Fermat, generalized Fermat, and probabilistic methods
  • Dec 6-15: advanced topic TBD: maybe a look at the Sato-Tate conjecture?


Homework: Homework is due at the beginning of class on the specified Friday. Typing your homework is not a requirement, but if you don't already know LaTeX I highly recommend that you learn it and use it to typeset your homework. I will sometimes assign extra problems, which I will e-mail to the class list and include here.

  • Sep 13 (note this is Monday, not Friday!): 1.1, 1.3, 1.5, 1.7 (use SAGE), 1.8, 1.14.

Problem A: Use SAGE to compute the number of x in [1..N] such that x^2 + 1 is prime, for N = 100, N = 1000, and N = 10000. Let f(N) be the number of such N.

a) Can you formulate a conjecture about the relationship between f(N) and N/log N?

b) What if x^2 + 1 is replaced with x^2 + 2? Can you explain why x^2 + 2 appears less likely to be prime? (Hint: consider x mod 3.)

c) Prove that f(N) is at most (1/2)N+1. (Hint: consider x mod 2.)

d) Give as good an upper bound as you can for f(N).

Note that, despite the evident regularities you'll observe in this problem, we do not even know whether there are infinitely many primes of the form x^2 + 1! You would become very famous if you proved this.

  • Sep 17: 2.6 (the formulation of numerical evidence should be done by Sage if you've got Sage working, and by calculator if not; you can use an online tool like this to test whether a number is prime.) 2.8,2.9,2.11,2.12,2.14,2.19

.

  • Sep 24: 2.15, 2.16 (note that I presented part a) of this in class), 2.20, 2.23, 2.26.

Problem A: Prove that if n=pq, with p,q prime, then n is not a Carmichael number.


  • Oct 1:

Book problems: 2.31 (I will give a hint for this problem later in the week.) 3.4,3.5,3.6

Problem A. Prove that there are infinitely many primes p such that 2 is not a primitive root in Z/pZ. We break this up into steps. Problem A.1. Prove that, if x is an element of Z/nZ, then x^2 is not a primitive root. Problem A.2. Prove that there are infinitely many primes p such that 2 is a square in Z/pZ. Hint: suppose there are only finitely many such primes p_1, .. p_r, and define N = (p_1 .. p_r)^2 - 2. Where can you go from here...? Problem A.3. Give a list of five primes p such that 2 is not a primitive root in Z/pZ (you can use the method of this proof or any other.)

Problem B. Prove that 24 is the largest integer n such that every element of (Z/nZ)^* is a root of x^2-1.

  • Oct 8:

Problem A. Give a prime factorization of the Gaussian integer 7+9i.

Problem B. We showed in class that Z[i] satisfies a reduction theorem: if n and d are Gaussian integers, then there exists integers q and r such that n = qd + r and Norm(r) < Norm(d). But (by contrast with the case of Z) this d may not be unique. In some contexts it is better to be able to choose r uniquely, even if this means letting r have norm greater than Norm(d).

B.1. When d = 1+2i, show that, for each n in Z[i], there is a unique pair (q,r) in Z[i] such that n = qd+r and r is contained in the set {0,1,2,3,4}. For instance, i can be written as i(1+2i) + 2, so we say i reduces to 2 mod (1+2i). (Hint: Suppose q(1+2i)+r = q'(1+2i) + r'. What can we say about (r-r'), and why is this incompatible with both r and r' being in {0,1,2,3,4}?

B.2. Show that if n is an integer in Z, the reduction of n mod (1+2i) is equal to its reduction mod 5.

Problem C. Let's try to figure out how to define "phi(d)" for a Gaussian integer d. Suppose S is a set of Gaussian integers such that every n in Z[i] can be written uniquely as qd+r, with q in Z[i] and r in S. (So for instance when d=1+2i, we showed in problem B that we can take S to be {0...4}. It would also be OK to take S to be {1..5} or {0,i,2i,1+i,1+2i}. In fact, it turns out that S has to be a set of size Norm(d) (I might or might not prove this in class; if not, feel free just to accept it.)

Now define phi(d) to be the number of elements s of S such that s and d are coprime.

C.1. Compute phi(1+2i) and phi(3). C.2. Prove that the value of phi(d) does not depend on the choice of S. C.3. Prove that every n in Z[i] which is coprime to 3 satisfies n^phi(3) = 1 mod 3; that is, Euler's theorem holds in this case. (You can prove this by direct computation; of course, if you want, you are welcome to prove that Euler's theorem holds for Z[i] in general, adapting the proof in Stein's book or the one we gave in class.)

  • Oct 15:

4.1

Problem A. Express 50005 as the sum of two squares.

In the next two problems we denote by r(n) the number of ways to express n as the sum of two squares (i.e. the number of pairs (a,b) such that a^2 + b^2 = n.) For instance, r(5) = 8 (as shown on the midterm.)

Problem B. Prove that, for any N, there exists an integer n such that r(n) > N. (I.E., the function r(n) is unbounded.

Problem C. If you like Sage, write a short program in Sage to compute r(n) and compute the average of r(n) as n ranges from 1 to 1000. Whether or not you like Sage, make a guess as to how this average would behave if you replaced "1000" by a larger and larger number. (Feel free to ask the Sage-lovers what answer they got in the optional first part of the question.) Can you prove this guess is correct?

Problem D. We saw in class that the ring Z[sqrt(-5)] doesn't have unique factorization; 6 can be factored as 2*3 or (1+sqrt(-5))(1-sqrt(-5)). In this problem, we will prove that Z[sqrt(-d)] fails to have unique factorization for EVERY odd d >= 5. (Actually it's true for all d >= 5 but to make the proof manageable we'll restrict to the odd case.]

D.1. Show that (1+sqrt(-d)), (1-sqrt(-d)) and 2 are primes in Z[sqrt(-d)].

D.2. Now give an element of Z[sqrt(-d)] that has two distinct factorizations into primes. (Hint: imitate the example we used for Z[sqrt(-5)].) Remark: The rings Z[sqrt(d)], where d is positive, are quite different -- here we believe that there are infinitely many with unique factorization, though this conjecture has remained unproved for many decades!

Problem E. This is a version of the proof we gave in class that the Diophantine equation y^2 = x^3 - 1 has only the solution x=1,y=0. In this problem we consider the equation y^2 = x^3 - 4.

E.1. We can rewrite the equation as (y-2i)(y+2i) = x^3. Show that, if the greatest common divisor of (y-2i) and (y+2i) is not 1, then both y-2i and y+2i are multiples of 1+i. E.2. Prove that (y-2i) and (y+2i) are relatively prime if x is odd. E.3. Using this argument, show that the only solutions to y^2 = x^3 - 4 with x odd is (11,5). OPTIONAL: Can you find the solutions where x is even?

  • October 22

Book problems: 4.3, 4.4, 4.6 (quite involved, counts as two problems) 4.9a

Problem A: We discussed in class the problem of studying which positive integers are the sum of two squares. In this problem we prove that every element n of (Z/pZ) is the sum of two squares. We argue as follows. Let S be the set of squares in (Z/pZ), and let T be the set of (Z/pZ) consisting of all elements of the form n - x^2, for some x in (Z/pZ).

A.1. What is the size of S and of T? Use this to show that S and T are not disjoint. A.2. Given that S and T are not disjoint, prove that n is the sum of two squares.


  • November 5

Book problems: 5.3,5.4,5.5

Problem A. Let p = 58741. Use the method of section 4.5 (discussed in class) to find an r in (Z/pZ) with r^2 = -1. Problem B. Use the result of problem A, and the method of section 5.7, to find integers a,b such that a^2 + b^2 = p. Problem C. As discussed in class, Stuffy Stirnweiss finished the 1945 season with a batting average of .3085443. Using continued fractions, guess how many at-bats he had. Tony Cuccinello had a batting average of .3084577. Given that he had more than 200 and fewer than 600 at-bats, can you estimate the number of at-bats he had?

November 12

Problem A. When p is a prime congruent to 1 mod 4, prove that ((p-1)/2)! is a square root of -1 in (Z/pZ), along the lines described on the midterm (or by some other means, if you prefer.) Problem B. When p is a prime congruent to 3 mod 4, prove that ((p-1)/2)! is either 1 or -1 in (Z/pZ). OPTIONAL: Use sage to compute whether this factorial is 1 or -1 for many primes p. Is there any pattern? Does it seem to be 1 half the time and -1 half the time? Note that I have no idea what the answer to this question is. Problem C. Using the continued fraction expansion, find a solution to the Pell equation x^2 - 13 y^2 = 1. Problem D. Show that the modified Pell equation x^2 - 7y^2 = -1 has no solutions in integers x,y. (Hint: reduce the equation modulo a suitably chosen prime.) Problem E. An ideal of Z[i] is a subset I of Z[i] which is closed under addition (if x and y are in I, then x+y is in I) and multiplication by Gaussian integers (if x is in i, then zx is also in I for every Gaussian integer z.) The set of multiples of a Gaussian integer is always an ideal (you don't need to prove this.) List all the ideals of Z[i] containing 2Z[i]. (Because such ideals satisfy conditions 1 and 2 from Monday's lecture, this list will be a subset of the list of 5 subgroups we computed in class.)

We will not go any further with the notion of ideals in Math 567, but it is worth saying that the language of ideals is absolutely essential for the understanding of contemporary number theory, in a sense "making up for" the failure of unique factorization.

November 19

Problem A. Using the method discussed in class (which is also the method of problem 4.6 in Stein, which in retrospect I think was too hard to assign with no preparation) find a nontrivial solution with y > 0 to the equation x^2 + 11y^2 = z^2. Problem B. Let f(X) be the number of solutions of A^2 + B^2 = C^3 such that A^2, B^2, and C^3 are all at most X. Use the heuristic described in class to explain why one might expect f(X) to grow more or less like X^{1/3}.

Problem C. Show that if A+Bi is the cube of a Gaussian integer, then A^2 + B^2 is a perfect cube.

Do ONE of problem D1 and D2; D1 is for people who like Sage, D2 is for people who like proving things.

D1. Use Sage to compute f(X) for X = 1000, 10000, 100000. Does the answer look consistent with the heuristic prediction you made in B? Does f(X)/X^{1/3} appear to be approaching a limit? D2. We will use problem C to give a lower bound for f(X). Use this to show that there are at least X^{1/3} Gaussian integers with norm at most X that are perfect cubes. From here, show that f(X) > X^{1/3}.

OPTIONAL: Show that the converse of problem C also holds -- A+Bi has norm a perfect cube if and only if A+Bi is a perfect cube. (You will need unique factorization of Gaussian integers.) Using this fact, prove that f(X) is bounded above by C X^{1/3} for some constant C.

December 8 (note nonstandard due date)

Problem A: Hyperbolas, ellipses, and "magic slopes"

In the usual analytic geometry, both hyperbolas and ellipses are given by equations of the form

ax^2 + bxy + cy^2 = d (*)


(we always assume d is nonzero.)

How can we tell whether such an equation describes an ellipse or a hyperbola? Well, in the geometric setting we all know and love (i.e. in R^2) a hyperbola has asymptotes and an ellipse does not. What is an asymptote? You could say it's "a line which doesn't intersect the curve", but ellipses have such lines too. You might want to say "a line which doesn't intersect the curve but comes closer and closer to the curve," but the problem here is that this a) is somewhat imprecise, and b) relies on a notion of "closer" that is not going to be very clear in Z/pZ, which is our ultimate goal!


So let me state it a different way: let's say the asymptotes of a hyperbola have slopes m_1 and m_2. These are "magic slopes" in the following sense: ANY line of slope m_1 (and ditto for m_2) intersects the hyperbola in at most one point. An ellipse doesn't have "magic slopes" -- you can convince yourself by drawing pictures that, for any slope m, you can find a line of slope m striking the ellipse twice.


[REMARK: For technical reasons we're going to ignore hyperbolae with a vertical asymptote, since vertical lines don't exactly have slope.]


Now you might know the criterion that, over the real numbers.


ax^2 + bxy + cy^2 = d


is a hyperbola if b^2 - 4ac > 0 and an ellipse if b^2 - 4ac < 0. (For instance, x^2 - y^2 = 1 is a hyperbola with magic slopes 1 and -1, and x^2 + y^2 = 1 is an ellipse.) This criterion does not make sense in Z/pZ, where there is no notion of "greater" or "less."


QUESTION A.1.

For which primes p is it the case that

x^2 + y^2 = 1

has magic slopes in Z/pZ?

QUESTION A.2. For which primes p is it the case that


x^2 - y^2 = 1


has magic slopes in Z/pZ?


QUESTION B: Back in the very first week of this course we studied the set of integers x such that x^2 + 1 is prime. Based on the heuristics we discussed in class, about how many x between 1 and N would you expect to satisfy "x^2 + 1 is prime?"


QUESTION C: Let z be a complex number. Then the set of all complex numbers of the form a + bz, with a and b integers, forms a lattice in the complex plane (thought of as R^2.) What is the covolume of this lattice, in terms of z?


QUESTION D: Let z be a complex number. Using Minkowski's theorem and the result of question C, show that there exist integers a,b, not both zero, such that Norm(a+bz) is at most (4/pi) Im(z). (Hint: let Omega be the set of all complex numbers of norm at most (4/pi) Im(z).)


OPTIONAL EXTRA: Can you give an exact formula for the minimal norm of any nonzero complex number of the form a+bz?