- #1
jgens
Gold Member
- 1,593
- 50
Homework Statement
Prove that every Natural number is either even or odd.
Homework Equations
Mathematical Induction
Even: n = 2k where k is an integer
Odd: n = 2k + 1 where k is an integer
The Attempt at a Solution
I think I have a relatively complete proof, however, it doesn't seem quite right (perhaps it's incorrect?). So, any suggestions or comments would be very helpful.
Proof: We define the terms even and odd as follows: A Natural number n is even if it satifies n = 2(j) where j ∈ Z. A Natural number n is odd if it satisfies n = 2(j) + 1 where j ∈ Z.
Now, let P(x) be the statement that every Natural number is either even or odd. Clearly, we have that n = 1 is odd since if j = 0 then 2(0) + 1 = 1. Additionally, we also have that n = 2 is even since if j = 1 then 2(1) = 2. Now suppose that P(x) is false for some non-empty set of Natural numbers. Since this set is non-empty, by the well-ordering principle it contains a least element n = k + 1. Because 1 and 2 are odd and even respectively and because n = k + 1 is the smallest n such that P(x) is false, we know that P(k) must be true. Therefore, k must either be even or odd. We treat these cases separately.
Case 1: Suppose that k is even, then for some j ∈ Z, k = 2(j). Since the Natural numbers are inductive, if k is a Natural number, then k + 1 is also a Natural number. Therefore we have that k + 1 = 2(j) + 1. However, this contradicts our assumption that k + 1 was neither even nor odd.
Case 2: Suppose that k is odd, then for some j ∈ Z, k = 2(j) + 1. Since the Natural numbers are inductive, if k is a Natural number, then k + 1 is also a Natural number. Therefore we have that k + 1 = 2(j) + 2 = 2(j + 1). However, this contradicts our assumption that k + 1 was neither even nor odd.
These contradictions prove that our assumption that n = k + 1 was the least n such that P(x) was false was incorrect. Therefore, the set of Natural numbers that are neither even nor odd must be empty and consequently, every Natural number is either even or odd.
Last edited: