Overview of Prime Numbers and The Riemann Hypothesis
Overview of Prime Numbers and The Riemann Hypothesis
Overview of Prime Numbers and The Riemann Hypothesis
The ancient Greek philosopher Aristotle believed that the principles governing Number were
more basic than earth, air, fire, or water. The pure mathematics of numbers may still be in the
infancy of development, with depths to be explored as endless as the human soul. The number
17 is a prime number, as it cannot be factored as the product of smaller numbers. Prime
numbers were not specifically mentioned in ancient literature before Euclid, but they do occur
in Euclid's Elements. There is an extraordinary wealth of established truths about whole
numbers, which provoke awe for the beautiful complexity of prime numbers. However, each
important discovery gives rise to a further richness of questions, educated guesses, heuristics,
expectations, and unsolved problems.
Prime numbers are the natural numbers that have exactly two divisors: one and
themselves. For example, 2, 3, 5, 7, 11, etc. are prime numbers. They are the building
blocks of arithmetic, as any natural number can be written as a product of prime numbers
in a unique way. For example, 12 = 2 x 2 x 3.
There is no simple formula or algorithm to generate or test prime numbers, but there are
some methods that can help, such as trial division, Fermat’s little theorem, and the Miller-
Rabin test.
Prime numbers have some interesting properties and patterns, such as the infinitude of
primes, the distribution of primes, the Fibonacci sequence, the Ulam spiral, and the cicada
life cycles.
The chapter introduces the Riemann zeta function, which encodes information about the
primes in its zeros. The Riemann Hypothesis is a famous conjecture that states that all the
1
non-trial zeros of the zeta function have a real part equal to . This has deep implications
2
for the distribution of prime numbers and other areas of mathematics.
Chapter 4: Sieves
In mathematics, a sieve is a method or algorithm used to identify and extract certain elements
from a set based on specific criteria. Two common types of sieves are the prime sieve and the
geometric sieve.
Prime Sieve:
The prime sieve is a method for finding all prime numbers up to a given limit.
How to find prime numbers?
One of the most popular methods to find prime numbers is the Sieve of Eratosthenes 1. Here
are the steps to use this method:
The overview delves into the study of prime numbers, specifically shifting the focus from
counting all primes to examining the gaps between them. It introduces the challenge of
determining the number of prime pairs with a fixed odd gap, highlighting the impracticality due
to the even difference resulting from subtracting two odd numbers. Pairs are separated by a
gap of 2, suggesting an unproven belief in their infinite existence. Notably, it mentions the
largest known twin primes as of 2014, each consisting of 200,700 digits. The discussion expands
to consider primes with differences of 4, 8, or any even number 2k, with conjectures about the
infinitude of such pairs remaining unproven.
The passage introduces a question about prime numbers and their spacing, focusing on gaps of
2, 4, 6, and 8. It poses a challenge regarding the growth of these gaps as X approaches infinity.
The text also touches on the distribution of even and odd numbers, highlighting a change when
considering multiplicatively even and odd numbers. It defines these terms, providing examples,
and concludes with a list of numbers up to 25, emphasizing multiplicatively odd numbers. The
overall theme revolves around exploring patterns in the distribution of primes and their
characteristics.
The concept of multiplicative oddness and evenness by posing a straightforward question: Is
there a value of X ≥ 2 for which there are more multiplicatively even numbers than
multiplicatively odd ones?
The difference between the counts of multiplicatively even and odd numbers for various X
values (10, 100, 1000, 10000, 100000, and 1000000). The central question inquires whether, as
X becomes large, these plots would eventually intersect the X-axis. The focus is on analyzing the
data to understand the relationship between multiplicative evenness and oddness.
Answering the question about whether certain plots cross the X-axis could actually prove the
Riemann Hypothesis, but unfortunately, we know that such plots do cross. In 1960, Lehman
found an X (906,400,000) where there are 708 more multiplicatively even numbers than odd
ones (later Tanaka found X = 906,150,257).
These questions about primes, asked in simple terms, remain unanswered despite centuries of
studying numbers. The discussion will now shift back to the basic counting question about
prime numbers. The understanding of these concepts is still in its early stages.
So, in above figure, the area under the curve is given below:
30
∫ 1 /¿ ¿ = 11.977468
2
And the prime numbers less than 30 are 10, which is approximately equal to the area under the
curve.
The actual prime numbers less than 3 million are 216,816, and Guass predicted that there are
216,970 primes. So, the difference between his estimation and actual value is given below:
216,970 - 216,816 = 154
So, his estimation was closer to the actual. But it brings us two questions:
Will this spectacular “good fit” continue for large data?
What counts as a good fit?
Getting close to the real values of data, like the square root, is the gold standard for accurate
approximations. And we can understand this by the fable:
There's a fable involving the devil and a committee counting prime numbers. The devil provides
a perfect list, but because humans are making mistakes, the committee introduces errors. The
average error is within the range to the square root of the numbers they are counting. This
fable tells us that how error occur in estimation, moreover that error that occur in counting the
prime number is random walk that we will explain the next chapters.