Processing math: 100%

Lecture Notes: Strong Induction

Preliminaries

Course Content

Tuesday Review

Questions:

Answers:

ni=12i

=2ni=1i=2n(n+1)2=n(n+1)

Note that we substituted ni=1i for its closed form, which we proved last class.

Thursday Review

Review Written Assignment 3.

Motivation for Strong Induction

Sequence Proof 1

a3=a1+2a2=1+23=7a4=a2+2a3=3+27=17a5=a3+2a4=7+217=41 an+1=an1+2an=(2p+1)+2(2q+1) (substitute by I.H.)=2(p+2q+1)+1

Sequence Proof 2

a3=3a22a1=3523=9a4=3a32a2=3925=17a5=3a42a3=31729=33 P(1):a1=21+1=3P(2):a2=22+1=5 an+1=3an2an1=3(2n+1)2(2n1+1) (by the I.H.)=32n+32n2=22n+1=2n+1+1

Measuring Cup Proof (Needed for Lab)

P(11):11=111P(12):12=43P(13):13=41+91P(14):14=141

Coin Game

Coin Game Proof

Chocolate Game

I recommend reading the textbook’s description of another game and strong induction proof. This game involves breaking a chocolate bar, and trying to avoid getting left with the last piece.

Well-Ordering Principle

Fundamental Theorem of Arithmetic Proof

Closing Thoughts