The typical method

The typical method

  1. Make a conjecture
  2. Show it is true for n=1
  3. Assume it’s true for n=k
  4. Show it must also be true for n=k+1
  5. Conclude it’s true for all natural numbers n (where n \ge 1)

Prove that the series \frac1{1\times2}+\frac1{2\times3}+\frac1{3\times4}+\cdots+\frac1{n(n+1)}=\frac n{n+1}

How do we know that all integers n are covered?

You might be a bit confused as to how we can get from knowing that n=1 is true, to knowing that all integers are true.

If n=k is true for a specific value of k, then the next integer must also be true. So:

Proving using standard summation results

Prove 1^2+2^2+3^2+\cdots+n^2=\frac16n(n+1)(2n+1)