SUNY Geneseo Department of Mathematics

Induction, Part 2

Monday, March 11

Math 239 01
Spring 2019
Prof. Doug Baldwin

Return to Course Outline

Previous Lecture

Questions?

Proof by Induction

Section 4.1.

This style of induction, particularly using an induction step of the form P(k) implies P(k+1), is called “weak induction.”

Example

Progress check 4.3

Prove that for all natural numbers n, 1 + 2 + 3 + ... + n = n(n+1)/2.

There’s a non-inductive argument for this theorem that 1 plus the last element is n+1, as is 2 plus the 2nd to last, and 3 plus the 3rd to last, and so forth, for a total of n/2 pairs:

1 + 2 + 3 + ... + (k-2) + (k-1) + k grouping into k/2 pairs that add to k+1

That phrase “and so forth” in this argument is a signal that the prover is assuming that some pattern continues indefinitely. That assumption may be wrong in subtle ways. Induction is a way to deal rigorously with “and so forths” in arguments.

We generally developed the proof in pieces as people saw them. In particular,...

Here is the proof that finally emerged from our discussions, and the LaTeX source file that generated it.

Next

Extending induction.

Start reading section 4.2.

Next Lecture