What is wrong with this "proof" of the following statement?
For every positive integer the number is even.
Proof:
Let be the subset of positive integers for which is odd. Assume is nonempty.
Let be its smallest element.
Then so is even.
But so equals which is a sum of two even numbers, which is even.
So which is a contradiction. Therefore, is empty, and the result follows.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The theorem: For every positive integer the number n 2 + n + 1 is even.
Notice how it says "every positive integer".
Consider n = 1 . In paragraph 3, the proof says that m − 1 ∈ / S ⟶ ( m − 1 ) 2 + ( m − 1 ) + 1 not odd, thus even. But the theorem is not applicable in this case, because m − 1 = 1 − 1 = 0 is not a positive integer. Thus, everything what follows does not prove anything.
If you would try a proof by induction, you would fail right at the beginning. Indeed, for every positive integer n 2 + n + 1 is odd.
Proof :
Suppose n is even. Thus, n 2 is even (2), and n 2 + n is even (1), and n 2 + n + 1 is odd.
Suppose n is odd. Thus, n 2 is odd (3), and n 2 + n is even (1), and n 2 + n + 1 is odd again. □