Proof that the sum of two odd integers is even
Preliminaries
- An integer is odd if it’s two times some integer + 1
Proof
- Let x and y be two odd integers.
- Then, x = 2a + 1, for some integer a.
- Definition of odd integer
- And y = 2b + 1, for some integer b.
- So x + y = 2a + 1 + 2b + 1.
- Thus, x + y = 2a + 2b + 2.
- And so x + y = 2(a + b + 1).
- Thus x + y = two times some integer (a + b + 1) and is therefore even.
Proof that √2 is irrational
Preliminaries
- A rational number is a number that can be expressed as a fraction c/d where c and d are integers and d ≠ 0.
- An integer is even if it’s two times some integer
- An integer is odd if it’s two times some integer + 1
- The square of an odd integer is odd.
- Suppose m is odd. We want to prove that m2 is odd.
- m = 2c + 1, for some integer c.
- m2 = (2c + 1)(2c + 1)
- m2 = 1 + 4c + 4c2
- m2 = 1 + 2(2c + 2c2)
- m2 = 1 + even number
- m2 is odd.
Proof
- Suppose for proof by contradiction that there are integers c and d such that √2 = c/d.
- Let a/b = c/d in lowest terms.
- Thus, √2 = a/b, for some integers a and b.
- Proof that a is even:
- √2 = a/b
- 2 = a2/b2
- a2 = 2 b2
- So a2 is even
- So a is even
- If a were odd then a2 would be odd
- Proof that b is even:
- a2 = 2b2
- a = 2k, for some integer k
- (2k)2 = 2b2
- 4k2 = 2b2
- 2k2 = b2
- So b2 is even
- So b is even
- If b were odd then b2 would be odd
- Since a and b are both even they have a common factor, 2. Therefore, a/b is not in lowest terms, contradicting the assumption above.