Lecture Notes: Basic Proof Techniques

Preliminaries

Course Content

Tuesday Review

Questions:

Answers:

Thursday Review

The Importance of Mathematical Language

Constructive Proofs

Logical Equivalence

Direct Proof

Inverse, Converse, Contrapositive

Rational and Irrational Numbers

False Proof

Let \( a = b \). Then:

\[\begin{aligned} a^2 &= ab &\text{ (multiplying both sizes by a)} \\ a^2 - b^2 &= ab - b^2 &\text{ (subtracting } b^2 \text{ from both sides)} \\ (a+b)(a-b) &= b(a-b) &\text{ (factoring both sides)} \\ (a+b) &= b &\text{ (dividing both sides by } a - b \text{)} \\ 2b &= b &\text{ (substituting a for b, since a = b)} \\ 2 &= 1 &\text{ (dividing both sides by b)} \\ \end{aligned}\]

Proof by Contradiction

Write: Theorem: \( \sqrt{2} \) is irrational
Proof: To derive a contradiction, assume \( \sqrt{2} \) is rational, meaning it can be represented as a ratio of integers.
Suppose that \( \sqrt{2} = \frac{a}{b} \), where \( \frac{a}{b} \) is the simplest form of the fraction (explain fraction simplification).
This means that at most one of a and b is even, or else we could simplify further.

\[\begin{aligned} \sqrt{2} &= \frac{a}{b} \\ b \cdot \sqrt{2} &= a &\text{ (multiplying both sides by b)} \\ 2b^2 &= a^2 &\text{ (squaring both sides)} \\ \end{aligned}\]

Thus, \( a^2 \) is divisible by 2 (i.e., even).
Write: The “Direct Proof” theorem from earlier.
By our earlier theorem this means \( a \) is even, too.
So we can write \( a = 2k \), where \( k \) is some other integer.

\[\begin{aligned} 2b^2 &= a^2 \\ 2b^2 &= (2k)^2 &\text{ (substituting for a)} \\ b^2 &= 2k^2 &\text{ (dividing both sides by 2)} \\ \end{aligned}\]

Thus, \( b^2 \) is divisible by 2 (i.e., even). By our earlier theorem this means \( b \) is even, too.

This is a contradiction, since we said that at most one of a and b is even!
Since we encountered a contradiction, \( \sqrt{2} \) must be irrational.

Case Analysis Proof