Types of Statements to Prove
Universal Statements
"For all , " —
Strategy: Take an arbitrary element and prove it satisfies .
Existential Statements
"There exists such that " —
Strategy: Find a specific example, or prove indirectly.
Conditional Statements
"If then " —
Strategy: Direct proof, contraposition, or contradiction.
Biconditional Statements
" if and only if " —
Strategy: Prove both directions: and .
Existence Proofs
Constructive Proofs
Explicitly exhibit an object satisfying the property.
Example: Prove there exist irrational numbers such that is rational.
Proof: Let and . Then , which is rational.
Actually, we need to verify is irrational, which requires more work. Alternative:
Consider .
- If it's rational, take
- If it's irrational, take and Then ✓
Non-Constructive Proofs
Prove existence without finding a specific example.
Example: Prove there exist two irrational numbers whose sum is rational.
Proof: Consider and . Both are irrational, but is rational.
(This is actually constructive, but serves as a simple example.)
Uniqueness Proofs
Method 1: Direct Uniqueness
Assume two elements satisfy the property, then show they're equal.
Template: Suppose and both satisfy property . $$Show that $a = b$$$
Method 2: Uniqueness via Contradiction
Assume two different elements satisfy the property and derive a contradiction.
Example
Theorem: If with , then has a unique solution.
Proof:
- Existence: is a solution
- Uniqueness: Suppose and both satisfy
- Then and
- So
- Since , we get
Counter-Examples
To disprove , find one counter-example where is false.
Claim: Every prime number is odd.
Counter-example: 2 is prime but even.
Proof by Construction
Build an object with desired properties.
Example: Prove that for any , there exists a binary string of length with more 1s than 0s.
Proof: Construct the string of ones: . It has ones and 0 zeros.
The Pigeonhole Principle in Proofs
If objects are placed in boxes, at least one box contains two or more objects.
Generalized Version
If objects are placed in boxes, some box contains at least objects.
Example
Theorem: Among any 5 integers, two have the same remainder when divided by 4.
Proof: There are 4 possible remainders: 0, 1, 2, 3 (boxes). With 5 integers (pigeons), by pigeonhole principle, at least two must have the same remainder.
Proof by Minimum Counter-Example
To prove :
- Assume there exists a counter-example
- Let be the smallest counter-example
- Use properties of being minimal to derive a contradiction
Example
Theorem: Every positive integer can be written as a sum of distinct powers of 2.
Proof: Suppose not. Let be the smallest positive integer that cannot be written this way.
-
(since )
-
Let be the largest power of 2 with
-
Consider :
- (since )
- (by choice of )
- (otherwise )
-
By minimality of , can be written as distinct powers of 2
-
None of these powers is (since their sum )
-
So is a sum of distinct powers of 2 ✗
Contradiction!
Diagonalization Arguments
Used to prove uncountability or non-existence.
Cantor's Diagonal Argument
Theorem: The real numbers in are uncountable.
Proof: Assume we can list all reals in :
Construct a new number where the -th digit differs from the -th digit of .
Then for all (differs in -th digit), but .
Contradiction! The reals are uncountable.