Primes and Arithmetic Functions
Primes and Arithmetic Functions
Dana Ma
dana.ma537@gmail.com
March-April 2021
You will find that throughout your number theory adventures, primes are good friends! You can
solve many problems in number theory just by considering primes or prime factors.
There are a lot of open (i.e. unsolved) problems about prime numbers that are easy to state. Some
of the more well-known ones include:
• (Goldbach’s conjecture) Can every even integer greater than 2 be written as the sum of two
primes?
• (Twin prime conjecture) Are there infinitely many pairs of primes that differ by 2 (i.e. p
and p + 2 are both prime)?
• (Legendre’s conjecture) Is there always at least one prime between a pair of consecutive
squares?
• Are there infinitely many primes p that are one greater than a perfect square?
Some other interesting facts about primes that have been proven:
• (Green-Tao theorem) The sequence of prime numbers contains arbitrarily long arithmetic
progressions.
• (Bertrand’s postulate) For every integer n > 3, there exists at least one prime number p
such that
n < p < 2n − 2
Definitions
The fundamental theorem of arithmetic states that every integer n > 1 can be uniquely factored
into a product of prime powers. The existence and uniqueness of this factorisation is a powerful
property!
By convention we write this factorisation as
Problems
1. Prove that there are infinitely many primes.
2. By considering the product
1 1 1 1 1 1
1+ + + ... 1+ + + ... ... 1 + + + ...
p1 p21 p2 p22 pk p2k