Processing math: 100%

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:

a2=ab (multiplying both sizes by a)a2b2=abb2 (subtracting b2 from both sides)(a+b)(ab)=b(ab) (factoring both sides)(a+b)=b (dividing both sides by ab)2b=b (substituting a for b, since a = b)2=1 (dividing both sides by b)

Proof by Contradiction

Write: Theorem: 2 is irrational
Proof: To derive a contradiction, assume 2 is rational, meaning it can be represented as a ratio of integers.
Suppose that 2=ab, where ab 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.

2=abb2=a (multiplying both sides by b)2b2=a2 (squaring both sides)

Thus, a2 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.

2b2=a22b2=(2k)2 (substituting for a)b2=2k2 (dividing both sides by 2)

Thus, b2 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, 2 must be irrational.

Case Analysis Proof