I'm looking at proofs from Proofs from the Book (Martin Aigner, Günter M. Ziegler). The proof I'm having trouble is the sixth proof of the infinitude of the primes they give (on page 5; although I'll be reconstructing it here). I'll be highlighting the areas I'm having trouble with. They set out to prove two things; namely, and letting $P$ be the set of all primes:
- $P$ is infinite.
- $\sum_{p \in P} {1 \over p}$ diverges.
They begin by assuming the sum in 2. is convergent and letting $P = \{p_1, p_2, ...\}$ The first problem comes up here. By assuming the given form for $P$, haven't they already assumed that it is infinite? Then, by assumption,
$$\sum_{i > k} {N \over p_i} < {N \over 2}, \ \ (N \in \mathbb{Z}^+). \tag{1}$$
They then define $p_1, p_2, ..., p_k$ to be the small primes, and $p_{k + 1}, p_{k + 2}, ...$ to be the large primes, and define $N_b$ to be the number of positive integers $n \leq N$ which are divisible by at least one of the big primes; and, similarly, $N_s$ the number of positive integers $n \leq N$ which only have small prime divisors. By definition, $N_b + N_s = N$, and the intended contradiction will hinge on showing $N_b + N_s < N$.
Note, since $\left \lfloor {N \over p_i} \right \rfloor$ gives the number of positive integers $n \leq N$ which are multiples of $p_i$,
$$N_b \leq \sum_{i > k} \left \lfloor {N \over p_i} \right \rfloor < {N \over 2}. \tag{2}$$
Then, they let $n = a_n b_n^2$, where $n \leq N$ such that it has only small prime divisors. Here $a_n$ is the square free part. Then, every $a_n$ is a product of different small primes. Assuming that by this it is simply meant that every factor of $a_n$ is distinct, they assert there are exactly $2^k$ different square free parts. Notice, also, $b_n \leq \sqrt{n} \leq \sqrt{N} \implies b_n \leq \sqrt{N}$, and as such,
$$N_s \leq 2^k \sqrt{N}. \tag{3}$$
Here, is the second problem for me. I can see intuitively how $(3)$ holds; but, I'm not really sure, and I'd like to see it through a more rigorous approach, and also, why it's relevant. I'm not really sure, and I'd like a more rigorous approach.
They conclude the proof by showing that, since $(2)$ holds for any $N$, $2^k \sqrt{N} \leq {N \over 2}$ holds for $N = 2^{2k + 2}$. This is the third area I'm having trouble. I'm not really sure why this is relevant and how the contradiction $N_s + N_b < N$ follows from it. Maybe I missed it, but I also didn't see a proof of the infinitude of primes here.
Finally, I have a question as well. Looking back, how could one have guessed that this approach will lead us to a proof of the two claims above? In other words, what's the insight behind taking this particular approach?
Thanks to all in advance!
Note: I wasn't really sure what tags relating to "Proofs" would be appropriate here, so I've only used tags concerning number theory and primes. Please feel free to tag away.