MATH 302 Lecture 11

From Notes
Jump to navigation Jump to search

« previous | Wednesday, October 5, 2011 | next »


Mathematical Induction Examples

Theorem. The sum of the first n odd positive integers is n2

Proof by Induction. Let P(n)=i=1n2i1=n2

Basis Step. For P(1), 1=12 is true.

Inductive step. For some arbitrary integer k greater than zero, assume that P(k) is true:

1+3++(2k1)=k2

We add 2k+1 to both sides, so

1+3++(2k1)+(2k+1)=k2+2k+1=(k+1)2

This proves P(k+1) and thus the inductive step.

By the principle of mathematical induction, P(n) is true for all n


Theorem. The sum of the first n powers of 2 is equal to 2n1:

1+2+4+8++2n1=2n1

Proof by Induction. Let P(n) represent the proposition k=1n2k1=2n1.

Basis step. For P(1), we have 1=21, which is true.

Inductive step. For any arbitrary integer k>0, assume that P(k) is true, so

1+2+4+8++2k1=2k1

.

Let's add the next term 2k to both sides:

1+2+4+8++2k1+2k=2k1+2k=2(2k)1=2k+11

Theorem. For n>0, n<2n

Proof by Induction.

Basis step. 1<2, so true.

Inductive step. For some arbitrary integer k>0, assume P(k) is true.

SCRATCH PAPER:

Target: k+1<2k+1

Extra inequality: 2k+12k+1=2k+2k, so 12k... true

Add one to both side, so k+1<2k+1. Since 12k, adding 2k to both sides gives 2k+12k+2k=2k+1.

Combining these two inequalities gives k+1<2k+1, proving P(k+1) and the inductive step.

Then P(n) is true in general by the principle of mathematical induction.


Theorem. 5|n5n for all n1. In other words, there is an integer l so that 5l=n5n.

Proof by Induction.

Basis step. 5|11… true since all numbers divide zero.

Inductive step. For some arbitrary integer k, assume P(k) is true, so 5|k5k.

SCRATCH PAPER:

Target: 5|(k+1)5(k+1), so we need to find that 5l=k5k can be expanded to look like the original statement.

(k+1)5(k+1)=k5+5k4+10k3+10k2+5k+1(k+1)=(k5k)+5k4+10k3+10k2+5k=5l+5k4+10k3+10k2+5k=5(l+k4+2k3+2k2+k)

For some integer l, 5l=k5k