Suppose there are only a finite number \(n\) of prime numbers, which we label \(p_1, p_2, \dots, p_n\).
Every positive integer greater than 1 is either a member of this list, or is divisible by a member of this list.
Let \(N = p_1 \times p_2 \times \dots \times p_n + 1\). Notice that:
- \(N > p_k\) for all \(k=1, \dots, n\).
So, \(N\) is not a member of the list. - If we divide \(N\) by any \(p_k\), \(k=1, \dots, n\), then the remainder is \(1\).
So, \(N\) is not divisible by any \(p_k\).
This contradicts our assumption that every integer greater than 1 is either in the list or divisible by a prime from the list. Hence our supposition is false, and there are infinitely many prime numbers.