I am having trouble understanding this proof that every integer from 2 onwards can expressed as a product of primes:
Assume the negation of the statement is true (proof by contradiction):
Negation of the statement: There exists an integer greater or equal to 2 that cannot be expressed as a product of primes.
Let S be the set of integers from 2 onwards which cannot be expressed as a product of primes.
By the well ordering property, this set has a least element s, say.
The proof then goes on to show that s is a product of numbers less than s which are prime. So s is a product of primes and I accept this.
The proof then states "So we have a contradiction and s is not in S therefore S is empty."
So the proof shows that s is not an element of S.
How does this prove that S is empty? Do we not have to show that the next least elements (i.e. s+1, s+2 etc) are not in S?
Thank you