Proof Techniques

25 min
0/4 practice checks

A proof is a watertight argument that a statement must be true. Three staple techniques:

  • Direct proof: assume the hypothesis and reason straight to the conclusion.
  • Proof by contradiction: assume the statement is false, then derive an impossibility — so it must be true after all.
  • Mathematical induction: prove a statement for all nn using a base case plus a step that carries truth from nn to n+1n+1.

Induction has two parts:

  1. Base case: show it holds for the first value (say n=1n=1).
  2. Inductive step: assume it holds for nn, then prove it for n+1n+1.

Worked example. The sum 1+2++n=n(n+1)21+2+\cdots+n = \dfrac{n(n+1)}{2}. For n=10n=10: 10112=55\dfrac{10\cdot 11}{2} = 55, matching a direct count. Induction proves the formula for every nn at once, without checking them one by one.

Using 1+2++n=n(n+1)21+2+\cdots+n = \dfrac{n(n+1)}{2}, find 1+2++101+2+\cdots+10.

A proof by mathematical induction must contain which two parts?

The sum of the first nn odd numbers equals n2n^2. What is 1+3+5+7+9+111+3+5+7+9+11?

To prove 2\sqrt{2} is irrational by contradiction, you begin by assuming: