Proofs
Overview
A direct proof is a sequence of statements, either givens or deductions of previous statements, whose last statement is the conclusion to be proved. An indirect proof works by assuming the denial of the desired conclusion leads to a contradiction in some way.
Conditional Proofs
A conditional proof is a proof method used to prove a conditional statement, i.e. statements of form:
Note we can assume all the hypotheses are true since if one were false, the implication holds regardless. Direct proofs of the above form are called conditional proofs (CP).
These conditional are often expressed in different (but "equivalent") ways. Common English expressions and their interpretation include:
- "
if " meaning . - "
only if " meaning . - "
is necessary for " meaning . - "
is sufficient for " meaning .
Proof by Contraposition
Since a conditional and its contrapositive are logically equivalent, we can instead prove the negation of the conclusion leads to the negation of our hypotheses.
Proof by Contradiction
To prove a proposition
Existence Proofs
An existence proof is a proof method used to prove an existential statement, i.e. statements of form:
An existence proof is said to be constructive if it demonstrates the existence of an object by creating (or providing a method for creating) the object. Otherwise it is said to be non-constructive.
Induction
Proof by induction involves inferring that a subset
Weak Induction
Let
- Base case:
is true for some , and - Inductive case: for all
, . is called the inductive hypothesis.
Then
Strong Induction
Let
- Base case:
is true for some , and - Inductive case: for all
, .
Then
More simply stated, let
Well-Ordering Principle
Let
Transfinite Induction
Let
The transfinite induction principle states that if
The "converse" also holds true. Assume