Suppose by contradiction that there are finitely many primes, namely p1,p2,...,pk, where k is a natural number. Now consider another natural number n, and all natural numbers m≤n. We can write every m as a product m21m2, where m1∈N and m2∈N is a square-free integer. Now, using some simple combinatorics arguments and the FTA it's easy to see that there are at most 2k⌊√n⌋ ways to write the product m21m2, and so we can conclude that
n≤2k√n
which is absurd, since the inequality does not hold for large n.
This is a version proof of the proof given by P. Erdős of the infinitude of the prime numbers. (as I remember it.)
I have no problems understanding the proof itself. What bothers me is that while both this and Euclid's proof (I believe we all know that one) are very beautiful, this one seems a little bit mysterious to me, while the Euclid's one, albeit very ingenious, was quite natural.
I know some of the beauty of it is because of the very fact that it is unexpected and elusive. But if one is trying to prove the infinitude of the prime numbers, why would they think of the product m21m2? Why would this even help? Was Erdős just trying a bunch of different ideas randomly until he got one that worked (which I find very unlikely), or there is a motivation for considering the factorization m21m2?
I'm sorry if I didn't make myself clear, or if this question is not suitable for this website.
Answer
The intuition that I see is to show that having finitely many primes is simply not enough to generate all the numbers. More precisely, this gives a lower bound on the number of primes below a certain size (a lower bound on π(n) as a function of n), which is more informative than simply saying π(n)→∞ as n→∞. Getting this lower bound is a good motivation for going beyond Euclid's proof.
Suppose we have finitely many primes p1,p2,…,pk, then every number can be expressed as pe11pe22⋯pekk for some exponent vector (e1,…,ek) with all components nonnegative integers. Unfortunately there are infinitely many possibilities for each ei so this doesn't let us control anything.
On the other hand, if each ei were either 0 or 1 (i.e. we only looked at products of distinct primes), then there are only 2k possible products. Numbers that are products of distinct primes (there is never an i with ei≥2) are called square-free integers. For any number we can pull out the squares in it and leave a square-free part. This is well-known in elementary number theory, and was not introduced by Erdős; there's even an MathWorld entry about squarefree part.
For any integer n and any integer m≤n, if we write m as a squarefree part r times a square s2 (i.e. m=s2r) then as s2≤N, we have s≤√N. At the same time, as there are only 2k possible exponent vectors (e1,…,ek), there are only 2k possible values for r. This gives
n≤2k√n.
In the question you have used this to conclude that k cannot be finite (thus proving that there are infinitely many primes), but the more useful consequence is that the number of available primes k should satisfy 2k√n≥n, i.e.
π(n)≥lg√n.
(The real bound is much better; the prime-number theorem says π(n) grows as n/logn.)
I don't know if I have given you any intuition or just restated the proof. :-)
No comments:
Post a Comment