[go: up one dir, main page]

0% found this document useful (0 votes)
129 views24 pages

Algebraic Number Theory Notes

The document provides lecture notes on algebraic number theory. It begins with an overview of concepts from abstract algebra that are relevant to algebraic number theory, including rings, ideals, integral domains, and unique factorization domains. It then discusses moving beyond the rings of integers and rational numbers to study "integers" and factorization in more general algebraic number fields. The goal is to lay the groundwork for studying topics like solutions to Diophantine equations and properties of polynomials over different number systems.

Uploaded by

Gregorius
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
129 views24 pages

Algebraic Number Theory Notes

The document provides lecture notes on algebraic number theory. It begins with an overview of concepts from abstract algebra that are relevant to algebraic number theory, including rings, ideals, integral domains, and unique factorization domains. It then discusses moving beyond the rings of integers and rational numbers to study "integers" and factorization in more general algebraic number fields. The goal is to lay the groundwork for studying topics like solutions to Diophantine equations and properties of polynomials over different number systems.

Uploaded by

Gregorius
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 24

Lecture Notes on Algebraic Number Theory

Shiyue Li
Mathcamp 2018

Acknowledgment: Over the course of Algebraic Number Theory class (Week 1) in


Canada/USA Mathcamp 2018, these notes are improved and completed via conver-
sations with Mira, Kevin, J-Lo, students in the class, and other Mathcamp staff.

Contents
1 Rendez-vous with rings 2
1.1 Integers and Unique Factorization . . . . . . . . . . . . . . . . . . . . . . . 2
1.2 Rings and ideals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.3 Life forms in a commutative ring . . . . . . . . . . . . . . . . . . . . . . . . 4
1.4 Unique Factorization Domains . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.5 Principal Ideal Domains . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
1.6 Euclidean Domains . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
1.7 Exercises for Day 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
1.8 Exercises for Day 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9

2 Beyond Z and Q 10
2.1 Algebraic Number Fields . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
2.2 “Integers” in Algebraic Number Fields . . . . . . . . . . . . . . . . . . . . . 11
2.3 Integrality . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
2.4 Factorization in the “Ideal” World . . . . . . . . . . . . . . . . . . . . . . . 14
2.5 Exercises for Day 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
2.6 Exercises for Day 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19

3 Why is x2 + x + 41 prime for | x | < 40? 20


3.1 Let’s see why . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
3.2 What is special about 41 and 163? . . . . . . . . . . . . . . . . . . . . . . . . 23

1
1 Rendez-vous with rings
For the schooling of one’s powers of
thought only the practice of thinking is
really useful. The independent solving of
challenging problems will aid the reader
far more than aphorisms.

Pólya and Szegö

The goal of the Day 1 of our class is to understand the following concepts.

• Definition of rings and ideals;

• Integral Domains;

• Unique Factorization Domains;

• Principal Ideal Domains.

1.1 Integers and Unique Factorization


Here is one theorem that you are probably famailar with.

Theorem 1.1. Every integer greater than 1 can be uniquely factored into products of primes.

In an effort to study the integral √ equations in the form x2 + ay2 , math-


solutions to √
ematicians factor the form into ( x − − ay)( x + − ay). Hence it was natural to study
the set √ √
Z[ − a] = { x + − ay : x, y ∈ Z}.
√ √ √
But for example in Z[ −3], we see that 4 = 2 · 2 = (1 + −3)(1 − −3) and this is a
failure of unique factorization.
When people are studying Diophantine equations, different number systems come
up, and just like above, they do not always have unique factorization.
In 1847, Gabriel Lamé provided a proof for Fermat’s Last Theorem, but it was rely-
ing on a false fact that a particular number system Z[ζ n ] (ζ n is the root of unity) had
this unique factorization property. To trace their path, let us think about where UF
can fail? Rearranging the factors might be one, so we allow the number system to be
commutative: ab = ba for all a and b in the system.
Moreover, all these number systems that number theorists are interested belong to a
family of algebraic structures called rings.

2
1.2 Rings and ideals
Definition 1.2. A ring R is a set R together with two operations, + and ×, such that the
following holds:

(1) R with + satisfies:

• + is assotiative: ( a + b) + c = a + (b + c) for all a, b, c ∈ R;


• + is commutative: a + b = b + a for all a, b ∈ R;
• R has an identity element 0 with respect to +: 0 + a = a for all a ∈ R;
• The additive inverses live in R: there exists − a ∈ R such that a + (− a) = 0.

(2) R with × satisfies the following things:

• × is assotiative; a(bc) = ( ab)c.


• R has an identity element 1 with respect to ×: 1 × a = a × 1 = a for all a ∈ R.
• ab = ba for all a, b ∈ R.

(3) Distributive laws hold. ( a + b) × c = a × c + b × c for all a, b, c ∈ R;

Remark 1.3. A ring with a multiplicative identity “1” is often called unital. A ring
without one is called “rng” (pronunced as “rung” or “wrong”).

Example 1.4. (a) Z, Q, R, C are all rings.

(b) Zn = integers mod n.

(c) Z[ x ], Q[ x ], R[ x ], C[ x ] are all rings.

(d) Z[ x2 , x3 ].

(e) Q[ x, y], the set of polynomials in two variables with rational coefficients.

Definition 1.5. A subset I of a ring R is called an ideal of R if

• I is an additive subgroup of R;

• For all r ∈ R, and x ∈ I, rx ∈ I.

So now let us see what the ideals in Z are.

Definition 1.6. Given a set x1 , x2 , . . . , xn ∈ R,

( x1 , . . . , x n ) = {r1 x1 + r2 x2 + · · · r n x n |r i ∈ R }.

Note that this is an ideal. We call this the ideal generated by x1 , x2 , . . . , xn .

3
Question 1.7. Using this language, how would you describe the set of all multiples of
an integer n?

Example 1.8. (a) What is (0)?

(b) What is (1)?

(c) What is (2, 5)?

(d) What is (4, 6)? What is (2, 4, 7)?

(e) What is the pattern here?

Proposition 1.9. I is an ideal in Z if and only if I = ( x ) for some x ∈ Z.

Let’s work out the proof together.


Proof. Let I be an ideal in Z and x be the smallest positive element of I.

1.3 Life forms in a commutative ring


Definition 1.10. An element a ∈ R is called a unit if there exists some b ∈ R such that
ab = 1.

Example 1.11. In the following rings, let us describe the units.

(i) Z.


(ii) Z[ 5].

(iii) Q, R, C.

(iv) Z4 .

4
Example 1.12. In Z, when you multiply two nonzero integers you always get some
nonzero integers.
Example 1.13. In Z6 = Z/6Z, 2 · 3 = 0.
Definition 1.14. R is called a integral domain or domain if R is nonzero and does not
have any zero divisors; that is, there is no nonzero elements a such that there exists
some nonzero b such that ab = 0.
Integral domains have many subcategories of rings that we are interested in.

Figure 1: Taxonomic rank for describing all life forms on Earth. Source: https://en.
wikipedia.org/wiki/Taxonomic_rank

In real life and for nomenclatural purposes, we categorize organisms based on their
features (See Figure 1.) At the highest rank all of these are grouped together with all
other organisms possessing cell nuclei in the domain Eukarya. Similarly, we start out
with all of the algebraic structures that satisfies ring axioms. In the next level, we look at
whether they have zero-divisors or not (integral domains). Then moreover, within the
realm of all integral domains, we can categorize these integral domains by what types
of elements they possess or do not possess. Hence we need to know more features like
“being a zero divisor”.

1.4 Unique Factorization Domains


Definition 1.15. Two elements a, b ∈ R are called associates if there exists a unit u ∈ R
such that au = b.
Example 1.16. In Z, 6 = 2 · 3 = (−2) · (−3). Associates play the same role in factoriza-
tion.

5
To explain more why associates like 2 and −2 are the same in factorization, we need
something√called norm map. The norm map √ measures roughly the “size” of a number.
For Z[ −5], we have the norm N ( a + b −5) = a2 + 2
√ 5b . In the complex plane,
this is precisely the length of the line segment from a + b −5i to 0. We can show that
this norm is multiplicative, and that an element has norm 1 if and only if it is a unit
(Exercise).
In general, we have

Definition 1.17. Let R be an integral domain. A norm map N : R → N satisfies the


following axioms:

• N ( ab) = N ( a) N (b) for all a, b ∈ R;

• N ( a) = 1 if and only if a is a unit.

Definition 1.18. a ∈ R is irreducible if a = bc implies that b or c is a unit.

Definition 1.19. If p ∈ R that is nonzero and non-unit is called a prime if p| ab implies


that p| a or p|b.

Question 1.20. What is the difference between irreducibles and primes? When are situ-
ations when irreducibles are not primes?
√ √
Example
√ 1.21. But in Z [ − 5 ] , is this the case? You
√ see that 1 + −5|6 = 2 · 3 but
1 + −5 does not divide 2 or 3 (Exercise) . So 1 + −5 is not a “prime” but it is an
irreducible. This is why:

Proposition 1.22. In any domain R, primes are irreducible.

Proof. Suppose p ∈ R is a prime and say p = ab.

Definition 1.23. A unique factorization domain (UFD) is an integral domain in which


every non-zero non-unit element can be written as a product of prime elements (or
irreducible elements), uniquely up to order and units

Proposition 1.24. If R is a UFD, then irreducibles are primes.

Proof. Exercise.

6
1.5 Principal Ideal Domains
In particular, this
Definition 1.25. An ideal I ⊆ R is called a principal ideal if it can be generated by only
one element in R. That is, I can be written as ( x ) for some x ∈ R. In other words, every
element in I can be written in the form of rx = xr for some r ∈ R.
Definition 1.26. If R is an integral domain where every ideal is a principal ideal, R is a
principal ideal domain, or PID.
Example 1.27. We showed in Example 1.9 that Z is a PID.
Example 1.28. • What about Q?
• Z[ x, y] is not a PID. Why?

• Z[ −5] is not a PID. Why? Find an ideal that is not generated by one element.
(You can prove by brute force or prove by the next theorem.)

Theorem 1.29. Every principal ideal domain R is a unique factorization domain.


Proof. • Use contradiction to show that that every element in a PID can be factored
into a product of irreducibles.
Assume for contradiction that there exists some elements in R that cannot be writ-
ten as a product of irreducibles. Denote the set of such element be Σ, and Σ is not
empty. Take some element x in Σ: x is not irreducible so x = a1 b1 for non-units,
non-irreducible a, b ∈ R where at least one of a, b is in Σ (why?) WLOG, a ∈ Σ.
Then ( x ) ( ( a1 ) ( ( a2 ) ( · · · . Consider the union of all ideals appeared in this
ascending chain and use the fact that R is a PID:

• Show that in a PID, if x is irreducible, then ( x ) is a maximal ideal. That is, if


I ⊇ ( x ), I = ( x ) or I = R. (Exercise)
• Show that in PID, if ( x ) is maximal, then x is prime.

7
• Complete the proof by showing uniqueness of the factorization into irreducibles
that we obtained in first step.

1.6 Euclidean Domains


Definition 1.30. An integral domain R is Euclidean if it comes with a valuation:
v : R → Z≥0
such that
• v( xy) ≥ v( x ) for all nonzero x, y ∈ R.
• For any a, b ∈ R with b 6= 0, there exists q, r ∈ R such that a = bq + r and
v (r ) < v ( b ).
Remark 1.31. The function v might not necessarily multiplicative. We do not assume
that the pair (q, r ) is unique.
Example 1.32. Suppose R = Z. We can define v( x ) = | x | for all x ∈ Z.
Example 1.33. Suppose R = Q[ x ]. We can define v( f ) = deg( f ) = biggest exponent
of the monomials of f . In exercise, you will show using this valuation on Q[ x ] to show
that if F is a field, then F [ x ] is an Euclidean domain.
Theorem 1.34. Every Euclidean Domain (ED) is a Principle Ideal Domain.
Proof. 1

Proposition 1.35. The Gaussian inetegers Z[i ] is ED.


Proof. Consider the valuation v( a + bi ) := N ( a + bi ) = a2 + b2 on Z[i ].

1 deal in a ED R endowed with a norm map N. Since R is an ED, there exists an element m with minimal norm under N.

8
1.7 Exercises for Day 1
Exercise 1.36. Prove Bézout’s Lemma: for any integers a, b ∈ Z, there exists x, y ∈ Z
such that ax + by = gcd( a, b).

Exercise 1.37. Show that the √ norm defined in Example 1.1.6 on
√ Z [ −5] is multiplicative
and that an element a + b −5 is a unit if and only if a + b −5 has norm 1. In other
words, it satisfies the criteria for a norm map given in the definition.
Exercise 1.38. Show that in integral domains, all primes are irreducible.
Exercise 1.39. We did Example 1.21 at the end of the class very quickly. Review and
prove it yourself. Make sure you understand how norm map works in this case.
Exercise 1.40. Read up to Definition 1.25 and prove that: If R is a UFD, then irreducibles
are primes.
Exercise 1.41. The Question 2 on Qualifying Quiz was secretly about ideals. Can you
see how?

1.8 Exercises for Day 2


Exercise 1.42 (Polynomials over a Field). Show that if F is a field, F [ x ] the set of poly-
nomials with a single variable x with coefficients in F, is also an ED. (You have seen in
last homework that this is a ring. If you haven’t yet, convince yourself that it is indeed
an integral domain first.)

Exercise
√ 1.43. Later
√ in the√exercise you
√ will see that√Z [ 2] is UFD.
√ But.... Show that
in Z[ 2], 5 + 2 = (1 + 2)(−3 + 4 2) = (7 + 5 2)(−25 + 18 2). Is this unique
factorization?
Exercise 1.44. For any domain R, if ( a) = (b) then a ∼ b (“a ∼ b means a b are asso-
ciates).
Exercise 1.45. In any PID R, if x is irreducible, then ( x ) is a maximal ideal of R; that is,
if any ideal I contains ( x ), either I = ( x ) or I = R. 6
Exercise 1.46. You √ Z[ x ] as polynomials in x, but
√ may have been wondering, we defined
we defined Z[ −5] as linear combinations of 1 and −5. Are these two definitions
fundamentally the same? Why?
Exercise 1.47. Read up to Example 1.33, and prove 1.34.
Exercise 1.48. How would you arrange the following objects by their containment rela-
tions: integral domains, principal ideal domains, euclidean domains, fields, and unique
factorization domains?
6 Hint:Let I = (y) (R is PID) be an ideal that contain ( x ). Then ( x ) ⊆ (y). Expess x in terms of y and
use the fact that x is irreducible.

9
Exercise 1.49. Show that every field F (every nonzero element is a unit) is a Euclidean
Domain.

Exercise 1.50 (Challenge). Show that Z[i ] is UFD. (Show that it is ED).

Exercise 1.51. Show that Z[ ±2] is UFD.

Exercise 1.52 (Challenge: Integral Domain and Prime Ideals). Let A be a ring and p be
an ideal of A. Show that A/p is an integral domain if and only if p is a prime ideal.

Exercise 1.53 (Challenge: Field and Maximal Ideals). Let A be a ring and m be an ideal
of A. Show that A/m is a field if and only if m is a maximal ideal.

Exercise

1.54 (Challenge: Turn Non-UFD √
into UFD). Show that Z[ −3] is not a ED but
Z[ 1+ 2 −3 ] is. Further, show that Z[ 1+ 2 −3 ] is UFD.

2 Beyond Z and Q
2.1 Algebraic Number Fields
Definition 2.1. An algebraic number is a complex number α ∈ C such that f (α) = 0
for some polynomial f ∈ Q[ x ].

Example 2.2. • Are integers and rationals algebraic numbers?

• Is i an algebraic number?

3
3
• Is 2 an algebraic number?

1+ 5
• What about the Golden Ratio := 2 ?

• What about π?

Definition 2.3. An subfield K ⊆ C is algbraic number field if K = Q[α1 , α2 , . . . , αn ]


where α1 , α2 , . . . , an are all algebraic numbers.
√ √
Example 2.4. Familiar-looking objects like Q, Q[ 5], Q[ −5] are all algebraic number
fields.
√ √
Question 2.5. We only knew that Q[ 5], Q[ −5] are rings. Are they really fields?

Black Box 2.6. Let α be an algebraic number. Then Q[α] := { f (α) : f ∈ Q[ x ]} is a field.
Then we can write Q(α) to emphasize its field-ness.

Black Box 2.7. For any given algebraic number field K = Q(α1 , . . . , αn ), there exists an
algebraic number α ∈ C such that K = Q(α). Check out Primitive Root Theorem

10
In homework, you will see examples that demonstrate the truthfulness of the black-
boxes. For proofs of the black-boxes, you can talk to me in TAU or go to Viv’s class on
Galois Theory in Week 3!

Question √ 2.8. How


√ do we obtain these algebraic number fields from our old friends
(Z[i ], Z[ 5], Z[ −5])?

Definition 2.9. Let R be an integral domain. Then the field of fractions K ( R) is the set
of elements
a
{ : a ∈ R, b 6= 0 ∈ R}
b
with the natural addition and multiplication. Note that as in rational numbers, ba = dc if
ad = cb.

Example 2.10. • The field of fractions of Z is Q.


√ √
• What is the field of fractions of Z[ 5], Z[ −5]?

2.2 “Integers” in Algebraic Number Fields


Question 2.11. We know that we can invert things in Z[α] to get an algebraic number
field Q(α). Given an algebraic number field, how do we recover the set Z[α]? More
importantly, what makes this Z[α] special?

Example 2.12. In Z[i ], what is a polynomial with integer coefficients that a + bi is a root
for?

Example
√ 2.13.
√ In Z [ −5], what is the polynomial with integer coefficients that a +
b −5 = a + 5bi is a root for?

Question 2.14. What do you notice about these polynomials?


√ √
Question 2.15. Take any element in Q[ −5], but not in Z[ −5], does it satisfy your
answer to the above question?

11
Definition 2.16. An algebraic integer is an element α of a number field K such that
f (α) = 0 for some monic f ∈ Z[ x ] (i.e., the leading coefficient is 1).
Definition 2.17. Let K be an algebraic number field. The ring of integers of K, denoted
by OK , is the set of all algebraic integers contained in K.
Black Box 2.18. OK is in fact, a ring. The most general proof requires the concepts of
integrality and working with modules, a generization of vector space over a ring R
where we can talk about ring actions. Talk to Lara about her Intro to Ring Theory
(Week 2) course to find out. You can surely talk to me at TAU about it.

2.3 Integrality
Now let us talk about integrality.
Example 2.19. OQ = Z. This is a consequence of the Rational Root Theorem that states:
n ∈ Q satisfies a polynomial
If α = m

f ( X ) = a d X d + · · · + a0 ∈ Z[ x ],

then m| a0 and n| ad . Since ad = 1, n = 1 and α ∈ Z.


Definition 2.20. Let R be an integral domain in its field of fractions F and let α ∈ F. We
say that α is integral over R if there exists a monic polynomial f ( x ) with R coefficients
such that f (α) = αn + a1 αn−1 + · · · + an = 0. R is integrally closed if every element in
the field of fractions K ( R) of R is in R.
Fact 2.21. For any algebraic number field K, OK is integrally closed.
Definition 2.22. The set of elements of that are integral over R is called the integral
closure of R in K. It is a subring of K containing R.

Example

2.23. In Day 2’s Homework, you√
have seen that Z [ −3] is not an ED, but
1+ −3 1+ −3
Z[ 2 ] is, hence also a UFD. In fact, 2 is an algebraic integer (what polynomial
does it satisfy?), so it’s an element in the ring of integers. You can check that OQ(√−3) =
√ √ √
1+ −3 1+ −3
Z[ 2 ]. We say that the integral closure of Z in Q( −3) is Z[ 2 ].
Example 2.24. In Day 2’s Homework, you see that Z[i ] is UFD. In fact, OQ(i) = Z[i ]. We
say that the integral closure of Z in Q(i ) is Z[i ] and that Z[i ] is integrally closed.

Example 2.25. In Day 2’s Homework, you see that Z[ 2] is UFD. In fact, OQ(√2) =
√ √ √ √
Z[ 2]. We say that the integral closure of Z in Q( 2) is Z[ 2] and that Z[ 2] is
integrally closed.
We have just seen several examples of UFDs that turned out to be integrally closed.
This is not a coincidence!

12
Theorem 2.26. UFDs are integrally closed.

Proof. Suppose R is a UFD, and that ba ∈ K ( R) is integral over R; thus c0 + c1 ba + . . . +



a n

b = 0 for some c0 , . . . , cn−1 ∈ R. Note that we can assume a and b have no common
factors (other than units) by cancelling. Multiplying by bn , we get an = −bcn−1 an−1 −
· · · − bn c0 . The right-hand side is divisible by b. Since we assumed a and b had no
common factors, and since R is a UFD, an and b have no common factors. Thus b is a
unit in R, so ba is actually in R. Thus R contains all elements that are integral over it.
Unfortunately,
√ integral closure isn’t enough to guarantee something is a UFD. For
example, Z[ −5] is integrally closed (Exercise), but it’s not a UFD!

13
2.4 Factorization in the “Ideal” World
Fact 2.27. Every ring of integers is a Dedekind domain.
Definition 2.28. A Dedekind domain is a domain R satisfying the following properties:
• R is integrally closed in K ( R).

• Prime ideals are maximal ideals. In other words, there are no ideals strictly con-
taining a prime ideal other than the entire ring;

• R is Noetherian. In other words, there are no infinite sequences of ideals in which


each is a strict subset of the next.
Remark 2.29. • The first condition makes sure that the ring of integers possesses the
integral elements in K.

• The second and third conditions parallel the requirement we originally set to en-
sure a ring is a UFD: the second condition is similar to saying that irreducibles and
primes are the same thing.

Recall p is a prime ideal if and only if ab ∈ p implies that a ∈ p or b ∈ p.


After knowing the multiplication of ideals, the above definition can be trans-
lated into the thoughts that (Exercise):

– p is a prime ideal if p divides ( a)(b) implies p divides ( a) or p divides


( b ).
– p is a prime ideal if p ⊇ ( a)(b) then p ⊇ ( a) or p ⊇ (b).

In other words: To divide is to contain! To contain is to divide!

Now since prime ideals are maximal ideals. Every nontrivial nonzero ideal has
to be contained in prime ideals, and hence prime ideals divide nontrivial nonzero
ideals, functioning as irreducibles in the non-ideal world.

• The third condition is similar to saying that repeated factoring halts.


Fact 2.30. In a Dedekind domain, every ideal factors uniquely into prime ideals.
In particular, this means that even when the integral√closure of Z in some algebraic
number field doesn’t have unique factorization (e.g. Z[ −5]), its ideals will!
Theorem 2.31. A Dedekind domain R is a UFD if and only if it is a PID.
Proof. We prove two implications.
( ⇐= ) Since PID is UFD, we are done.

14
( =⇒ ) If a dedekind domain R is a UFD, then we only need to show that prime ideal is
principal because every nonzero ideal can be factored into prime ideals (Exercise).
Let p be any prime ideal and α ∈ p. Since R is a UFD,

α = q1 q2 · · · q n

where all qi ’s are irreducibles. On Day 2, we showed that in UFD, irreducibles are
primes. Thus qi ’s are primes and (qi )’s are all prime ideals. The equation above
further implies that
(α) = (q1 )(q2 ) · · · (q3 ).
Since p divides (α) by “To Contain is To Divide!”, p|(q1 )(q2 ) · · · (qn ), and then
p|(qi ) for some i by being a prime ideal. Since “To Divide is to Contain!” p ⊇ (qi ).
But since (qi ) is also a prime ideal, hence maximal and p 6= R by definition (prime
ideals have to be proper), p = (qi ). Therefore, every prime ideal in R is principal.

√ √
In Day 3’s Homework, you have seen that Z[ −5] is the ring of integer of Q( −5).
Then it is a Dedekind Domain and its ideals √ factor uniquely into products of prime
ideals. (We know from homework that Z[ −5] is integrally closed. We should believe √
that it is Noetherian (Exercise). We take it for granted that every prime ideal in Z[ −5]
is maximal.) In homework you have seen √ the ideal operations. It turns out even though
as an element 2 is irreducible in Z[ −5], the ideal (2) can actually be written as a
product of two ideals! In fact,
√ √
(2) = (2, 1 + −5)(2, 1 − −5)
√ √
(3) = (3, 1 + −5)(3, 1 − −5)
√ √ √
(1 + −5) = (2, 1 + −5)(3, 1 + −5)
√ √ √
(1 − −5) = (2, 1 − −5)(3, 1 − −5)

So no matter how you factor, we get


√ √ √ √
(6) = (2, 1 + −5)(2, 1 − −5)(3, 1 + −5)(3, 1 − −5)

and these ideals are all prime. So even though numbers don’t factor uniquely, the ideals
do.
The idea of Dedekind domain is useful when we need to consider unique factoriza-
tion of ideals as product of prime ideals in the ideal world.
For example, algebraic number theorists use a measurement called the class number
of a Dedekind domain, which in some sense counts how many ways an ideal can fail to
be principal (a Dedekind domain is a PID iff its class number is 1). It turns out there are
ways of computing the class number of a ring of integers using the geometry of lattices.

15
You see that the four prime ideals we see in the prime ideal factorization of (6) in

Z[ −5] are all generated by 2 elements and they are all not principal. In fact, these
non-principal prime ideals are all the same; they all belong to the same ideal class, and
the principal ideals
√ belong to one ideal class. Then it is not hard to believe that the class
number of Z[ −5] is 2!

16
2.5 Exercises for Day 3
Exercise 2.32.

Non-“algebraic integer” algebraic number certainly exists! For

example,
consider 32 . It is a root of the polynomial p( x ) = 9x2 − 2. Show that 32 is not an
algebraic integer. 6

Exercise 2.33. Show that the set of algebraic numbers is countable. Since C is uncount-
able, deduce that there are uncountably many transcendental (non-algebraic) numbers.
√ √ √
Exercise 2.34. Show that Q[ 5] is a field. Hence we can write Q( 5) = Q[ 5].
√ √
Exercise 2.35. Show that there
√ √exists θ ∈ C such that Q ( 3) =√Q(θ ). (Hint: Start by
2, √
writing out elements in Q[ 2, 3], which is the same as Q( 2, 3). Be careful about
what each element looks like!)

Exercise 2.36. Show that Z[ −5] is integrally closed.

Exercise 2.37. It’s fairly tricky to prove that every commutative domain has an integral
closure in its√field of fractions. We can handle a special case: let’s find the integral
closure of Z[ d] for any squarefree integer d. In other √ words, we need to find which
elements of the field of fractions are integral over Z[ d].
√ √
(i) In class, we assume
√ without proving
√ that the field of fraction of Z [ d ] is Q√ d ).
(
Prove that Q[ d], the set { a + b d : a, b ∈ Q}, is the field of fractions of Z[ d].
√ √
(ii) Let a + b d be an arbitrary element of Q[ d]. Find a polynomial in Q[ x ] which
has this as a root.

be integral over Z[ d], the polynomial must be monic and all coefficients be in
(iii) To √
Z[ d]. Since the coefficients of the polynomial you found in part (ii) are in Q, this
just requires them to be in Z. For any given d, find values of a, b that will make
these coefficients integers.

(iv) For some values of d, you will have found that Z[ d] is actually integrally closed.
For others, you will have found extra points that are integral over it. If you add
in the extra points you found, is the result still a ring? Is it integrally closed? (Be
careful with definitions!)

Exercise 2.38 (Operations on Ideals). Let R be a ring, and I, J be ideals in R. Then we


define the sum and product of ideals as

I + J := { a + b : a ∈ I, b ∈ J },
6 Hint: Start by assuming for contradiction that it is a root for some monic polynomial over Z.

17
and

I J := { a1 b1 + a2 b2 + · · · + an bn : ai ∈ I, bi ∈ J for all 1 ≤ i ≤ n}.

Prove these equalities by computing the products on the right-hand side.


√ √
(2) = (2, 1 + −5)(2, 1 − −5)
√ √
(3) = (3, 1 + −5)(3, 1 − −5)
√ √ √
(1 + −5) = (2, 1 + −5)(3, 1 + −5)
√ √ √
(1 − −5) = (2, 1 − −5)(3, 1 − −5)
√ √ √ √
Therefore, (6) = (2, 1 + −5)(2, 1 − −5)(3, 1 + −5)(3, 1 − −5) is uniquely
factored into prime ideals (we haven’t show that each of the factor ideal is prime yet
and we don’t know if this is actually unique).

Exercise 2.39. Show that the ring Z[ x2 , x3 ] does not factor into unique prime ideals.
(Use the fact that ( x2 , x3 ) is a prime ideal.)

18
2.6 Exercises for Day 4
Exercise 2.40. Contemplate on the reason why a ring of integer OZ[√d] is Noetherian,

for a given number field Q( d) and square-free d. Talk to Shiyue or J-Lo about the
intuition about it.

Exercise 2.41. Show that if every prime ideal is principal in a Dedekind domain, then
every nonzero ideal is principal.

Exercise 2.42. Let R be a Dedekind domain, and let I ⊆ R be an ideal. Show that I ⊆ P
for prime ideal P if and only if P is a factor in the prime factorzation of I.

Exercise 2.43. Let P and Q be distinct prime ideals of the Dedekind domain D. Show
that PQ = P ∩ Q.

Exercise 2.44 (Chinese Remainder Theorem). Let R be an arbitrary ring and let I, J ⊆ R
be ideals. We say that I and J are coprime if I + J = R. Prove that I, J are coprime ideals
in R, then
R/( I ∩ J ) ∼
= R/I × R/J.
2

2 Hint: Map R/I ∩ J to R/I × R/J by r + ( I ∩ J ) 7→ (r + I, r + J ). Map R/I × R/J → R/( I ∩ J ) as follows.

19
3 Why is x2 + x + 41 prime for | x | < 40?
What do you get when you plug in a number with absolute value smaller that 40 in to
the polynomial x2 + x + 41?
Here is the result for the first few terms:

x = -1 ; x^2 + x + 41 = 41
x = 0 ; x^2 + x + 41 = 41
x = 1 ; x^2 + x + 41 = 43
x = 2 ; x^2 + x + 41 = 47
x = 3 ; x^2 + x + 41 = 53
x = 4 ; x^2 + x + 41 = 61
x = 5 ; x^2 + x + 41 = 71
x = 6 ; x^2 + x + 41 = 83
x = 7 ; x^2 + x + 41 = 97
x = 8 ; x^2 + x + 41 = 113
x = 9 ; x^2 + x + 41 = 131
x = 10 ; x^2 + x + 41 = 151
x = 11 ; x^2 + x + 41 = 173
x = 12 ; x^2 + x + 41 = 197
x = 13 ; x^2 + x + 41 = 223
x = 14 ; x^2 + x + 41 = 251
x = 15 ; x^2 + x + 41 = 281
x = 16 ; x^2 + x + 41 = 313
x = 17 ; x^2 + x + 41 = 347
x = 18 ; x^2 + x + 41 = 383
x = 19 ; x^2 + x + 41 = 421
x = 20 ; x^2 + x + 41 = 461
x = 21 ; x^2 + x + 41 = 503
x = 22 ; x^2 + x + 41 = 547
x = 23 ; x^2 + x + 41 = 593
x = 24 ; x^2 + x + 41 = 641
x = 25 ; x^2 + x + 41 = 691
x = 26 ; x^2 + x + 41 = 743
x = 27 ; x^2 + x + 41 = 797
x = 28 ; x^2 + x + 41 = 853
x = 29 ; x^2 + x + 41 = 911
x = 30 ; x^2 + x + 41 = 971
x = 31 ; x^2 + x + 41 = 1033
x = 32 ; x^2 + x + 41 = 1097
x = 33 ; x^2 + x + 41 = 1163
x = 34 ; x^2 + x + 41 = 1231
x = 35 ; x^2 + x + 41 = 1301

20
x = 36 ; x^2 + x + 41 = 1373
x = 37 ; x^2 + x + 41 = 1447
x = 38 ; x^2 + x + 41 = 1523
x = 39 ; x^2 + x + 41 = 1601

What do you notice about all the numbers? They are all primes! Why???

3.1 Let’s see why


Fact 3.1. Let p( x ) = x2 + x + 41. Then p(n) is prime for all |n| < 40.
How do we justify this theoretically and hopefully extend the proof for some other
polynomials? Our strategy is the following:

Strategy:

• Step 1: To show that n2 + n + 41 is a prime√for |n| < 40, we√


need to show that
2 2
√does not have prime factors less than n + n + 41 < 39 + 39 + 41 =
it
1601 < 41.

• Step 2: Completing the square, we observe that


 
2 2 1 1
n + n + 41 = n + n + + 41 −
4 4
 2 √ !2
1 163
= n+ +
2 2
√ ! √ !
1 −163 1 −163
= n+ + n+ −
2 2 2 2
√ !
1 + −163
= N n+
2

1+ −163
where N is the norm of the ring of integer Z[ 2 ].

• Step 3: Let 1+ 2−163 be α. Summarizing what we have done, the goal be-
comes to show that N (n + α) has no prime factor smaller than 41.

• Step 4: Put all these amazing thoughts into action!

Justification. Since N (n + α) ∈ Z≥0 , it suffices to show that N (n + α) does not have


prime divisors in Z. Suppose on the contrary that there exists a prime p ∈ Z, p < 41
such that p divides N (n + α) = (n + α)(n + α).

21
Strategy

• If p is is not a prime in Z[α], then this problem is hard.

• If p is a prime in Z[α], then....

If p is a prime, then p divides (n + α)(n + α) implies that p divides n + α or n + α in


Z[α]. If p divides n + α, then there exists k + `α ∈ Z[α] such that

n + α = (k + `α) p = kp + ` pα

where k, ` ∈ Z. Since `, p are integers, it is impossible for ` p to be ±1. Similarly for the
case when p divides n + α.

Question

• Can p be prime in Z[α]?

Answer

• If p is irreducible in Z[α] and Z[α] is UFD, then p is prime.

• If p is not irreducible in Z[α] or Z[α] is not UFD, then this question is hard.

Assume Z[α] is a UFD, let us show that p < 41 is irreducible in Z[α]. Suppose on
the contrary p = ab for some non-units a, b in Z[α]. Since p is prime in Z, a, b cannot be
integers. Then a, b have to be in Z[α] \ Z. Observe that

N ( p) = N ( a) N (b) < 412 .

Let c be in Z[α] \ Z.

• If N (c) > 41, then we have reached a contradiction.

• If not, then this question is hard.

Now we want to show that for any c ∈ Z[α] \ Z, N (c) > 41. Let c = r + sα where
s 6= 0, s, r ∈ Z. Then let us analyze the norm of c.

N (c) = r2 + rs + 41s2
 s 2  s 2
= r+ + 41s2 −
2   2
 s 2 163 2
= r+ + s
2 4

22
If |s| = 1, then
   2
s 2
 163 2 1 163 1 163
N (c) = r + + s = r+ + ≥ + = 41.
2 4 2 4 4 4

If |s| ≥ 2, then

N (c) = r2 + rs + 41s2
≥ (r + 1)2 + 163 > 41.

Therefore, N ( p) = N ( a) N (b) ≥ 412 , a contradiction. p is an irreducible in Z[α].

Crucial Fact

−163
• Z [ 1+ 2 ] is UFD.

Thus p is a prime in Z[α] and p divides n + α or n + α, which as we saw is impossible


in Z[α].
To summarize:

• We saw√that we can rewrite p( x ) = x2 + x + 41 as f (n) = N (n + α) in Z[α], where


α = 1+ 2−163 .

• Then we s howed that N (n + α) has no prime divisors less than 41.

• Therefore, if p(n) = N (n + α) has at least two prime factors, it must be at least 412
in absolute value.

• But |n2 + n + 41| < 412 when |n| < 40. Therefore, p(n) must be a prime number
for all these consecutive n values!

3.2 What is special about 41 and 163?


We have seen in our exploration that 163 = 4 · 41 − 1.

Question

• Is true that for every integer n, x2 + x + n gives us primes for | x | < n − 2?

No. Counterexamples abound. √


Remember in our justification of the Fact 3.1, we used the crucial fact that Z[ 1+ 2−163 ]
is UFD.

23
Astonishing Fact: There √are only NINE square-free positive number d such that
the ring of integer of Q( −d) is UFD. They are 1, 2, 3, 7, 11, 19, 43, 67, 163. They
are called Heegner numbers.

The Heegner numbers have lots of amazing properties. For example:



• The value of the function eπ x at Heegner numbers > 19 are extremely close to
integers. For example:

19
eπ ≈ 963 + 744 − 0.22

43
eπ ≈ 9603 + 744 − 0.000 22

67
eπ ≈ 5 2803 + 744 − 0.000 0013

163
eπ ≈ 640 3203 + 744 − 0.000 000 000 000 75

In particular, eπ 163 ≈ 640 3203 + 744 is called Ramanujan’s constant.

24

You might also like