



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Notes; Class: Number Theory; Subject: Mathematics; University: Brown University; Term: Fall 2009;
Typology: Study notes
1 / 7
This page cannot be seen from the preview
Don't miss anything!




General Information: M156 is a course in number theory. There is signif- icant overlap between the topics in M42 and the topics in M156, but M discusses things at a higher level and goes much further. In this summary, I’ll discuss the main topics taught in M156. The online M156 syllabus has a list of additional advanced topics that are covered if time permits. If you have trouble reading this summary, you might want to read the summary for M42 first.
The Euclidean Algorithm: Given positive integers a and b, the great- est common divisor of a and b, denoted (a, b) is the largest integer d which divides both. It turns out that d is the minimum positive value of the set of integer combinations {ma + bn| m, n ∈ Z}.
In particular, there exist integers m and n such that
d = am + bn. (1)
Note, however, that m and n are not unique. The Euclidean Algorithm produces d and a pair m, n satisfying Equation 1. We order so that a < b and set a 0 = a and b 0 = b. Given ak < bk, produced by the algorithm, we write ak+1 = min(ak, bk − ak); bk+1 = max(ak, bk − ak).
Eventually, we reach an = bn = d. Keeping track of the steps in the algorithm–e.g. whether ak < bk − ak at each step, we can produce m and n.
Congruences: We write a ≡ b mod n if a − b is divisible by n. Let Z/nZ
denote the set of equivalence classes mod n. If m and n are relatively prime, we have a map F : Z/mnZ → Z/mZ × Z/nZ.
We just take our element of Z/mnZ and list out its class mod m and its class mod n. The Chinese Remainder Theorem says that this map is a bijection. One can use the Chinese Remainder Theorem to understand relative pri- mality. Let (Z/nZ)∗^ denote those elements in Z/nZ that are relatively prime to n. A number relatively prime to mn is relatively prime to both m and n and vice versa. So, when (m, n) = 1, the map above induces a map
F ∗^ : (Z/mnZ)∗^ → (Z/mZ)∗^ × (Z/nZ)∗.
This map is a bijection by the Chinese Remainder Theorem. Letting φ(n) denote the cardinality of (Z/nZ)∗, we get
φ(mn) = φ(m)φ(n) (2)
when (m, n) = 1. One checks easily that
φ(pk) = pk^ − pk−^1 (3)
when p is prime. Combining Equations 2 and 3 one can easily evaluate φ(n) provided that n has been factored into primes. The fact that φ(n) is often hard to compute if n has not been factored into primes is the basis for the famous RSA public key cryptosystem. The M42 summary discusses the RSA system in detail. In M156 (and also M153) you prove Euler’s Theorem:
aφ(n)^ ≡ 1 mod n. (4)
Here (a, n) = 1. As a special case, when n = p is prime, we have φ(p) = p−1, and we get Fermat’s Theorem:
ap−^1 ≡ 1 mod n. (5)
The formulas for φ(n) above make Euler’s theorem useful in practice.
Multiplicative Functions: A function f : N → Z is multiplicative if f (mn) = f (m)f (n) when (m, n) = 1. We have already seen that Euler’s φ-function is multiplicative. Here are some other examples.
3 mod 4 and consequently must be divisible by some prime congruent to 3 mod 4. On the other hand, this number is not divisible by and of our listed primes. So, there is some larger prime congruent to 3 mod 4. A much more difficult result is Dirichlet’s Theorem: If (a, n) = 1 then there are infinitely many primes congruent to a mod n. One might wonder if there is a trick, similar to the one above, for proving Dirichlet’s Theorem in general. The only known proofs are deeper, and are based on Dirichlet L-functions. See the Analyic Number Theory section below. Another beautiful result about the infinitude of primes is Euler’s Theo- rem: (^) ∞ ∑
i=
pi
This result is also proved by analysis, but the analysis is pretty soft. We sketch a proof in the Analytic Number Theory section. The famous Prime Number Theorem says roughly that there are about n/ ln(n) primes between 1 and n.
Finite Fields: A field is a set F together with two operations, addition and multiplication, which satisfy the same algebraic axioms (e.g. distribu- tive law, associative law, existence of inverses...) that the rationals Q satisfy. See the M153 summary for a precise definition. Amazingly, there are finite fields. For instance, Z/pZ is a finite field when p is prime. As another example, consider the set F of all sums a + bi where a, b ∈ Z/ 5 Z and i is a formal symbol such that i^2 = [2] in Z/ 5 Z. You can add and multiply these expressions together, and you can also divide by nonzero expressions. In short, it turns out that F is a finite field with 25 = 5^2 elements. Using more sophisticated constructions like this, one shows that there exists a field of order pn^ for any prime p and any positive integer n. Let F be a finite field. In M156 you prove the Primitive Element Theo- rem which shows that there is some element f ∈ F such that every nonzero element of F is a power of f. That is, F = { 0 , f, f 2 , f 3 , ...}.
Quadratic Reciprocity: For p an odd prime, An integer a is a quadratic residue mod p if the equation x^2 ≡ k mod p has a solution. One writes (k/p) = 1 if k is a quadratic residue mod p and (k/p) = −1 if not. There are a number of interesting results about quadratic residues.
is closely related to the theorem that p can be written as the sum of two squares if and only if p ≡ 1 mod 4.
p− 1 (^2) ≡
( (^) a
p
) mod p.
The last result is the bulk of Gauss’s famous Quadratic Reciprocity Theorem. The other part of the QRT discusses what happens when one of the primes is 2. The QRT gives you an algorithm for determining whether one number of a quadratic residue mod another one. In M156 you see both the algorithm and a proof of Quadratic Reciprocity.
Diophantine Equations A Diophantine Equation asks for integer solu- tions to polynomial equations. The most famous Diophantine equation is probably a^2 + b^2 = c^2. Integer solutions to this equation are known as Pythagorean Triples. On easy topic in M1156 is a complete classification of the Pythagorean Triples. This is also done in M42. The famous Fermat’s Last Theorem says that the equation an^ + bn^ = cn has no integer solutions for n ≥ 3. Andrew Wiles proved this about 10 years ago, but Fermat actually did succeed in proving this result when n = 4. His technique is called the method of descent. You start with a supposed small- est solution (a, b, c) and through algebraic manipulations produce a smaller solution (a′, b′, c′), thus arriving at a contradiction. In M156 you apply the method of descent to the equation a^4 + b^4 = c^4 and perhaps to some related equations. Another classic equation is Pell’s Equation. Pell’s equation asks for pos- itive integer solutions to the equation
x^2 − Dy^2 = 1.
where D > 0 is an integer that is not a perfect square. For instance, the pair (x, y) = (3, 2) is a solution to the equation x^2 − 2 y^2 = 1. Given one solution you can produce infinitely many. For example, if you write
(3 + 2
2)n^ = an + bn
where χ : Z → C is a homomorphism from Z into the circle of unit complex numbers. The function χ is known as a character. The proof of Dirichlet’s Theorem on the infinitute of primes congruent to a mod n is based on the knowledge of the analytic behavior of L(s, χ).