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).

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 by contradiction, we assume and derive a statement known to be false. Since mathematics is (in most cases) consistent, must be true.

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

Let be a predicate. To prove is true for all , we prove:

  • Base case: Prove is true. This is usually done directly.
  • Inductive case: Prove for all .

Within the inductive case, is known as the inductive hypothesis.

Strong Induction

Strong induction expands the induction hypothesis. Let be a predicate. To prove is true for all , we prove:

  • Base case: Prove is true. This is usually done directly.
  • Inductive case: Assume is true for all . Then prove is true.

Bibliography

0 items under this folder.