MAT422_Assignment_01
MAT422_Assignment_01
Problem 1 (5 + 4 + 3 + 3 = 15 points)
In this problem, we develop a factorization technique known as Euler’s method. It is applicable when the integer
being factored is odd and can be written as the sum of two squares in two different ways. Let n be an odd
integer such that
n = a2 + b2 = c2 + d2 ,
where a and c are odd positive integers, and b and d are even positive integers.
(a) Let u = gcd(a − c, b − d). Show that u is even and that if
a−c d−b
r= and s = ,
u u
then
gcd(r, s) = 1, r(a + c) = s(d + b), and s | (a + c).
Problem 2 (7 + 2 + 3 = 12 points)
In this problem, we discuss how the method of sieves can be used to arrive at the Euler product formula. For
a finite set of primes P , define
Y
R(P ) = n ∈ N : gcd n, p = 1 ,
p∈P
and let X 1
ζP (s) = .
ns
n∈R(P )
(b) Explain why, as P increases to include all primes, the sum on the left-hand side converges to 1, and use
this to derive the Euler product formula.
π2
(c) It is a well-known result that ζ(2) = 6 . Explain how this result can be used to conclude that there are
infinitely many primes.
1
Problem 3 (10 points)
An integer n is said to be square-free if its prime factorization is of the form
n = p1 p2 · · · pr ,
where p1 , p2 , . . . , pr are distinct primes. Show that for all real s > 1,
ζ(s) X 1
= ,
ζ(2s) ns
n∈S
where ζ(s) is the Riemann zeta function, and S is the set of positive square-free integers.
Problem 5 (4 + 8 = 12 points)
(a) Show that every prime number p > 3 is congruent to ±1 modulo 6.
(b) Use part (a) to show that there are infinitely many primes congruent to −1 modulo 6.
Problem 7 (7 + 8 = 15 points)
The Chinese Remainder Theorem states that if m1 , m2 , . . . , mk are pairwise coprime positive integers, then for
any integers a1 , a2 , . . . , ak , the system of congruences
x ≡ ai (mod mi ), for i = 1, . . . , k,
Z/(M Z) ∼
= Z/m1 Z × Z/m2 Z × · · · × Z/mk Z.
Problem 8 (4 + 4 + 6 = 14 points)
Prove the following properties of the Euler totient function:
(a) If a | b, then ϕ(a) | ϕ(b).
(b) For any positive integers m and n,
d
ϕ(mn) = ϕ(m)ϕ(n) ,
ϕ(d)
where d = gcd(m, n).
(c) Prove that ϕ(n) is even for all n ≥ 3. Moreover, if n has r distinct odd prime factors, then 2r divides
ϕ(n).