SlideShare a Scribd company logo
1
CHAPTER 1
INTRODUCTION
Prime numbers have been the focus of mathematicians for centuries. When Euclid’s
Elements were first published circa 300 B.C.E., there were already several important results of
prime numbers that had been discovered. In his ninth book, Euclid proved that there are infinitely
many prime numbers. In the same book, Euclid also included a proof of the fundamental theorem of
arithmetic, which allows us to break a number into a distinct product of its prime factors: an
immensely useful tool when working in the area of number theory. For some time after that, the
main focuses of prime number theory were developing methods of determining whether a number
was prime, and how to find exceedingly larger prime numbers. During this time, the Greek
mathematician Eratosthenes developed one of the most effective methods for determining larger
primes up to a given limit. However, this method is only efficient for relatively small primes, no
higher than 10 million. After this, there was very little development in prime number theory for over
a millennium.
Around the beginning of the seventeenth century, Fermat, Mersenne, and Euler made
some significant contributions to the field of prime number theory, which included Fermat’s Little
Theorem as well as the idea of Mersenne Numbers. [3] A Mersenne number is one of the form
2 βˆ’ 1, where if is prime, then the number 2 βˆ’ 1 could potentially be prime. If was not prime, it
was proved that 2 βˆ’ 1 cannot be prime. Throughout the century, Mersenne numbers that were
determined to be prime were the largest prime numbers that could be found. For the next few
centuries, Cataldi, Euler, and Lucas proved the existence of the Mersenne numbers with =
19,31,127, respectively, with centuries between each discovery. To date, 45 Mersenne primes have
been discovered, the largest of which with = 43112609. The study of primes naturally led to the
study of their distribution, which will be the main focus of this project.
During the late 18th century, both Gauss and Legendre made similar conjectures
regarding ( ), the number of prime numbers less than or equal to . In particular, impressive
2
hatattheageof15or16,Gauss conjectured a similar o[2]in l798 Legendre estimated
that ( )cou1dbeestimated to ,
.Legendre It is also which was that ( ) β‰ˆ
actually show that ( ) .This resultwasobtained byTchebychev
inl852,using ∫ 2
∼ ,
. Nowwefocus ourattention tothefirstpersonto completely elementary
methods in number theory. The work done by Gauss, Legendre, and especially Tchebychev laid the
ground work for solving what is now known as the Prime Number Theorem. The Prime Number
Theorem states that as β†’ ∞, then
( ) = , which was proved later by Jacques Hadamard and Charles ‐Jean ‐
Gustave - Nicholas de la VallΓ©e Poussin in 1896 using methods from complex
analysis. [4] As a result of the Prime Number Theorem, it has been proven that given
any > 1, the probability that a randomly selected number is prime, with ≀ , is .
3
CHAPTER-2
1. PRELIMINARIES
For our study of Tchebychev’s theorem, we will require some basic knowledge of number theory.
This chapter will include many important results that will, in effect, enable us to work through the
proof of Tchebychev’s theorem later on. It is interesting to note that we can work through a
relatively complicated and convoluted proof, with reasonably elementary methods. We begin by
formally defining what a prime number is:
DEFINITION . . A number is prime if and only if its only divisors are 1 and itself.
EXAMPLE . . Given the number = 10, we can clearly break it up into it’s prime
factors so it will have the form 10 = 2 5. Because 10 is divisible by 1, 2, 5, and 10, we
say that 10 is not prime.
EXAMPLE . . Given the number = 23, we can see that 23 cannot be factored
Further than what it already is, thus only 1 and 23 divide 23. Because only 1 and 23
divide 23, we say that 23 is prime
DEFINITION . . For ∈ β„€ we say that is the integer part of a number if
≀ < + 1,
and we denote it by = [ ].
EXAMPLE . . We will look at several different cases: [0.2] = 0, [0.9] = 0, [3.8] = 3,
[βˆ’3.2] = βˆ’4, [βˆ’5.9] = βˆ’6, [2] = 2, and lastly [βˆ’7] = βˆ’7.
COROLLARY . . Let ∈ ℝ Then βˆ’ 1 < [ ] ≀ for all .
PROOF.
By the definition, we know that if ≀ < + 1, then = [ ]. Setting = [ ]
in the inequality, we obtain = [ ] ≀ < + 1. For the other side of the inequality, we
simply subtract 1 from each side of the inequality. This gives us βˆ’ 1 ≀ βˆ’ 1 < , and
setting = [ ] again, we find that βˆ’ 1 < [ ]. Combining our two inequalities, we
4
obtain βˆ’ 1 < [ ] ≀ , our desired result.
LEMMA . . Given any real number , then [ βˆ’ ] = [ ] βˆ’ .
PROOF.
Clearly, [ ] βˆ’ ≀ βˆ’ because in general [ ] ≀ .
We also know that βˆ’ 1 < [ ] which implies that < [ ] + 1.
Using this, we find that βˆ’ < [ ] + 1 βˆ’ .
Bringing these facts together, we obtain [ ] βˆ’ ≀ βˆ’ < [ ] βˆ’ + 1.
This is the definition of the integer part of βˆ’ , thus [ ] βˆ’ = [ βˆ’ ], and
therefore we obtain the result.
DEFINITION . .
We define an ‐combination as the number of ways to choose a particular
number of elements from a set of size , with ∈ β„€, β‰₯ 0, and 0 ≀ ≀ . In choosing
our elements, the order of the selected elements does not matter. We say choose ,
and denote it by
( , ) = =
!
! ( βˆ’ )
.
EXAMPLE . .
Suppose we are asked to find the number of possible ways to choose 6
blocks from a group of 10 distinct blocks, regardless of their order. Then the number of
ways to do this is equal to
(10,6) =
10
6
=
10!
6!(10 βˆ’ 6)
=
10!
6! β‹… 4
= 210.
Next we will introduce the Binomial Theorem, which helps us begin our proof of
Tchebychev’s theorem. The proof of the Binomial Theorem is irrelevant to this paper,
and is therefore omitted.
5
THEOREM . .
(Binomial Theorem) Let and be variables and let be a nonneg‐
active integer. Then
βˆ‘ = ( + )
DEFINITION . .
We define the factorial function as : β„• β†’ β„€ , denoted by ( ) = !. The value of
( ) = ! is the product of the first positive integers, so ( ) = 1 β‹… 2 β‹… 3 β‹… … ( βˆ’ 1) β‹… ,
and (0) = 0! = 1.
EXAMPLE . .
Take 5!. By the definition, 5! = 5 4 3 2 1 = 120. Similarly, 13! = 13 β‹… 12 β‹… 11
10 β‹… 9 β‹… 8 β‹… 7 β‹… 6 β‹… 5 β‹… 4 β‹… 3 β‹… 2 β‹… 1 = 6,227,020,800.
THEOREM . .
(Fundamental Theorem of Arithmetic) Every positive integer greater than 1 can
be written uniquely as a prime or as the product of two or more primes where the
prime factors are written in order of node creasing size.
EXAMPLE . .
Take for instance = 21. Then by the Fundamental Theorem of Arithmetic,
21 = 3 β‹… 7. Similarly, for = 420, we see that 420 = 2 β‹… 3 β‹… 5 β‹… 7.
6
CHAPTER 3
Tchebychev’s Theorem
We begin this section with some necessary definitions and results that will prove to be
useful in the proof of Tchebychev’s Theorem. Our first definition plays a central role throughout the
duration of this paper.
DEFINITION . .
Given any number > 1, we define the number of prime numbers less than or equal
to as ( ).
LEMMA . .
Let , ∈ β„€. Then ( + ) < ( ) + .
PROOF
We know that the number of prime numbers less than or equal to is ( ).
Similarly, the number of prime numbers less than or equal to + is ( + ) . If we take the
difference between the number of prime numbers less than + , and the number of prime
numbers less than , this difference is clearly less than or equal to . We can see this with the
following inequality:
( + ) βˆ’ ( ) ≀ .
Rearranging, we obtain ( + ) ≀ ( ) + , the required result.
LEMMA . . Let be any real number. Then
(0.1) 2 [ ] =
[2 ] if βˆ’ [ ] <
[2 ] βˆ’ 1 if βˆ’ [ ] β‰₯
PROOF.
To prove this, we will have to consider two cases, the first of which being if βˆ’ [ ] < .
7
Rearranging, we obtain < [ ] + . From here, clearly2 < 2[ ] + 1, and since in general[ ] ≀ ,
then 2 [ ] ≀ 2 < 2[ ] + 1. This inequality implies that 2[ ]is the integer part of2 , and hence
2[ ] = [2 ]. For the second case, we have that βˆ’ [ ] β‰₯ . Rearranging, we obtain[ ] ≀ βˆ’ .
From here, we can see that 2 [ ] ≀ 2 βˆ’ 1, where 2 βˆ’ 1 is also equal to 2 βˆ’ 2 + 1. Factoring,
we obtain2( βˆ’ 1) + 1, and since in general we have that βˆ’ 1 < [ ], then clearly 2 βˆ’ 1 =
2( βˆ’ 1) + 1 < 2[ ] + 1. Simplifying the inequality, we find that 2 [ ] ≀ 2 βˆ’ 1 < 2[ ] + 1. This
by definition implies that 2[ ]is the integer part of 2 βˆ’ 1, and hence 2 [ ] = [2 βˆ’ 1]. Using
Lemma (1.7), we have that 2 [ ] = [2 βˆ’ 1] = [2 ] βˆ’ 1, which proves the second case.
LEMMA . . Given any positive integer ,
+
2
+ β‹― +
2
=
βˆ’
2
1 βˆ’
1
2
.
Obtain = + β‹― + .Now,ubtra ting fro , we indthat βˆ’
β€²
= + … βˆ’
+ + β‹― + . Wcan … eta11themidd1eterms
othep . . β€²
right hand side cancel, and we are left
with βˆ’ = βˆ’ . Factoring out , we have that 1 βˆ’ = βˆ’ , which after further
rearrangement gives us = . Now, since = + + β‹― + , we obtain + + β‹― +
= , the result we are looking for.
With the above information, we now have the necessary tools to prove Tchebychev’s
Theorem.
We will now formally introduce this very important Theorem, and its proof will immediately
follow.
8
THEOREM . .
(Tchebychev’s Theorem) Let be any positive integer greater than or equal to 1.
Then ( )has the following upper and lower bounds:
0.1
log
< ( ) < 4
log
.
PROOF. Given two numbers and , the binomial theorem states that
βˆ‘ = ( + )
Substituting2 for , and setting both and equal to 1, then we have
βˆ‘ 2
(1) (1) = 1 +
2
2
+
2
3
+ β‹― +
2
+ β‹― +
2
βˆ’12
+1 = (1 + 1) = 2 It
is clear that
2
> 0 for any , thus by rearranging, we can see that
2
< 2
We now claim that > 2 for all < . Indeed, multiplying both sides by ( βˆ’ ) , which is
positive when < , we obtain
( )( )
( )
> 2 β‹… ( βˆ’ ) .
Simplifying on the left, and expanding on the right, we obtain 2 βˆ’ > 2 βˆ’ 2 . After further
simplification, we reach our result as it is clear that 2 > .
Next, we expand the combination
2
.
2
=
(2 )!
( !)
=
2 β‹… (2 βˆ’ 1)(2 βˆ’ 2)(2 βˆ’ 3) … 2 βˆ’ ( βˆ’ 1) (2 βˆ’ )!
( !)
=
2 β‹… (2 βˆ’ 1)(2 βˆ’ 2)(2 βˆ’ 3) … ( + 1)( !)
( !)
9
=
2 β‹… (2 βˆ’ 1)(2 βˆ’ 2)(2 βˆ’ 3) … ( + 1)
!
=
2 2 βˆ’ 1
βˆ’ 1
2 βˆ’ 2
βˆ’ 2
…
+ 1
1
Times
= 2
From above, we obtain the following expression
4) 2 ≀
2
. Now, from (0.3) and (0.4), we can see that
2 ≀
2
< 2
We will now look at the prime factorization of
2
. First, we will look at the
prime Factorization of !for any positive integer . Letting be aprime number less than
or equal to , we can write = + , where has order , ∈ β„•, and β„“ < Clearly,
since β„“ < , then = + β„“ < + = ( + 1) . From here, we obtain the
following inequality
=
βˆ’ β„“
≀ < + 1,
Therefore, by definition, is the integer part of , thus =
Now, expanding !we obtain the following expression,
! = 1 β‹… 2 β‹… … β‹… β‹… … β‹… 2 β‹… … β‹… β‹… … β‹… 2 β‹… … β‹… β‹… … β‹… 2 β‹… … ,
Where is any prime less than or equal to . Therefore we obtain = multiples of
which are less than , = multiples of which are less than , and in general
= Multiples of which are less than . This allows us to count all the multiples
of of order 1, as well as all the multiples of with order 2, and so on, up to all
multiples of of order . For this reason, the power of in the prime factorization of !is
10
= + + β‹― + , where is the largest integer such that < If we now apply
this knowledge to the expansion of
2
=
( )!
( !)
, we find that it will contain the
following,
β‹―
β‹―
β‹―
=
β‹―
=
2
+
2
+ β‹― +
2
βˆ’ 2
p
+ + β‹― +
=
β‹―
,
with aprime less than or equal to2 and the largest integer such that ≀ 2 . Next,
using Lemma2.3, by setting = , we obtain
2
2
=
[ ]
[ ] βˆ’ 1
if βˆ’ < if βˆ’ β‰₯
Now, we will examine the expression [ ] βˆ’ 2 . From (0.8), if 2 = [ ], then
[ ] βˆ’ 2 = [ ] βˆ’ [ ] = 0. On the other hand, if 2 = [ ] βˆ’ 1 then[ ] βˆ’ 2 = [ ] βˆ’
([ ] βˆ’ 1) = 1. From this, it is clear that
7) [ ] βˆ’ 2 ≀ 1 for all .
Returning to the following expression,
( 2
βˆ’ 2 ) +
2
βˆ’ 2 + β‹―+
2
βˆ’ 2 ,
11
If we set = from (0.7), then = . This can therefore be used to show that
2
βˆ’ 2 +
2
βˆ’ 2 + β‹― +
2
βˆ’ 2 ≀ 1 + 1 + β‹― + 1 =
Now, if we denote by the prime numbers in the prime factorization of
2
, then
We can see that each will have a power less than or equal to , where ≀ 2 . This
is shown below:
Since there are many primes less than or equal to2 , we can set = (2 ) . This
Means that
2
≀ 2 ( )
.
Now, we will take a look back at the following expression:
2
=
2 β‹… (2 βˆ’ 1)( + 1)
β‹… ( βˆ’ 1)1
.
We will take all the primes that divide
2
, and put them into two groups. First of all,
we denote the primes that divide
2
by , , …, , , …, . We will make our first
group of primes all the primes less than or equal to , and they will be the primes
, , …, . Our second group of primes will consist of all the primes greater than but
less than or equal to2 , and they will be the remaining primes; , , …, . Clearly,
the product of all of the primes in our second group divides
2
=
( )!
( !)
since they
appear in the numerator only. Thus:
2
β‰₯ β‹… > β‹… β‹… … β‹… =
Now since up to consist of many primes, and to consist of many primes,
then it is clear that the amount of primes from to is exactly equal to βˆ’ . We
may also note that the primes up to are all less than or equal to as defined above,
which by definition means that there are exactly ( )of them. By setting = ( ) , we
12
obtain the following expression:
<
2
≀ 2 ( )
which implies ( ) ( )
<
2
≀ 2 ( )
.
By comparing (0.5) with the above result, we see that 2 ≀
2
≀ 2 ( )
which
implies 2 ≀ 2 ( )
. Taking the logarithm of both sides, we find that
log (2 ) ≀ log 2 ( )
β‹… log (2) ≀ (2 ) β‹… log (2 )
β‹… log (2)
log (2 )
≀ (2 )
2
log (2 )
log (2)
2
≀ (2 )
( )
(0.1505149 …) ≀ (2 ) .
Therefore for any even number = 2 , we have shown the first half of the desired
inequality. For odd, we can use a similar argument to satisfy the inequality. We first
claim that 2 β‰₯ (2 + 1) for β‰₯ 1. Clearly, 6 β‰₯ 2(2 + 1) = 4 + 2. Collecting like
terms we find that 2 β‰₯ 2, which is equivalent to β‰₯ 1. Now, using this fact, we take
any odd = 2 + 1. We know from above that β‹… log (2) ≀ (2 ) β‹… log (2 ) . We can use
this to show the following:
β‹… log (2) ≀ (2 ) β‹… log (2 ) ≀ (2 + 1) β‹… log (2 + 1)
2
3
(2 + 1)
log (2)
2
≀ 2 β‹…
log (2)
2
≀ (2 + 1) β‹… log (2 + 1)
(2 + 1)
log (2 + 1)
2
3
log (2)
2
≀ (2 + 1)
( )
( )
(0.1003433 …) ≀ (2 + 1) .
Since for any even we have β‹… (0.1505149 … ) ≀ ( ) , and for any odd we have
(0.1003433 …) ≀ ( ) , then we can conclude that for all > 1,
(0.1003433 …) ≀ ( ) .
13
We now begin the proof of the second half of the desired inequality. From (0.5) and
we find that ( ) ( )
< 2 Taking the logarithm of both sides, we find that
log ( ) ( )
< (2 )
(2 ) βˆ’ ( ) β‹… log < 2 β‹… log 2
(2 ) βˆ’ ( ) < 2 β‹… log 2 β‹…
log
= (0.60206)
log
.
We now suppose that > 1, for ∈ ℝ. Setting = and letting = from
our previous result ( we find that either [ ] = 2 or [ ] = 2 + 1. For the first if2 =
[ ] βˆ’ 1,then with = [
[
, we indthat2 = [ ] βˆ’ case’′if 2 = [ ],then sincen=
]
], β€²wehavethat[ ] = 2 lwhichimplies thatFor thesecond case[ ] = 2 + 1.
We now observe two results. The first result is that ( ) = ([ ]) = (2 + 1) ≀
(2 ) + 1, using Lemma (2.2). This is true because[ ]is either 2 + 1 or2 . The second
result is that = = ( ) , as = . From these two results, we obtain the
following expression:
( ) βˆ’
2
≀ (2 ) + 1 βˆ’ ( ) = (2 ) βˆ’ ( ) + 1
< 2 β‹… log 2 β‹…
log
+ 1
< 2 β‹… log 2 β‹…
log
+
log
= (2 β‹… log (2) + 1)
log
= (1.60206)
log
.
We now claim that < for β‰₯ 3 and < . We begin by looking at the
14
root of the first few integers:
√2 = 1.41 √3 = 1.44 √4 = 1.41 √5 = 1.37 …
We can see that for β‰₯ 3, √ . Taking the logarithm of both sides, we find
weobin
(
<
)
. Nowthat ,
β‹… 1 +< β‹… 10since = then for β‰₯ 3,
implies that for > , < . Rearranging,
( ) βˆ’
2
< (2 β‹… log (2) + 1)
log
.
We can also show that the above inequality holds for < 3. First, if < 3, this is
equivalent to saying < 6. But we know for any < 10, then log < 1, so clearly
(
) > 1.Using whatwehavejust βˆ’ . C1ear1y, forall > , shown, we now look at
the same expression as before
( ) βˆ’
2
< ( ) < <
log
< (2 β‹… log (2) + 1)
log
.
We now look at the following inequality:
( ) log ( ) βˆ’
2
log
2
= ( ) log ( ) βˆ’
2
log ( ) +
2
log ( ) βˆ’
2
log
2
= ( ) βˆ’
2
β‹… log ( ) +
2
log ( ) βˆ’ log
2
< (2 β‹… log (2) + 1)
log ( )
β‹… log ( ) +
2
log ( ) βˆ’ log ( ) βˆ’ log (2)
< (2 β‹… log (2) + 1) β‹… +
2
[ log (2)]
= 2 β‹… log (2) + 1 +
log (2)
2
β‹…
= (1.75257 …). .
Now, taking to be any arbitrary positive integer, from above we obtain the following
set of inequalities:
15
( ) log ( ) βˆ’ log < (1.75257 …). ,
2
log
2
βˆ’
4
log
4
< (1.75257… )
2
,
4
log
4
βˆ’
8
log
8
< (1.75257… )
4
,
2
log
2
βˆ’
2
log
2
< (1.75257 …)
2
.
We now choose so that 2 > . Adding all the inequalities from the previous step, we
obtain the following:
( ) log ( ) βˆ’
2
log
2
+
2
log
2
βˆ’
4
log
4
+ β‹― +
2
log
2
βˆ’
2
log
2
+
2
log
2
βˆ’
2
log
2
< (1.75257 …). + (1.75257 …) + β‹― + (1.75257… )
= (1.75257 …) + + β‹― +
The above expression can simplify to
( ) log ( ) βˆ’ log < (1.75257…) + + β‹― +
Now, using Lemma2.4, we find that
( ) log ( ) βˆ’ log < (1.75257…)
= (3.50514) βˆ’
< (3.50514). < 4 ,
using the fact that 0 < < 1. Setting = 0 due to the fact that < 1, we can
therefore conclude that
( ) log ( ) βˆ’
2
log
2
< 4
( ) log ( ) βˆ’ 0 β‹… log
2
< 4
16
( ) log ( ) < 4
( ) < 4 β‹…
log
.
Comparing the above inequality with (0.9), we find that
(0.1003433…) ≀ ( ) < 4 β‹… ,
Thus completing the proof.
We can also complete this proof using the natural logarithm, as opposed to the loga‐
rithm of base 10. The proof remains the exact same, except for when computing values
in certain parts of the proof. Instead of computing values using log base 10, we can use
log base , which is equivalent toln. Computing these values, we find that (0.9) can be
changed to
(0.2310406) ≀ ( ) ,
and the other side of the inequality can be changed to
( ) < 6 β‹…
ln
This implies that in terms of the natural logarithm, ( )can be approximated in the
following way:
(0.23) ≀ ( ) < 6 β‹… .
17
CHAPTER 4
Mertens’ First Theorem
In this section, we use what we have proved in the previous chapter to examine an
application of the distribution of prime numbers. We begin by stating some useful tools
which will be helpful in the proof Mertens’ First Theorem.
LEMMA . . Let be an integer and a prime number. Then
Μ‡
+
Μ‡
+
Μ‡
+ β‹― + =
βˆ’
1 βˆ’
1
.
PROOF. We begin by setting = + + + … + . Multiplying by we
obtain = + + β‹― + . Subtracting from we obtain
βˆ’
Μ‡
=
Μ‡
+
Μ‡
+
Μ‡
+ β‹― + βˆ’
Μ‡
+
Μ‡
+ β‹― +
=
Μ‡
+
Μ‡
+
Μ‡
+ β‹― + βˆ’
Μ‡
βˆ’
Μ‡
βˆ’ β‹― βˆ’ βˆ’
=
Μ‡
βˆ’
?
.
Factoring out from the left side, we obtain 1 βˆ’ = βˆ’ . Dividing both sides
by 1 βˆ’ , and substituting + + + β‹― + for , we obtain + + + β‹― +
= , the result we are looking for.
LEMMA . . Take ∈ β„•, and let > 1 for ∈ ℝ. Then
1 +
1
2
+
1
3
+
1
4
+ β‹― +
1
tends to a limit lying between and .
LEMMA . . Let be any positive integer. Then !satisfies the following inequality:
18
4
5
β‹… β‹… β‹… βˆ’ < ! < β‹… β‹… βˆ’
LEMMA3.4. Let ∈ ℝ. Then
2 log < √ ,
for > 0.
PROOF. To show this, we rearrange our expression to look like √ βˆ’ 2 log > 0.
Treating this expression like a function, it is sufficient to show that this function is
always positive for > 0. Taking the derivative of the function ( ) = √ βˆ’ 2 log ,
we obtain
( ) =
1
2√
βˆ’
2 log
=
βˆ’ 4√ (0.43429)
2 √
=
√ βˆ’ 1.73716
2
.
Setting our derivative equal to0, we find that
0 =
√ βˆ’ 1.73716
2
β‡’ √ = 1.73716 β‡’ = 3.01772,
therefore we must have a maximum or minimum at a = 3.01772, and an asymptote at
= 0. Substituting values that are in neighborhood of a = 3.01772 into our derivative,
we find that (3)is negative, and (3.1)is positive, meaning that our function
decreases to = 3.01772 and then increases indefinitely. This is illustrated by
substituting values into our original function:
(3) = 0.777808 (3.01772) = 0.777801 (3.1) = 0.77795
Because (3.01772)is our local minimum, and it is positive, we can therefore conclude
that for > 0, ( ) = √ βˆ’ 2 log is positive. This implies that √ βˆ’ 2 log > 0 and
therefore 2 log < √ .
19
THEOREM . .
(Mertens’ First Theorem) Let 2, 3, 5, 7, 11, 13,…, be the primes not
exceeding a given integer N. Then there exists a constant , that can be taken equal to
4, such that
|
log 2
2
+
log 3
3
+
log 5
5
+ β‹― +
log
βˆ’ log | < .
PROOF.
We begin by decomposing a given integer !into its prime factors. As we
have seen in the proof of Tchebychev’s Theorem, !has the following form:
(0.10)
! = β‹… … ,
with , , …, the primes less than or equal to , and
= βˆ’
Μ‡
Μ‡ Μ‡
] + β‹― + βˆ’
where ? ≀ . Taking logarithms of both sides of (0.10), we obtain
log ! = log β‹…
= log + log + β‹― + log
= log + log + β‹― + log .
Now, we can estimate log !in two ways. By the definition of , we can see that the
right hand side of the above equation has the form
+ + + β‹― + log
+( βˆ’ βˆ’ βˆ’ … + βˆ’ log
+ β‹― + ( βˆ’ βˆ’ βˆ’ … + βˆ’ log .
20
We now wish to simplify the above expression by changing
βˆ’
Μ‡
βˆ’
Μ‡
Μ‡
] + β‹― + βˆ’ to
Μ‡
+
?
+
Μ‡
+ β‹― + ,
Where remains less than for 1 ≀ ≀ , and with ≀ . By removing the integer
part notation, we introduce an error of no more than 1 per term in the estimation of
log !. Indeed, by definition
βˆ’ ≀ βˆ’ 1,
thus, for each sum of (0.11), (0.12), and (0.13), we have an error of , , …,
respectively, as there are exactly many terms in the sum of
βˆ’
Μ‡
βˆ’
Μ‡ Μ‡
] + β‹― + βˆ’
We have now found a total error on our estimation of log !, namely
β‹… log + β‹… log + β‹… log + β‹― + β‹… log
= log + log + log + β‹― + log
times
In the above expression, we can see that is equal to the number of primes less than or
equal to , thus by Tchebychev’s Theorem,
= ( ) < ′’
where can be taken equal to 4. We can now see that our estimate of log !is bounded
by
log <
log
β‹… log = .
This allows us to construct an upper and lower bound for log !:
βˆ’ + + + β‹― +
+ + + β‹― + ) log + β‹― . . . + + + + β‹― +
21
log β‰₯ log ! >
+ + + … + log + β‹― +
βˆ’ + + + β‹― +
+ + + β‹― +
) log βˆ’ .
We can now modify Lemma3.1in the following way:
Μ‡
+
Μ‡
+ + β‹― + =
βˆ’
1 βˆ’
<
N
1 βˆ’
=
βˆ’ 1
β€²β€²
and we also note that
Μ‡
≀
Μ‡
+
Μ‡
+
Μ‡
+ β‹― + .
Using these two facts, we find that
(βˆ—) log + log + β‹― + log β‰₯ log !
> log + log + β‹― + log βˆ’ .
We wish to simplify the above inequality even further, so as it has the following form:
(βˆ—βˆ—) + + β‹― + + > !
> + + β‹―+ βˆ’ ,
where is a positive constant. To do this, we must find the difference between the left
and right hand sides of (βˆ—) and (βˆ—βˆ—) . We can begin with the obvious case, which is the
right side. Clearly, has simply been factored from all the terms on the right hand side
of (βˆ—) , thus the right hand sides of (βˆ—) and (βˆ—βˆ—) are equivalent. For the former case, we
first find how much the left hand side of (βˆ—) differs from
log
+
log
+ β‹― +
log
This difference will ultimately be our value. After factoring out from (βˆ—) , we find
that the difference for each term is equal to
log
βˆ’ 1
βˆ’
log
=
log βˆ’ ( βˆ’ 1) log
( βˆ’ 1)
=
log
( ? β‹… βˆ’1)
,
22
For = 1,2,3, …, , thus the total difference between the left hand side of (βˆ—) and (0.14)
is
log
( βˆ’ 1)
+
log
( βˆ’ 1)
+ β‹― +
log
( βˆ’ 1)
We now claim that for any β‰₯ 2
log
( βˆ’ 1)
<
1
√
.
It is clear that the above inequality implies log <
√
, which is equivalent to 2
log < 2 √
. Working with the right hand side of the inequality, we find that for
β‰₯ 2,
2
βˆ’ 1
√
= 2
√ ( βˆ’ 1)
= 2 √ βˆ’
√
β‰₯ 2 √ βˆ’
√
2
= √ .
Now, using Lemma3.4, since
2 log < √ and 2
√
β‰₯ √ a,
we can therefore conclude that 2 log < 2
√
.
We can now find an upper bound for the sum inside the brackets of (0.15):
log
( βˆ’ 1)
+
log
( βˆ’ 1)
+ β‹― +
log
( βˆ’ 1)
<
1
+
1
+ β‹― +
1
< 1 +
1
2√2
+
1
3√3
+
1
4√4
+ β‹― +
1
√
.
Using Lemma4.2, taking = , we find that the last sum of our previous inequality is
bounded:
1 +
1
2√2
+
1
3√3
+
1
4√4
+ β‹―+
1
√
<
3
2 βˆ’ 1
3
2
= 3.
We can therefore conclude that the difference between the left hand side of (βˆ—) and
23
(0.14), namely , can be taken equal to 3.
We now find another estimate for log !using Lemma3.3. Recall that
√ . βˆ’ < ! < √ . βˆ’
Where = and = . Taking logarithms of each part of the inequality, we obtain
log β‹… β‹… < ! < β‹… β‹… βˆ’
log + log √ + log βˆ’ < ! < + log √ + log βˆ’
(Β§) log + log + ( log βˆ’ log ) < ! < + log + ( log βˆ’ log ) .
We proved previously that < for β‰₯ 3 and < . Rearranging this
inequality, we find that
log
<
log
.
Thus, it is clear that for β‰₯ 3,
1
2
log
<
1
2
log 3
3
< 0.08
and
log
<
log
3
< 0.15.
Using these two inequalities, we can modify (Β§) in the following way
log +
1
2
log + ( log βˆ’ log ) < ! < +
1
2
log + ( log βˆ’ log )
( log βˆ’ log ) < ! <
log
+
log
2
+ ( log βˆ’ log )
( log βˆ’ log ) < ! <
log
+
1
2
log
+ log βˆ’ log
( log βˆ’ log ) < ! < (0.15 + 0.08 + log βˆ’ log )
( log βˆ’ log ) < ! < ( log βˆ’ log + 0.23) .
24
Now, we recall from (βˆ—βˆ—) that
log
+
log
+ β‹― +
log
+ > !
>
log
+
log
+ β‹― +
log
βˆ’
Comparing this inequality with the previous inequality, we come to two conclusions. First,
log
+
log
+ β‹― +
log
+ > βˆ’ log ,
and second,
log
+
log
+ β‹― +
log
βˆ’ < βˆ’ log + 0.23.
Rearranging the two inequalities, we obtain
log
+
log
+ β‹― +
log
βˆ’ log > βˆ’ βˆ’ log
and
log
+
log
+ β‹―+
log
βˆ’ log < βˆ’ log + 0.23.
Using the fact that and can be taken equal to 3 and 4 respectively, we can calculate
the right hand sides of the two expressions above. Thus, βˆ’ βˆ’ log = βˆ’3 βˆ’ 0.43429 =
βˆ’3.43429 and βˆ’ log + 0.23 = 4 βˆ’ 0.43429 + 0.23 = 3.79571. Taking the larger of the
absolute value of these two numbers, namely | βˆ’ 3.43429| < |3.79571| < 4, we obtain
βˆ’4 <
log
+
log
+ β‹― +
log
βˆ’ log < 4.
This was the result we were looking for, which therefore completes this proof.
25
CHAPTER 5
Mertens’ Second Theorem
We begin this chapter by introducing an extremely useful formula which, with the
help of Mertens’ First Theorem, will enable us to prove Mertens’ Second Theorem.
THEOREM . . (Abel’s Formula) Consider the sum
= + + +. . . + ,
where , , , …, and , , , …, are any two sequences of numbers, and denote
the sums , + , + + , …, + + + … + by , , , …, respectively.
Then
= ( βˆ’ ) + ( βˆ’ ) + ( βˆ’ ) + β‹― + ( βˆ’ ) + .
THEOREM . . (Mertens’ Second Theorem) Given any > 1, for all < with
prime, the expression
1
2
+
1
3
+
1
5
+
1
7
+ β‹― +
1
βˆ’ ln ln
is less than some relatively small constant , where is independent of .
PROOF.
To begin this proof, we first examine the series
=
1
+
1
+
1
+
1
+ β‹― +
1
,
where , , …, are all the primes less than or equal to any integer . We now set
=
1
log
β€²β€² =
1
log
β€²β€² =
1
log
, … , =
1
log
=
log
, =
log
, =
log
, … , =
log
.
26
Using Theorem . , denoting the sums , + , + + , …, + + + β‹― +
by , , , …, respectively, we obtain
=
log
,
=
log
+
log
,
=
log
+
log
+ β‹― +
log
.
We can now write our series in terms of , , …, , and , , …, . Clearly
+ + +. . . +
=
1
log
log
+
1
log
log
+ β‹― +
1
log
log
=
1
+
1
+
1
+
1
+ β‹― +
1
,
but by Theorem . ,
+ + + β‹― +
= ( βˆ’ ) + ( βˆ’ ) + ( βˆ’ ) +. . . +( βˆ’ ) + , thus
1
+
1
+
1
+
1
+ β‹― +
1
=
1
log
βˆ’
1
log
+
1
log
βˆ’
1
log
+
1
log
βˆ’
1
log
+ β‹― +
1
log
βˆ’
1
log
+
1
log
β‹…
(βˆ—) = βˆ’ + βˆ’
+
1
log
βˆ’
1
log
+ β‹― +
1
log
βˆ’
1
log
+
1
log
βˆ’
1
log
+
1
log
β‹… .
27
Now by Theorem3.5, we can deduce that:
|
log
βˆ’ log | < β‡’ | βˆ’ log | < β‡’ < + ,
|
log
+
log
βˆ’ log | < β‡’ | βˆ’ log | < β‡’ < + ,
|
log
+
log
+
log
βˆ’ log | < β‡’ < + ,
|
log
+
log
+ β‹― +
log
βˆ’ log | < β‡’ < + ,
|
log
+
log
+ β‹― +
log
βˆ’ log | < β‡’ < + ,
where can be taken equal to 4. Thus we can conclude that
< + , < + , < + , …
. . . , < + , and < + .
From above, it follows that + + + + β‹― +
<
1
log
βˆ’
1
log
( log + ) +
1
log
βˆ’
1
log
( log + )
+
1
log
βˆ’
1
log
( log + ) + β‹― +
1
log
βˆ’
1
log
log +
+ βˆ’ ( log + ) + ( log + )
=
1
log
βˆ’
1
log
log +
log
βˆ’
log
+
1
log
βˆ’
1
log
log +
log
βˆ’
log
+
1
log
βˆ’
1
log
log +
log
βˆ’
log
+ β‹―
+
1
log
βˆ’
1
log
log +
log
βˆ’
log
+
1
log
βˆ’
1
log
log
+
log
βˆ’
log
+
1
log
log +
log
.
The bound on our series = + + + + β‹― + can simplify to
1 +
βˆ’ log
log
+
log
+
1
log
βˆ’
1
log
log +
1
log
βˆ’
1
log
log
28
+ β‹― +
1
log
βˆ’
1
log
log +
1
log
βˆ’
1
log
log +
1
log
log ,
which after further rearrangement yields
(βˆ—βˆ—) 1 + [ + βˆ’ log + βˆ’ log + β‹―
+
1
log
βˆ’
1
log
log +
1
log
βˆ’
1
log
log +
1
log
log ] +
log
.
Now we will focus on the expression found inside the square brackets. We can expand
the expression to look like
βˆ’ log
log
+
log
log
βˆ’
log
log
+
log
log
βˆ’
log
log
+ β‹―
. . . + βˆ’ + βˆ’ + ,
then factor the common denominators, which will yield the following
( log βˆ’ log )
1
log
+ ( log βˆ’ log )
1
log
+ ( log βˆ’ log )
1
log
+ β‹― + ( log βˆ’ log ) + ( log βˆ’ log ) . We can now estimate the above
expression geometrically by constructing a graph to
model the series. We can depict the expression by the sum of βˆ’ 1 rectangles. The
area of the first rectangle will have a base of length ( log βˆ’ log ) and a height of
length , as per the first term in our expression. The second rectangle will have a
base of length ( log βˆ’ log ) , and a height of length . This pattern continues up
to our ( βˆ’ 1) rectangle, which will have a base of length ( log βˆ’ log ) and a
height of length . these rectangles are plotted in Figure (4.1). We now observe that
when = log , that = . Similarly, when = log , = , and so on, up to
= log , and = . In general we find that = , which is a hyperbola that
intersects the top right corner of each rectangle. This hyperbola is also shown in
29
Now that we have defined the hyperbola such that the shaded rectangles are all
below its graph, we have thus found an upper bound on all the rectangles, and
therefore an upper bound on the series . We simply need to calculate the area below
the hyperbola = between the points = log and = log . This is done easily
using calculus. Clearly
∫ = ( ln )| = ln ( log ) βˆ’ ln ( log ) .
We can therefore conclude that the expression in the square brackets from (βˆ—βˆ—) , is
bounded by ln ( log ) βˆ’ ln ( log ) , and thus
(0.18) + + + + β‹― + < 1 + ( log ) βˆ’ ln ( log ) + .
We now focus our attention on finding a lower bound for our series = + + +
+ β‹― + . Recall that
=
log
+
log
+ β‹― +
log
,
where = (1,2, … , ), and ≀ . Adding and subtracting , where > , we
find that
>
log
+
log
+ β‹― +
log
+
log
βˆ’ .
Here, we can let = , as for β‰₯ 3, < . Now, as a result of Mertens’ First
Theorem, we find that βˆ’ < + + + β‹― + + βˆ’ log ,
Which implies
log βˆ’ <
log
+
log
+
log
+ β‹― +
log
+
log ?
.
Returning to equation (0.19), we can conclude that
30
>
log
+
log
+
log
+ β‹― +
log
+
log
βˆ’
> ( log ? βˆ’ ) βˆ’ ,
for 1 ≀ < . Using the same argument, we find that
log
+
log
+
log
+ β‹― +
log
> βˆ’ βˆ’ ,
with the βˆ’ added in for convenience. From above, we can conclude that
> βˆ’ βˆ’ , > βˆ’ βˆ’ , …
. . . , > βˆ’ βˆ’ , > βˆ’ βˆ’ .
Now, referring back to (βˆ—) , we find that
1
+
1
+
1
+
1
+ β‹― +
1
>
1
log
βˆ’
1
log
( log βˆ’ βˆ’ ) +
1
log
βˆ’
1
log
( log βˆ’ βˆ’ )
+
1
log
βˆ’
1
log
( log βˆ’ βˆ’ ) + β‹― +
1
log
βˆ’
1
log
( log βˆ’ βˆ’ )
+ βˆ’ ( log βˆ’ βˆ’ ) + ( log βˆ’ βˆ’ )
=
1
log
βˆ’
1
log
log βˆ’
+
log
+
+
log
+
1
log
βˆ’
1
log
log
βˆ’
+
log
+
+
log
+
1
log
βˆ’
1
log
log βˆ’
+
log
+
+
log
+ β‹―
. . . + βˆ’ log βˆ’ + + βˆ’ log
βˆ’
+
log
+
+
log
+
1
log
log βˆ’
+
log
.
With further rearrangement, we obtain
=
1
log
βˆ’
1
log
log βˆ’
+
log
+
1
log
βˆ’
1
log
log
+
1
log
βˆ’
1
log
log + β‹― +
1
log
βˆ’
1
log
log
+
1
log
βˆ’
1
log
log +
1
log
log
=
log
log
βˆ’
log
log
+
log
log
βˆ’
log
log
+
log
log
βˆ’
log
log
+ β‹― +
log
log
βˆ’
log
log
31
+
log
log
βˆ’
log
log
+
1
log
log βˆ’
+
log
= [( log βˆ’ log )
1
log
+ ( log βˆ’ log )
1
log
+ ( log βˆ’ log )
1
log
+ β‹―
. . . +( log βˆ’ log ) ] + 1 βˆ’ .
In this last step, we omitted the βˆ’ term, and replaced it with βˆ’ . Now, as we
have previously done with the upper bound on , we can see that the sum inside the
square brackets above is simply the sum of differently sized rectangles. This time, the
secondrectang1ewi11have abase of1ength( log βˆ’ log )andaheight of1en first
rectang1ewi11have abase of1ength ( log βˆ’ log )andaheight of1ength
,
. e and
so on, up to a rectangle with a base of length ( log βˆ’ log ) and height of length
. These rectangles are shown in Figure4.2.
Figure4.2
We can see that when = log , = . This pattern holds for all , with ≀ . We
also notice that, as before, these coordinates define the function = , only this
Time, the curve intersects the top left hand corner of the rectangles, as shown in
Figure 4.2. This implies that the area bounded by the curve between log and log is
less than the area of the shaded rectangles. We simply need to calculate this area,
which will in turn give us a lower bound for our series, but we have already calculated
this to be ln ( log ) βˆ’ ln ( log ) from
Now that we have a lower bound for the sum of the rectangles, we find that
+ + + + β‹― + > ( log ) βˆ’ ln ( log ) + 1 βˆ’ .
Next, combining equations (0.18) and (0.20), we find that for = + + + + β‹― +
32
(0.21) ln ( log ) βˆ’ ln ( log ) + 1 βˆ’ < < 1 + ( log ) βˆ’ ln ( log ) + .
Now, as opposed to using logarithms of two different bases in our expression, we will
use the fact that
log = ln ,
where = log . This changes (0.21) to
ln ( ln ) βˆ’ ln ( log ) + 1 βˆ’
+
log
< < 1 + ( ln ) βˆ’ ln ( log ) +
log
ln ln + ln βˆ’ ln ( log ) + 1 βˆ’ < < 1 + + ln βˆ’ ln ( log ) + .
From here we can simply evaluate our expression using the fact that = log =
0.43429 …, = 2, = 4, and = = 0.15904…. Clearly,
ln ln + ln βˆ’ ln ( log ) + 1 βˆ’
+
log
= ln ln + ln (0.43429) βˆ’ ln ( log 2) + 1 βˆ’
4 + 0.15904
log 2
= ln ln + (βˆ’0.83404) βˆ’ (βˆ’1.20054) + 1 βˆ’ (13.81603)
= ln ln βˆ’ 12.44953 > βˆ’ 13.
Similarly,
1 + ln ln + ln βˆ’ ln ( log ) +
log
= ln ln + 1 + (βˆ’0.83404) βˆ’ (βˆ’1.20054) +
4
0.30102
= ln ln + 14.65465 < + 15.
Comparing the two inequalities above, we finally obtain
ln ln βˆ’ <
1
+
1
+
1
+
1
+ β‹― +
1
< + ,
where = 15, the larger of the upper and lower bounds. This completes the proof.
33
CHAPTER 6
CONCLUSION
This project explored how prime numbers are distributed throughout the set of real
numbers. We proved that there exists an upper and lower bound on ( ), which is dependent on . It is
fascinating to see how such a complicated yet relatively elementary proof can yield such an elegant
result. We used this result to explore further problems in the study of prime numbers, specifically,
Mertens’ First and Second Theorem.
In Mertens’ First Theorem, we used similar arguments as in the proof of Tchebychev’s
Theorem, and simply found the magnitude of errors between different series. The proof of Mertens’
Second Theorem was more geometrically intuitive. We used Mertens’ First Theorem as well as Abel’s
Formula to transform our series into another more convenient series, which could be interpreted
geometrically. This allowed us to find an upper and lower bound using integration, which enabled us to
ultimately complete the proof.
From this point, the next step in research could be exploring the proof the the Prime
Number Theorem. This would involve a much more complicated proof, using methods from Complex
Analysis.
34
REFERENCE
[1] A.M. Yaglom, I.M. Yaglom, Challenging Mathematical Problems with Elementary Solutions. New
York, Dover Publication, (1987).
[2] D. Goldfeld, The Elementary Proof of the Prime Number Theorem: An Historical Perspective.
Columbia University, New York. 1
[3] J.J. O’Connor, E.F. Robertson, Prime Numbers, The MacTutor History of Mathematics Archive.
May 2009. Web. http://www‐history.mcs.st‐and.ac.uk/HistTopics/Prime‐numbers.html 1
[4] K.H. Rosen, Discrete Mathematics and Its Applications, New York, McGraw‐Hill, (2007). 2

More Related Content

PDF
The 2 Goldbach's Conjectures with Proof
PDF
Chapter 6
PPTX
real numbers
PDF
A disproof of the Riemann hypothesis
PDF
On a Diophantine Proofs of FLT: The First Case and the Secund Case z≑0 (mod p...
PDF
Imc2016 day1-solutions
PDF
Teorema de Green-Tao
PDF
preprints202Γ‘s informaciΓ³n para sus 6 407.0759.v1.pdf
The 2 Goldbach's Conjectures with Proof
Chapter 6
real numbers
A disproof of the Riemann hypothesis
On a Diophantine Proofs of FLT: The First Case and the Secund Case z≑0 (mod p...
Imc2016 day1-solutions
Teorema de Green-Tao
preprints202Γ‘s informaciΓ³n para sus 6 407.0759.v1.pdf

Similar to CHAPTER final.pdf (20)

PDF
Factorials as sums
PDF
Number theory
PDF
Solutions Manual for An Introduction To Abstract Algebra With Notes To The Fu...
PPTX
Real numbers
DOCX
DIGITAL TEXT BOOK
PDF
Goldbach conjecture.completeproof.patch3
PDF
Rosen, K. - Elementary Number Theory and Its Application (Instructor's Soluti...
PPT
ch08_cryptography_notes_by_william_stallings
PDF
RiemannTEX
PDF
Olimpiade matematika di kanada 2018
PDF
fermat_last_theorem.pdf
PDF
Imc2016 day2-solutions
PDF
A note on arithmetic progressions in sets of integers
PPT
countablesets Sequences summations proof by induction lecture.ppt
PPT
Maths project
PDF
Maths 11
PDF
A Positive Integer 𝑡 Such That 𝒑𝒏 + 𝒑𝒏+πŸ‘ ~ 𝒑𝒏+𝟏 + 𝒑𝒏+𝟐 For All 𝒏 β‰₯ 𝑡
PDF
Mathematics Ist year pdf.pdf
PPT
Number theory
PDF
Famous problem IMO 1988 Q6.pdf
Factorials as sums
Number theory
Solutions Manual for An Introduction To Abstract Algebra With Notes To The Fu...
Real numbers
DIGITAL TEXT BOOK
Goldbach conjecture.completeproof.patch3
Rosen, K. - Elementary Number Theory and Its Application (Instructor's Soluti...
ch08_cryptography_notes_by_william_stallings
RiemannTEX
Olimpiade matematika di kanada 2018
fermat_last_theorem.pdf
Imc2016 day2-solutions
A note on arithmetic progressions in sets of integers
countablesets Sequences summations proof by induction lecture.ppt
Maths project
Maths 11
A Positive Integer 𝑡 Such That 𝒑𝒏 + 𝒑𝒏+πŸ‘ ~ 𝒑𝒏+𝟏 + 𝒑𝒏+𝟐 For All 𝒏 β‰₯ 𝑡
Mathematics Ist year pdf.pdf
Number theory
Famous problem IMO 1988 Q6.pdf
Ad

Recently uploaded (20)

PPTX
CMU-WEEK-2_TOPIC_Photography_Its_Definition_Historical_Background_and_Princi ...
PPTX
668819271-A Relibility CCEPTANCE-SAMPLING.pptx
PPTX
Neoclassical and Mystery Plays Entertain
PDF
INTRODUCTION-TO-ARTS-PRELIM.pdf arts and appreciation
PPTX
DRBC-ROY-ENGINEERING-COLLEGE .pptx
PPTX
Lung Cancer - Bimbingan.pptxmnbmbnmnmn mn mn
PPTX
mineralsshow-160112142010.pptxkuygyu buybub
PPTX
Contemporary Arts and the Potter of Thep
PPTX
Cloud Computing ppt.ppt1QU4FFIWEKWEIFRRGx
PPTX
GREEN BUILDINGS are the ecofriendly buildings
PPTX
Theatre Studies - Powerpoint Entertainmn
PPSX
opcua_121710.ppsxthsrtuhrbxdtnhtdtndtyty
PPTX
Physical Education and Health Q4-CO4-TARPAPEL
PPTX
WEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEK
PPTX
IOT Unit 6 PPT ( ~ By Prof. Simran Ahuja ).pptx
PPTX
Q1_TLE_8_Week_2asfsdgsgsdgdsgfasdgwrgrgqrweg
PPTX
Green and Orange Illustration Understanding Climate Change Presentation.pptx
PPTX
Chemical Reactions in Our Lives.pptxyyyyyyyyy
PPTX
Understanding Postmodernism Powerpoint.pptx
PDF
Music-and-Arts_jwkskwjsjsjsjsjsjsjdisiaiajsjjzjz
CMU-WEEK-2_TOPIC_Photography_Its_Definition_Historical_Background_and_Princi ...
668819271-A Relibility CCEPTANCE-SAMPLING.pptx
Neoclassical and Mystery Plays Entertain
INTRODUCTION-TO-ARTS-PRELIM.pdf arts and appreciation
DRBC-ROY-ENGINEERING-COLLEGE .pptx
Lung Cancer - Bimbingan.pptxmnbmbnmnmn mn mn
mineralsshow-160112142010.pptxkuygyu buybub
Contemporary Arts and the Potter of Thep
Cloud Computing ppt.ppt1QU4FFIWEKWEIFRRGx
GREEN BUILDINGS are the ecofriendly buildings
Theatre Studies - Powerpoint Entertainmn
opcua_121710.ppsxthsrtuhrbxdtnhtdtndtyty
Physical Education and Health Q4-CO4-TARPAPEL
WEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEK
IOT Unit 6 PPT ( ~ By Prof. Simran Ahuja ).pptx
Q1_TLE_8_Week_2asfsdgsgsdgdsgfasdgwrgrgqrweg
Green and Orange Illustration Understanding Climate Change Presentation.pptx
Chemical Reactions in Our Lives.pptxyyyyyyyyy
Understanding Postmodernism Powerpoint.pptx
Music-and-Arts_jwkskwjsjsjsjsjsjsjdisiaiajsjjzjz
Ad

CHAPTER final.pdf

  • 1. 1 CHAPTER 1 INTRODUCTION Prime numbers have been the focus of mathematicians for centuries. When Euclid’s Elements were first published circa 300 B.C.E., there were already several important results of prime numbers that had been discovered. In his ninth book, Euclid proved that there are infinitely many prime numbers. In the same book, Euclid also included a proof of the fundamental theorem of arithmetic, which allows us to break a number into a distinct product of its prime factors: an immensely useful tool when working in the area of number theory. For some time after that, the main focuses of prime number theory were developing methods of determining whether a number was prime, and how to find exceedingly larger prime numbers. During this time, the Greek mathematician Eratosthenes developed one of the most effective methods for determining larger primes up to a given limit. However, this method is only efficient for relatively small primes, no higher than 10 million. After this, there was very little development in prime number theory for over a millennium. Around the beginning of the seventeenth century, Fermat, Mersenne, and Euler made some significant contributions to the field of prime number theory, which included Fermat’s Little Theorem as well as the idea of Mersenne Numbers. [3] A Mersenne number is one of the form 2 βˆ’ 1, where if is prime, then the number 2 βˆ’ 1 could potentially be prime. If was not prime, it was proved that 2 βˆ’ 1 cannot be prime. Throughout the century, Mersenne numbers that were determined to be prime were the largest prime numbers that could be found. For the next few centuries, Cataldi, Euler, and Lucas proved the existence of the Mersenne numbers with = 19,31,127, respectively, with centuries between each discovery. To date, 45 Mersenne primes have been discovered, the largest of which with = 43112609. The study of primes naturally led to the study of their distribution, which will be the main focus of this project. During the late 18th century, both Gauss and Legendre made similar conjectures regarding ( ), the number of prime numbers less than or equal to . In particular, impressive
  • 2. 2 hatattheageof15or16,Gauss conjectured a similar o[2]in l798 Legendre estimated that ( )cou1dbeestimated to , .Legendre It is also which was that ( ) β‰ˆ actually show that ( ) .This resultwasobtained byTchebychev inl852,using ∫ 2 ∼ , . Nowwefocus ourattention tothefirstpersonto completely elementary methods in number theory. The work done by Gauss, Legendre, and especially Tchebychev laid the ground work for solving what is now known as the Prime Number Theorem. The Prime Number Theorem states that as β†’ ∞, then ( ) = , which was proved later by Jacques Hadamard and Charles ‐Jean ‐ Gustave - Nicholas de la VallΓ©e Poussin in 1896 using methods from complex analysis. [4] As a result of the Prime Number Theorem, it has been proven that given any > 1, the probability that a randomly selected number is prime, with ≀ , is .
  • 3. 3 CHAPTER-2 1. PRELIMINARIES For our study of Tchebychev’s theorem, we will require some basic knowledge of number theory. This chapter will include many important results that will, in effect, enable us to work through the proof of Tchebychev’s theorem later on. It is interesting to note that we can work through a relatively complicated and convoluted proof, with reasonably elementary methods. We begin by formally defining what a prime number is: DEFINITION . . A number is prime if and only if its only divisors are 1 and itself. EXAMPLE . . Given the number = 10, we can clearly break it up into it’s prime factors so it will have the form 10 = 2 5. Because 10 is divisible by 1, 2, 5, and 10, we say that 10 is not prime. EXAMPLE . . Given the number = 23, we can see that 23 cannot be factored Further than what it already is, thus only 1 and 23 divide 23. Because only 1 and 23 divide 23, we say that 23 is prime DEFINITION . . For ∈ β„€ we say that is the integer part of a number if ≀ < + 1, and we denote it by = [ ]. EXAMPLE . . We will look at several different cases: [0.2] = 0, [0.9] = 0, [3.8] = 3, [βˆ’3.2] = βˆ’4, [βˆ’5.9] = βˆ’6, [2] = 2, and lastly [βˆ’7] = βˆ’7. COROLLARY . . Let ∈ ℝ Then βˆ’ 1 < [ ] ≀ for all . PROOF. By the definition, we know that if ≀ < + 1, then = [ ]. Setting = [ ] in the inequality, we obtain = [ ] ≀ < + 1. For the other side of the inequality, we simply subtract 1 from each side of the inequality. This gives us βˆ’ 1 ≀ βˆ’ 1 < , and setting = [ ] again, we find that βˆ’ 1 < [ ]. Combining our two inequalities, we
  • 4. 4 obtain βˆ’ 1 < [ ] ≀ , our desired result. LEMMA . . Given any real number , then [ βˆ’ ] = [ ] βˆ’ . PROOF. Clearly, [ ] βˆ’ ≀ βˆ’ because in general [ ] ≀ . We also know that βˆ’ 1 < [ ] which implies that < [ ] + 1. Using this, we find that βˆ’ < [ ] + 1 βˆ’ . Bringing these facts together, we obtain [ ] βˆ’ ≀ βˆ’ < [ ] βˆ’ + 1. This is the definition of the integer part of βˆ’ , thus [ ] βˆ’ = [ βˆ’ ], and therefore we obtain the result. DEFINITION . . We define an ‐combination as the number of ways to choose a particular number of elements from a set of size , with ∈ β„€, β‰₯ 0, and 0 ≀ ≀ . In choosing our elements, the order of the selected elements does not matter. We say choose , and denote it by ( , ) = = ! ! ( βˆ’ ) . EXAMPLE . . Suppose we are asked to find the number of possible ways to choose 6 blocks from a group of 10 distinct blocks, regardless of their order. Then the number of ways to do this is equal to (10,6) = 10 6 = 10! 6!(10 βˆ’ 6) = 10! 6! β‹… 4 = 210. Next we will introduce the Binomial Theorem, which helps us begin our proof of Tchebychev’s theorem. The proof of the Binomial Theorem is irrelevant to this paper, and is therefore omitted.
  • 5. 5 THEOREM . . (Binomial Theorem) Let and be variables and let be a nonneg‐ active integer. Then βˆ‘ = ( + ) DEFINITION . . We define the factorial function as : β„• β†’ β„€ , denoted by ( ) = !. The value of ( ) = ! is the product of the first positive integers, so ( ) = 1 β‹… 2 β‹… 3 β‹… … ( βˆ’ 1) β‹… , and (0) = 0! = 1. EXAMPLE . . Take 5!. By the definition, 5! = 5 4 3 2 1 = 120. Similarly, 13! = 13 β‹… 12 β‹… 11 10 β‹… 9 β‹… 8 β‹… 7 β‹… 6 β‹… 5 β‹… 4 β‹… 3 β‹… 2 β‹… 1 = 6,227,020,800. THEOREM . . (Fundamental Theorem of Arithmetic) Every positive integer greater than 1 can be written uniquely as a prime or as the product of two or more primes where the prime factors are written in order of node creasing size. EXAMPLE . . Take for instance = 21. Then by the Fundamental Theorem of Arithmetic, 21 = 3 β‹… 7. Similarly, for = 420, we see that 420 = 2 β‹… 3 β‹… 5 β‹… 7.
  • 6. 6 CHAPTER 3 Tchebychev’s Theorem We begin this section with some necessary definitions and results that will prove to be useful in the proof of Tchebychev’s Theorem. Our first definition plays a central role throughout the duration of this paper. DEFINITION . . Given any number > 1, we define the number of prime numbers less than or equal to as ( ). LEMMA . . Let , ∈ β„€. Then ( + ) < ( ) + . PROOF We know that the number of prime numbers less than or equal to is ( ). Similarly, the number of prime numbers less than or equal to + is ( + ) . If we take the difference between the number of prime numbers less than + , and the number of prime numbers less than , this difference is clearly less than or equal to . We can see this with the following inequality: ( + ) βˆ’ ( ) ≀ . Rearranging, we obtain ( + ) ≀ ( ) + , the required result. LEMMA . . Let be any real number. Then (0.1) 2 [ ] = [2 ] if βˆ’ [ ] < [2 ] βˆ’ 1 if βˆ’ [ ] β‰₯ PROOF. To prove this, we will have to consider two cases, the first of which being if βˆ’ [ ] < .
  • 7. 7 Rearranging, we obtain < [ ] + . From here, clearly2 < 2[ ] + 1, and since in general[ ] ≀ , then 2 [ ] ≀ 2 < 2[ ] + 1. This inequality implies that 2[ ]is the integer part of2 , and hence 2[ ] = [2 ]. For the second case, we have that βˆ’ [ ] β‰₯ . Rearranging, we obtain[ ] ≀ βˆ’ . From here, we can see that 2 [ ] ≀ 2 βˆ’ 1, where 2 βˆ’ 1 is also equal to 2 βˆ’ 2 + 1. Factoring, we obtain2( βˆ’ 1) + 1, and since in general we have that βˆ’ 1 < [ ], then clearly 2 βˆ’ 1 = 2( βˆ’ 1) + 1 < 2[ ] + 1. Simplifying the inequality, we find that 2 [ ] ≀ 2 βˆ’ 1 < 2[ ] + 1. This by definition implies that 2[ ]is the integer part of 2 βˆ’ 1, and hence 2 [ ] = [2 βˆ’ 1]. Using Lemma (1.7), we have that 2 [ ] = [2 βˆ’ 1] = [2 ] βˆ’ 1, which proves the second case. LEMMA . . Given any positive integer , + 2 + β‹― + 2 = βˆ’ 2 1 βˆ’ 1 2 . Obtain = + β‹― + .Now,ubtra ting fro , we indthat βˆ’ β€² = + … βˆ’ + + β‹― + . Wcan … eta11themidd1eterms othep . . β€² right hand side cancel, and we are left with βˆ’ = βˆ’ . Factoring out , we have that 1 βˆ’ = βˆ’ , which after further rearrangement gives us = . Now, since = + + β‹― + , we obtain + + β‹― + = , the result we are looking for. With the above information, we now have the necessary tools to prove Tchebychev’s Theorem. We will now formally introduce this very important Theorem, and its proof will immediately follow.
  • 8. 8 THEOREM . . (Tchebychev’s Theorem) Let be any positive integer greater than or equal to 1. Then ( )has the following upper and lower bounds: 0.1 log < ( ) < 4 log . PROOF. Given two numbers and , the binomial theorem states that βˆ‘ = ( + ) Substituting2 for , and setting both and equal to 1, then we have βˆ‘ 2 (1) (1) = 1 + 2 2 + 2 3 + β‹― + 2 + β‹― + 2 βˆ’12 +1 = (1 + 1) = 2 It is clear that 2 > 0 for any , thus by rearranging, we can see that 2 < 2 We now claim that > 2 for all < . Indeed, multiplying both sides by ( βˆ’ ) , which is positive when < , we obtain ( )( ) ( ) > 2 β‹… ( βˆ’ ) . Simplifying on the left, and expanding on the right, we obtain 2 βˆ’ > 2 βˆ’ 2 . After further simplification, we reach our result as it is clear that 2 > . Next, we expand the combination 2 . 2 = (2 )! ( !) = 2 β‹… (2 βˆ’ 1)(2 βˆ’ 2)(2 βˆ’ 3) … 2 βˆ’ ( βˆ’ 1) (2 βˆ’ )! ( !) = 2 β‹… (2 βˆ’ 1)(2 βˆ’ 2)(2 βˆ’ 3) … ( + 1)( !) ( !)
  • 9. 9 = 2 β‹… (2 βˆ’ 1)(2 βˆ’ 2)(2 βˆ’ 3) … ( + 1) ! = 2 2 βˆ’ 1 βˆ’ 1 2 βˆ’ 2 βˆ’ 2 … + 1 1 Times = 2 From above, we obtain the following expression 4) 2 ≀ 2 . Now, from (0.3) and (0.4), we can see that 2 ≀ 2 < 2 We will now look at the prime factorization of 2 . First, we will look at the prime Factorization of !for any positive integer . Letting be aprime number less than or equal to , we can write = + , where has order , ∈ β„•, and β„“ < Clearly, since β„“ < , then = + β„“ < + = ( + 1) . From here, we obtain the following inequality = βˆ’ β„“ ≀ < + 1, Therefore, by definition, is the integer part of , thus = Now, expanding !we obtain the following expression, ! = 1 β‹… 2 β‹… … β‹… β‹… … β‹… 2 β‹… … β‹… β‹… … β‹… 2 β‹… … β‹… β‹… … β‹… 2 β‹… … , Where is any prime less than or equal to . Therefore we obtain = multiples of which are less than , = multiples of which are less than , and in general = Multiples of which are less than . This allows us to count all the multiples of of order 1, as well as all the multiples of with order 2, and so on, up to all multiples of of order . For this reason, the power of in the prime factorization of !is
  • 10. 10 = + + β‹― + , where is the largest integer such that < If we now apply this knowledge to the expansion of 2 = ( )! ( !) , we find that it will contain the following, β‹― β‹― β‹― = β‹― = 2 + 2 + β‹― + 2 βˆ’ 2 p + + β‹― + = β‹― , with aprime less than or equal to2 and the largest integer such that ≀ 2 . Next, using Lemma2.3, by setting = , we obtain 2 2 = [ ] [ ] βˆ’ 1 if βˆ’ < if βˆ’ β‰₯ Now, we will examine the expression [ ] βˆ’ 2 . From (0.8), if 2 = [ ], then [ ] βˆ’ 2 = [ ] βˆ’ [ ] = 0. On the other hand, if 2 = [ ] βˆ’ 1 then[ ] βˆ’ 2 = [ ] βˆ’ ([ ] βˆ’ 1) = 1. From this, it is clear that 7) [ ] βˆ’ 2 ≀ 1 for all . Returning to the following expression, ( 2 βˆ’ 2 ) + 2 βˆ’ 2 + β‹―+ 2 βˆ’ 2 ,
  • 11. 11 If we set = from (0.7), then = . This can therefore be used to show that 2 βˆ’ 2 + 2 βˆ’ 2 + β‹― + 2 βˆ’ 2 ≀ 1 + 1 + β‹― + 1 = Now, if we denote by the prime numbers in the prime factorization of 2 , then We can see that each will have a power less than or equal to , where ≀ 2 . This is shown below: Since there are many primes less than or equal to2 , we can set = (2 ) . This Means that 2 ≀ 2 ( ) . Now, we will take a look back at the following expression: 2 = 2 β‹… (2 βˆ’ 1)( + 1) β‹… ( βˆ’ 1)1 . We will take all the primes that divide 2 , and put them into two groups. First of all, we denote the primes that divide 2 by , , …, , , …, . We will make our first group of primes all the primes less than or equal to , and they will be the primes , , …, . Our second group of primes will consist of all the primes greater than but less than or equal to2 , and they will be the remaining primes; , , …, . Clearly, the product of all of the primes in our second group divides 2 = ( )! ( !) since they appear in the numerator only. Thus: 2 β‰₯ β‹… > β‹… β‹… … β‹… = Now since up to consist of many primes, and to consist of many primes, then it is clear that the amount of primes from to is exactly equal to βˆ’ . We may also note that the primes up to are all less than or equal to as defined above, which by definition means that there are exactly ( )of them. By setting = ( ) , we
  • 12. 12 obtain the following expression: < 2 ≀ 2 ( ) which implies ( ) ( ) < 2 ≀ 2 ( ) . By comparing (0.5) with the above result, we see that 2 ≀ 2 ≀ 2 ( ) which implies 2 ≀ 2 ( ) . Taking the logarithm of both sides, we find that log (2 ) ≀ log 2 ( ) β‹… log (2) ≀ (2 ) β‹… log (2 ) β‹… log (2) log (2 ) ≀ (2 ) 2 log (2 ) log (2) 2 ≀ (2 ) ( ) (0.1505149 …) ≀ (2 ) . Therefore for any even number = 2 , we have shown the first half of the desired inequality. For odd, we can use a similar argument to satisfy the inequality. We first claim that 2 β‰₯ (2 + 1) for β‰₯ 1. Clearly, 6 β‰₯ 2(2 + 1) = 4 + 2. Collecting like terms we find that 2 β‰₯ 2, which is equivalent to β‰₯ 1. Now, using this fact, we take any odd = 2 + 1. We know from above that β‹… log (2) ≀ (2 ) β‹… log (2 ) . We can use this to show the following: β‹… log (2) ≀ (2 ) β‹… log (2 ) ≀ (2 + 1) β‹… log (2 + 1) 2 3 (2 + 1) log (2) 2 ≀ 2 β‹… log (2) 2 ≀ (2 + 1) β‹… log (2 + 1) (2 + 1) log (2 + 1) 2 3 log (2) 2 ≀ (2 + 1) ( ) ( ) (0.1003433 …) ≀ (2 + 1) . Since for any even we have β‹… (0.1505149 … ) ≀ ( ) , and for any odd we have (0.1003433 …) ≀ ( ) , then we can conclude that for all > 1, (0.1003433 …) ≀ ( ) .
  • 13. 13 We now begin the proof of the second half of the desired inequality. From (0.5) and we find that ( ) ( ) < 2 Taking the logarithm of both sides, we find that log ( ) ( ) < (2 ) (2 ) βˆ’ ( ) β‹… log < 2 β‹… log 2 (2 ) βˆ’ ( ) < 2 β‹… log 2 β‹… log = (0.60206) log . We now suppose that > 1, for ∈ ℝ. Setting = and letting = from our previous result ( we find that either [ ] = 2 or [ ] = 2 + 1. For the first if2 = [ ] βˆ’ 1,then with = [ [ , we indthat2 = [ ] βˆ’ case’′if 2 = [ ],then sincen= ] ], β€²wehavethat[ ] = 2 lwhichimplies thatFor thesecond case[ ] = 2 + 1. We now observe two results. The first result is that ( ) = ([ ]) = (2 + 1) ≀ (2 ) + 1, using Lemma (2.2). This is true because[ ]is either 2 + 1 or2 . The second result is that = = ( ) , as = . From these two results, we obtain the following expression: ( ) βˆ’ 2 ≀ (2 ) + 1 βˆ’ ( ) = (2 ) βˆ’ ( ) + 1 < 2 β‹… log 2 β‹… log + 1 < 2 β‹… log 2 β‹… log + log = (2 β‹… log (2) + 1) log = (1.60206) log . We now claim that < for β‰₯ 3 and < . We begin by looking at the
  • 14. 14 root of the first few integers: √2 = 1.41 √3 = 1.44 √4 = 1.41 √5 = 1.37 … We can see that for β‰₯ 3, √ . Taking the logarithm of both sides, we find weobin ( < ) . Nowthat , β‹… 1 +< β‹… 10since = then for β‰₯ 3, implies that for > , < . Rearranging, ( ) βˆ’ 2 < (2 β‹… log (2) + 1) log . We can also show that the above inequality holds for < 3. First, if < 3, this is equivalent to saying < 6. But we know for any < 10, then log < 1, so clearly ( ) > 1.Using whatwehavejust βˆ’ . C1ear1y, forall > , shown, we now look at the same expression as before ( ) βˆ’ 2 < ( ) < < log < (2 β‹… log (2) + 1) log . We now look at the following inequality: ( ) log ( ) βˆ’ 2 log 2 = ( ) log ( ) βˆ’ 2 log ( ) + 2 log ( ) βˆ’ 2 log 2 = ( ) βˆ’ 2 β‹… log ( ) + 2 log ( ) βˆ’ log 2 < (2 β‹… log (2) + 1) log ( ) β‹… log ( ) + 2 log ( ) βˆ’ log ( ) βˆ’ log (2) < (2 β‹… log (2) + 1) β‹… + 2 [ log (2)] = 2 β‹… log (2) + 1 + log (2) 2 β‹… = (1.75257 …). . Now, taking to be any arbitrary positive integer, from above we obtain the following set of inequalities:
  • 15. 15 ( ) log ( ) βˆ’ log < (1.75257 …). , 2 log 2 βˆ’ 4 log 4 < (1.75257… ) 2 , 4 log 4 βˆ’ 8 log 8 < (1.75257… ) 4 , 2 log 2 βˆ’ 2 log 2 < (1.75257 …) 2 . We now choose so that 2 > . Adding all the inequalities from the previous step, we obtain the following: ( ) log ( ) βˆ’ 2 log 2 + 2 log 2 βˆ’ 4 log 4 + β‹― + 2 log 2 βˆ’ 2 log 2 + 2 log 2 βˆ’ 2 log 2 < (1.75257 …). + (1.75257 …) + β‹― + (1.75257… ) = (1.75257 …) + + β‹― + The above expression can simplify to ( ) log ( ) βˆ’ log < (1.75257…) + + β‹― + Now, using Lemma2.4, we find that ( ) log ( ) βˆ’ log < (1.75257…) = (3.50514) βˆ’ < (3.50514). < 4 , using the fact that 0 < < 1. Setting = 0 due to the fact that < 1, we can therefore conclude that ( ) log ( ) βˆ’ 2 log 2 < 4 ( ) log ( ) βˆ’ 0 β‹… log 2 < 4
  • 16. 16 ( ) log ( ) < 4 ( ) < 4 β‹… log . Comparing the above inequality with (0.9), we find that (0.1003433…) ≀ ( ) < 4 β‹… , Thus completing the proof. We can also complete this proof using the natural logarithm, as opposed to the loga‐ rithm of base 10. The proof remains the exact same, except for when computing values in certain parts of the proof. Instead of computing values using log base 10, we can use log base , which is equivalent toln. Computing these values, we find that (0.9) can be changed to (0.2310406) ≀ ( ) , and the other side of the inequality can be changed to ( ) < 6 β‹… ln This implies that in terms of the natural logarithm, ( )can be approximated in the following way: (0.23) ≀ ( ) < 6 β‹… .
  • 17. 17 CHAPTER 4 Mertens’ First Theorem In this section, we use what we have proved in the previous chapter to examine an application of the distribution of prime numbers. We begin by stating some useful tools which will be helpful in the proof Mertens’ First Theorem. LEMMA . . Let be an integer and a prime number. Then Μ‡ + Μ‡ + Μ‡ + β‹― + = βˆ’ 1 βˆ’ 1 . PROOF. We begin by setting = + + + … + . Multiplying by we obtain = + + β‹― + . Subtracting from we obtain βˆ’ Μ‡ = Μ‡ + Μ‡ + Μ‡ + β‹― + βˆ’ Μ‡ + Μ‡ + β‹― + = Μ‡ + Μ‡ + Μ‡ + β‹― + βˆ’ Μ‡ βˆ’ Μ‡ βˆ’ β‹― βˆ’ βˆ’ = Μ‡ βˆ’ ? . Factoring out from the left side, we obtain 1 βˆ’ = βˆ’ . Dividing both sides by 1 βˆ’ , and substituting + + + β‹― + for , we obtain + + + β‹― + = , the result we are looking for. LEMMA . . Take ∈ β„•, and let > 1 for ∈ ℝ. Then 1 + 1 2 + 1 3 + 1 4 + β‹― + 1 tends to a limit lying between and . LEMMA . . Let be any positive integer. Then !satisfies the following inequality:
  • 18. 18 4 5 β‹… β‹… β‹… βˆ’ < ! < β‹… β‹… βˆ’ LEMMA3.4. Let ∈ ℝ. Then 2 log < √ , for > 0. PROOF. To show this, we rearrange our expression to look like √ βˆ’ 2 log > 0. Treating this expression like a function, it is sufficient to show that this function is always positive for > 0. Taking the derivative of the function ( ) = √ βˆ’ 2 log , we obtain ( ) = 1 2√ βˆ’ 2 log = βˆ’ 4√ (0.43429) 2 √ = √ βˆ’ 1.73716 2 . Setting our derivative equal to0, we find that 0 = √ βˆ’ 1.73716 2 β‡’ √ = 1.73716 β‡’ = 3.01772, therefore we must have a maximum or minimum at a = 3.01772, and an asymptote at = 0. Substituting values that are in neighborhood of a = 3.01772 into our derivative, we find that (3)is negative, and (3.1)is positive, meaning that our function decreases to = 3.01772 and then increases indefinitely. This is illustrated by substituting values into our original function: (3) = 0.777808 (3.01772) = 0.777801 (3.1) = 0.77795 Because (3.01772)is our local minimum, and it is positive, we can therefore conclude that for > 0, ( ) = √ βˆ’ 2 log is positive. This implies that √ βˆ’ 2 log > 0 and therefore 2 log < √ .
  • 19. 19 THEOREM . . (Mertens’ First Theorem) Let 2, 3, 5, 7, 11, 13,…, be the primes not exceeding a given integer N. Then there exists a constant , that can be taken equal to 4, such that | log 2 2 + log 3 3 + log 5 5 + β‹― + log βˆ’ log | < . PROOF. We begin by decomposing a given integer !into its prime factors. As we have seen in the proof of Tchebychev’s Theorem, !has the following form: (0.10) ! = β‹… … , with , , …, the primes less than or equal to , and = βˆ’ Μ‡ Μ‡ Μ‡ ] + β‹― + βˆ’ where ? ≀ . Taking logarithms of both sides of (0.10), we obtain log ! = log β‹… = log + log + β‹― + log = log + log + β‹― + log . Now, we can estimate log !in two ways. By the definition of , we can see that the right hand side of the above equation has the form + + + β‹― + log +( βˆ’ βˆ’ βˆ’ … + βˆ’ log + β‹― + ( βˆ’ βˆ’ βˆ’ … + βˆ’ log .
  • 20. 20 We now wish to simplify the above expression by changing βˆ’ Μ‡ βˆ’ Μ‡ Μ‡ ] + β‹― + βˆ’ to Μ‡ + ? + Μ‡ + β‹― + , Where remains less than for 1 ≀ ≀ , and with ≀ . By removing the integer part notation, we introduce an error of no more than 1 per term in the estimation of log !. Indeed, by definition βˆ’ ≀ βˆ’ 1, thus, for each sum of (0.11), (0.12), and (0.13), we have an error of , , …, respectively, as there are exactly many terms in the sum of βˆ’ Μ‡ βˆ’ Μ‡ Μ‡ ] + β‹― + βˆ’ We have now found a total error on our estimation of log !, namely β‹… log + β‹… log + β‹… log + β‹― + β‹… log = log + log + log + β‹― + log times In the above expression, we can see that is equal to the number of primes less than or equal to , thus by Tchebychev’s Theorem, = ( ) < ′’ where can be taken equal to 4. We can now see that our estimate of log !is bounded by log < log β‹… log = . This allows us to construct an upper and lower bound for log !: βˆ’ + + + β‹― + + + + β‹― + ) log + β‹― . . . + + + + β‹― +
  • 21. 21 log β‰₯ log ! > + + + … + log + β‹― + βˆ’ + + + β‹― + + + + β‹― + ) log βˆ’ . We can now modify Lemma3.1in the following way: Μ‡ + Μ‡ + + β‹― + = βˆ’ 1 βˆ’ < N 1 βˆ’ = βˆ’ 1 β€²β€² and we also note that Μ‡ ≀ Μ‡ + Μ‡ + Μ‡ + β‹― + . Using these two facts, we find that (βˆ—) log + log + β‹― + log β‰₯ log ! > log + log + β‹― + log βˆ’ . We wish to simplify the above inequality even further, so as it has the following form: (βˆ—βˆ—) + + β‹― + + > ! > + + β‹―+ βˆ’ , where is a positive constant. To do this, we must find the difference between the left and right hand sides of (βˆ—) and (βˆ—βˆ—) . We can begin with the obvious case, which is the right side. Clearly, has simply been factored from all the terms on the right hand side of (βˆ—) , thus the right hand sides of (βˆ—) and (βˆ—βˆ—) are equivalent. For the former case, we first find how much the left hand side of (βˆ—) differs from log + log + β‹― + log This difference will ultimately be our value. After factoring out from (βˆ—) , we find that the difference for each term is equal to log βˆ’ 1 βˆ’ log = log βˆ’ ( βˆ’ 1) log ( βˆ’ 1) = log ( ? β‹… βˆ’1) ,
  • 22. 22 For = 1,2,3, …, , thus the total difference between the left hand side of (βˆ—) and (0.14) is log ( βˆ’ 1) + log ( βˆ’ 1) + β‹― + log ( βˆ’ 1) We now claim that for any β‰₯ 2 log ( βˆ’ 1) < 1 √ . It is clear that the above inequality implies log < √ , which is equivalent to 2 log < 2 √ . Working with the right hand side of the inequality, we find that for β‰₯ 2, 2 βˆ’ 1 √ = 2 √ ( βˆ’ 1) = 2 √ βˆ’ √ β‰₯ 2 √ βˆ’ √ 2 = √ . Now, using Lemma3.4, since 2 log < √ and 2 √ β‰₯ √ a, we can therefore conclude that 2 log < 2 √ . We can now find an upper bound for the sum inside the brackets of (0.15): log ( βˆ’ 1) + log ( βˆ’ 1) + β‹― + log ( βˆ’ 1) < 1 + 1 + β‹― + 1 < 1 + 1 2√2 + 1 3√3 + 1 4√4 + β‹― + 1 √ . Using Lemma4.2, taking = , we find that the last sum of our previous inequality is bounded: 1 + 1 2√2 + 1 3√3 + 1 4√4 + β‹―+ 1 √ < 3 2 βˆ’ 1 3 2 = 3. We can therefore conclude that the difference between the left hand side of (βˆ—) and
  • 23. 23 (0.14), namely , can be taken equal to 3. We now find another estimate for log !using Lemma3.3. Recall that √ . βˆ’ < ! < √ . βˆ’ Where = and = . Taking logarithms of each part of the inequality, we obtain log β‹… β‹… < ! < β‹… β‹… βˆ’ log + log √ + log βˆ’ < ! < + log √ + log βˆ’ (Β§) log + log + ( log βˆ’ log ) < ! < + log + ( log βˆ’ log ) . We proved previously that < for β‰₯ 3 and < . Rearranging this inequality, we find that log < log . Thus, it is clear that for β‰₯ 3, 1 2 log < 1 2 log 3 3 < 0.08 and log < log 3 < 0.15. Using these two inequalities, we can modify (Β§) in the following way log + 1 2 log + ( log βˆ’ log ) < ! < + 1 2 log + ( log βˆ’ log ) ( log βˆ’ log ) < ! < log + log 2 + ( log βˆ’ log ) ( log βˆ’ log ) < ! < log + 1 2 log + log βˆ’ log ( log βˆ’ log ) < ! < (0.15 + 0.08 + log βˆ’ log ) ( log βˆ’ log ) < ! < ( log βˆ’ log + 0.23) .
  • 24. 24 Now, we recall from (βˆ—βˆ—) that log + log + β‹― + log + > ! > log + log + β‹― + log βˆ’ Comparing this inequality with the previous inequality, we come to two conclusions. First, log + log + β‹― + log + > βˆ’ log , and second, log + log + β‹― + log βˆ’ < βˆ’ log + 0.23. Rearranging the two inequalities, we obtain log + log + β‹― + log βˆ’ log > βˆ’ βˆ’ log and log + log + β‹―+ log βˆ’ log < βˆ’ log + 0.23. Using the fact that and can be taken equal to 3 and 4 respectively, we can calculate the right hand sides of the two expressions above. Thus, βˆ’ βˆ’ log = βˆ’3 βˆ’ 0.43429 = βˆ’3.43429 and βˆ’ log + 0.23 = 4 βˆ’ 0.43429 + 0.23 = 3.79571. Taking the larger of the absolute value of these two numbers, namely | βˆ’ 3.43429| < |3.79571| < 4, we obtain βˆ’4 < log + log + β‹― + log βˆ’ log < 4. This was the result we were looking for, which therefore completes this proof.
  • 25. 25 CHAPTER 5 Mertens’ Second Theorem We begin this chapter by introducing an extremely useful formula which, with the help of Mertens’ First Theorem, will enable us to prove Mertens’ Second Theorem. THEOREM . . (Abel’s Formula) Consider the sum = + + +. . . + , where , , , …, and , , , …, are any two sequences of numbers, and denote the sums , + , + + , …, + + + … + by , , , …, respectively. Then = ( βˆ’ ) + ( βˆ’ ) + ( βˆ’ ) + β‹― + ( βˆ’ ) + . THEOREM . . (Mertens’ Second Theorem) Given any > 1, for all < with prime, the expression 1 2 + 1 3 + 1 5 + 1 7 + β‹― + 1 βˆ’ ln ln is less than some relatively small constant , where is independent of . PROOF. To begin this proof, we first examine the series = 1 + 1 + 1 + 1 + β‹― + 1 , where , , …, are all the primes less than or equal to any integer . We now set = 1 log β€²β€² = 1 log β€²β€² = 1 log , … , = 1 log = log , = log , = log , … , = log .
  • 26. 26 Using Theorem . , denoting the sums , + , + + , …, + + + β‹― + by , , , …, respectively, we obtain = log , = log + log , = log + log + β‹― + log . We can now write our series in terms of , , …, , and , , …, . Clearly + + +. . . + = 1 log log + 1 log log + β‹― + 1 log log = 1 + 1 + 1 + 1 + β‹― + 1 , but by Theorem . , + + + β‹― + = ( βˆ’ ) + ( βˆ’ ) + ( βˆ’ ) +. . . +( βˆ’ ) + , thus 1 + 1 + 1 + 1 + β‹― + 1 = 1 log βˆ’ 1 log + 1 log βˆ’ 1 log + 1 log βˆ’ 1 log + β‹― + 1 log βˆ’ 1 log + 1 log β‹… (βˆ—) = βˆ’ + βˆ’ + 1 log βˆ’ 1 log + β‹― + 1 log βˆ’ 1 log + 1 log βˆ’ 1 log + 1 log β‹… .
  • 27. 27 Now by Theorem3.5, we can deduce that: | log βˆ’ log | < β‡’ | βˆ’ log | < β‡’ < + , | log + log βˆ’ log | < β‡’ | βˆ’ log | < β‡’ < + , | log + log + log βˆ’ log | < β‡’ < + , | log + log + β‹― + log βˆ’ log | < β‡’ < + , | log + log + β‹― + log βˆ’ log | < β‡’ < + , where can be taken equal to 4. Thus we can conclude that < + , < + , < + , … . . . , < + , and < + . From above, it follows that + + + + β‹― + < 1 log βˆ’ 1 log ( log + ) + 1 log βˆ’ 1 log ( log + ) + 1 log βˆ’ 1 log ( log + ) + β‹― + 1 log βˆ’ 1 log log + + βˆ’ ( log + ) + ( log + ) = 1 log βˆ’ 1 log log + log βˆ’ log + 1 log βˆ’ 1 log log + log βˆ’ log + 1 log βˆ’ 1 log log + log βˆ’ log + β‹― + 1 log βˆ’ 1 log log + log βˆ’ log + 1 log βˆ’ 1 log log + log βˆ’ log + 1 log log + log . The bound on our series = + + + + β‹― + can simplify to 1 + βˆ’ log log + log + 1 log βˆ’ 1 log log + 1 log βˆ’ 1 log log
  • 28. 28 + β‹― + 1 log βˆ’ 1 log log + 1 log βˆ’ 1 log log + 1 log log , which after further rearrangement yields (βˆ—βˆ—) 1 + [ + βˆ’ log + βˆ’ log + β‹― + 1 log βˆ’ 1 log log + 1 log βˆ’ 1 log log + 1 log log ] + log . Now we will focus on the expression found inside the square brackets. We can expand the expression to look like βˆ’ log log + log log βˆ’ log log + log log βˆ’ log log + β‹― . . . + βˆ’ + βˆ’ + , then factor the common denominators, which will yield the following ( log βˆ’ log ) 1 log + ( log βˆ’ log ) 1 log + ( log βˆ’ log ) 1 log + β‹― + ( log βˆ’ log ) + ( log βˆ’ log ) . We can now estimate the above expression geometrically by constructing a graph to model the series. We can depict the expression by the sum of βˆ’ 1 rectangles. The area of the first rectangle will have a base of length ( log βˆ’ log ) and a height of length , as per the first term in our expression. The second rectangle will have a base of length ( log βˆ’ log ) , and a height of length . This pattern continues up to our ( βˆ’ 1) rectangle, which will have a base of length ( log βˆ’ log ) and a height of length . these rectangles are plotted in Figure (4.1). We now observe that when = log , that = . Similarly, when = log , = , and so on, up to = log , and = . In general we find that = , which is a hyperbola that intersects the top right corner of each rectangle. This hyperbola is also shown in
  • 29. 29 Now that we have defined the hyperbola such that the shaded rectangles are all below its graph, we have thus found an upper bound on all the rectangles, and therefore an upper bound on the series . We simply need to calculate the area below the hyperbola = between the points = log and = log . This is done easily using calculus. Clearly ∫ = ( ln )| = ln ( log ) βˆ’ ln ( log ) . We can therefore conclude that the expression in the square brackets from (βˆ—βˆ—) , is bounded by ln ( log ) βˆ’ ln ( log ) , and thus (0.18) + + + + β‹― + < 1 + ( log ) βˆ’ ln ( log ) + . We now focus our attention on finding a lower bound for our series = + + + + β‹― + . Recall that = log + log + β‹― + log , where = (1,2, … , ), and ≀ . Adding and subtracting , where > , we find that > log + log + β‹― + log + log βˆ’ . Here, we can let = , as for β‰₯ 3, < . Now, as a result of Mertens’ First Theorem, we find that βˆ’ < + + + β‹― + + βˆ’ log , Which implies log βˆ’ < log + log + log + β‹― + log + log ? . Returning to equation (0.19), we can conclude that
  • 30. 30 > log + log + log + β‹― + log + log βˆ’ > ( log ? βˆ’ ) βˆ’ , for 1 ≀ < . Using the same argument, we find that log + log + log + β‹― + log > βˆ’ βˆ’ , with the βˆ’ added in for convenience. From above, we can conclude that > βˆ’ βˆ’ , > βˆ’ βˆ’ , … . . . , > βˆ’ βˆ’ , > βˆ’ βˆ’ . Now, referring back to (βˆ—) , we find that 1 + 1 + 1 + 1 + β‹― + 1 > 1 log βˆ’ 1 log ( log βˆ’ βˆ’ ) + 1 log βˆ’ 1 log ( log βˆ’ βˆ’ ) + 1 log βˆ’ 1 log ( log βˆ’ βˆ’ ) + β‹― + 1 log βˆ’ 1 log ( log βˆ’ βˆ’ ) + βˆ’ ( log βˆ’ βˆ’ ) + ( log βˆ’ βˆ’ ) = 1 log βˆ’ 1 log log βˆ’ + log + + log + 1 log βˆ’ 1 log log βˆ’ + log + + log + 1 log βˆ’ 1 log log βˆ’ + log + + log + β‹― . . . + βˆ’ log βˆ’ + + βˆ’ log βˆ’ + log + + log + 1 log log βˆ’ + log . With further rearrangement, we obtain = 1 log βˆ’ 1 log log βˆ’ + log + 1 log βˆ’ 1 log log + 1 log βˆ’ 1 log log + β‹― + 1 log βˆ’ 1 log log + 1 log βˆ’ 1 log log + 1 log log = log log βˆ’ log log + log log βˆ’ log log + log log βˆ’ log log + β‹― + log log βˆ’ log log
  • 31. 31 + log log βˆ’ log log + 1 log log βˆ’ + log = [( log βˆ’ log ) 1 log + ( log βˆ’ log ) 1 log + ( log βˆ’ log ) 1 log + β‹― . . . +( log βˆ’ log ) ] + 1 βˆ’ . In this last step, we omitted the βˆ’ term, and replaced it with βˆ’ . Now, as we have previously done with the upper bound on , we can see that the sum inside the square brackets above is simply the sum of differently sized rectangles. This time, the secondrectang1ewi11have abase of1ength( log βˆ’ log )andaheight of1en first rectang1ewi11have abase of1ength ( log βˆ’ log )andaheight of1ength , . e and so on, up to a rectangle with a base of length ( log βˆ’ log ) and height of length . These rectangles are shown in Figure4.2. Figure4.2 We can see that when = log , = . This pattern holds for all , with ≀ . We also notice that, as before, these coordinates define the function = , only this Time, the curve intersects the top left hand corner of the rectangles, as shown in Figure 4.2. This implies that the area bounded by the curve between log and log is less than the area of the shaded rectangles. We simply need to calculate this area, which will in turn give us a lower bound for our series, but we have already calculated this to be ln ( log ) βˆ’ ln ( log ) from Now that we have a lower bound for the sum of the rectangles, we find that + + + + β‹― + > ( log ) βˆ’ ln ( log ) + 1 βˆ’ . Next, combining equations (0.18) and (0.20), we find that for = + + + + β‹― +
  • 32. 32 (0.21) ln ( log ) βˆ’ ln ( log ) + 1 βˆ’ < < 1 + ( log ) βˆ’ ln ( log ) + . Now, as opposed to using logarithms of two different bases in our expression, we will use the fact that log = ln , where = log . This changes (0.21) to ln ( ln ) βˆ’ ln ( log ) + 1 βˆ’ + log < < 1 + ( ln ) βˆ’ ln ( log ) + log ln ln + ln βˆ’ ln ( log ) + 1 βˆ’ < < 1 + + ln βˆ’ ln ( log ) + . From here we can simply evaluate our expression using the fact that = log = 0.43429 …, = 2, = 4, and = = 0.15904…. Clearly, ln ln + ln βˆ’ ln ( log ) + 1 βˆ’ + log = ln ln + ln (0.43429) βˆ’ ln ( log 2) + 1 βˆ’ 4 + 0.15904 log 2 = ln ln + (βˆ’0.83404) βˆ’ (βˆ’1.20054) + 1 βˆ’ (13.81603) = ln ln βˆ’ 12.44953 > βˆ’ 13. Similarly, 1 + ln ln + ln βˆ’ ln ( log ) + log = ln ln + 1 + (βˆ’0.83404) βˆ’ (βˆ’1.20054) + 4 0.30102 = ln ln + 14.65465 < + 15. Comparing the two inequalities above, we finally obtain ln ln βˆ’ < 1 + 1 + 1 + 1 + β‹― + 1 < + , where = 15, the larger of the upper and lower bounds. This completes the proof.
  • 33. 33 CHAPTER 6 CONCLUSION This project explored how prime numbers are distributed throughout the set of real numbers. We proved that there exists an upper and lower bound on ( ), which is dependent on . It is fascinating to see how such a complicated yet relatively elementary proof can yield such an elegant result. We used this result to explore further problems in the study of prime numbers, specifically, Mertens’ First and Second Theorem. In Mertens’ First Theorem, we used similar arguments as in the proof of Tchebychev’s Theorem, and simply found the magnitude of errors between different series. The proof of Mertens’ Second Theorem was more geometrically intuitive. We used Mertens’ First Theorem as well as Abel’s Formula to transform our series into another more convenient series, which could be interpreted geometrically. This allowed us to find an upper and lower bound using integration, which enabled us to ultimately complete the proof. From this point, the next step in research could be exploring the proof the the Prime Number Theorem. This would involve a much more complicated proof, using methods from Complex Analysis.
  • 34. 34 REFERENCE [1] A.M. Yaglom, I.M. Yaglom, Challenging Mathematical Problems with Elementary Solutions. New York, Dover Publication, (1987). [2] D. Goldfeld, The Elementary Proof of the Prime Number Theorem: An Historical Perspective. Columbia University, New York. 1 [3] J.J. O’Connor, E.F. Robertson, Prime Numbers, The MacTutor History of Mathematics Archive. May 2009. Web. http://www‐history.mcs.st‐and.ac.uk/HistTopics/Prime‐numbers.html 1 [4] K.H. Rosen, Discrete Mathematics and Its Applications, New York, McGraw‐Hill, (2007). 2