Theory of Numbers - Lecture 12
Theory of Numbers - Lecture 12
We say that z is a primitive nth root of unity if z d 6= 1 for any d smaller than n.
If we write z = e2⇡ij/n , this is equivalent to saying (j, n) = 1. So there are (n)
primitive nth roots of unity.
Now 1 is a primitive first root of unity, 1 is a primitive second root of unity, and
±i are primtiive fourth roots of unity. Notice that ±i are roots of the polynomial
z 2 + 1. In general, define
Y
n (x) = (x e2⇡ij/n )
(j,n)=1
1jn
We’ll prove soon that n (x) is a polynomial with integer coefficients. Another
fact is that it is irreducible, ie., cannot be factored into polynomials of smaller
degree with integer coefficients (we won’t prove this, however).
Anyway, here is how to compute n (x): take xn 1 and factor it. Remove all
factors which divide xd 1 for some d|n and less than n.
Eg. 6 (x). Start with x6 1 = (x3 1)(x3 + 1). Throw out x3 1 since 3|6 and
3 < 6. x3 + 1 = (x + 1)(x2 x + 1). Throw out x + 1 which divides x2 1, since
2|6, 2 < 6. We’re left with x2 x + 1 and it must be 6 (x) since it has the right
degree 2 = '(6) (the nth cyclotomic polynomial has degree '(n), by definition).
If you write down the first few cyclotomic polynomials you’ll notice that the
coefficient seems to be 0 or ±1. But in fact, 105 (x) has 2 as a coefficient, and
the coefficients can be arbitrarily large if n is large enough.
These polynomials are very interesting and useful in number theory. For in-
stance, we’re going to use them to prove that given any n, there are infinitely
many primes congruent to 1 mod n.
Eg. 4 (x) = x2 + 1 and the proof for primes ⌘ 1 mod 4 used (2p1 . . . pn )2 + 1
1
Q
Proposition 45. 1. xn 1= n (x)
2
P Q
Multiply by xm = xd |m '(d) = d|m x'(d) - proved before - to get
0 1
✓ ◆ ✓ ◆ ✓ ◆
B Y 1 C 1 1
1 x m
=B
@ d x'(d) C
A· m x '(m)
· 1 x
x x x
1<d<m
d|m
0 1
✓ ◆
B Y C 1
(x m
1) = B
@ d (x)
C· x'(m) · (1 x)
| {z } A
m
x
1<d<m
d|m by ind hyp
0 1
Y ✓ ◆
B Y C 1
B
d (x) = @
C
d (x)A · m x'(m) · ( 1 (x))
x
d|m 1<d<m
d|m
Lemma 46. Let p - n and m|n be a proper divisor of n (ie., m 6= n). Then n (x) and
xm 1 cannot have a common root mod p.
Theorem 47. Let n be a positive integer. There are infinitely many primes congruent
to 1 mod n.
3
Proof. Suppose not, and let p1 , p2 , . . . pN be all the primes congruent to 1 mod n.
Choose some large number l and let M = n (lnp1 . . . pN ). Since n (x) is monic,
if l is large enough, M will be > 1 and so divisible by some prime p.
First, note that p cannot equal pi for any i, since n (x) has constant term 1, and
so pi divides every term except the last of n (lnp1 . . . pn ) ) it doesn’t divide
M . For the same reason we have p - n. In fact, (p, a) = 1 where a = lnp1 . . . pN .
Note - we did not even need to assume that there’s a single prime ⌘ 1 mod n;
if N = q take the empty product, ie., 1, and we end up looking at n (ln) for
large l.