I was reading Julian Havil’s book Gamma where he talks about a short proof by Paul Erdős on the infinitude of primes.
As I understand it, here are the steps:
(1) Let N be any positive integer and p1,p2,p3,…,pn be the complete set of primes less than or equal to N
(2) Each 1≤x≤N can be written as pe11pe22pe33…penn×m2 where ei∈{0,1}
(3) So, there are 2n ways of choosing square-free numbers and m2≤N
(4) Since m≤√N, each 2≤x≤N can be chosen in at most 2n×√N ways.
(5) Thus, N≤2n×√N and 2n≥√N so that n≥12log2N
I am confused by step #4. Why does it follow that x can be chosen in at most 2n×√N ways. I would think that it would be chosen in 2n×m2 ways. Why is he allowed to replace m2 with m in this case?
Edit: I figured out my misunderstanding.
When I reread the proof in the book this morning, I noticed the following sentence in the paragraph before the proof:
"In 1938 the consummate practitioner Paul Erdos (1913-1996) gave the
one that follows, which uses a counting technique and a neat device
used by number theorists: that any integer can be written as the
product of a square and a square-free integer"
This device is easily proven. Let u=pe11pe22…penn so that for any x≤N, x=um2:
- Let pv|x where pv+1∤ and v \ge 1
- If v \equiv 0 \pmod 2, then p \nmid u and p^v | m^2
- If v \equiv 1 \pmod 2, then p | u and p^{v-1} | m^2
So that it follows that m is an integer. Now, the full proof works for me.
Answer
The number of values m^2 can have is given by m. If you used m^2, it would look as if it could have any value from 1 to m^2, which isn't true.
You "replace" m^2 by m in the same sense you replaced p_1^{e_1}\ldots p_n^{e_n} by 2^n (and not by p_1\ldots p_n).
No comments:
Post a Comment