Prime numbers fascinate me. They are essentially the building blocks for multiplication. Recall that a positive integer is prime if the only positive integers dividing into
are none other than 1 and itself. A well-known property of the integers is that each positive integer can be uniquely written as a product of prime numbers.
There are infinitely many prime numbers. In my opinion, the proof of this result (due to Euclid) is one of the most elegant mathematical proofs. For those who have not seen it, here it is:
Theorem: There are infinitely many prime numbers.
Proof: Suppose on the contrary there are finitely many prime numbers, say . Form the number
. Since
is larger than each
, it cannot be prime. Thus, it must be divisible by one of the primes, say
. But this is impossible since
leaves a remainder of 1 on division by
. We have thus arrived at a contradiction so that the original assumption of finitely many prime numbers is false. Thus there are infinitely many prime numbers.
Comments are closed