13
8.4 Mathematical Induction A Form of Proof

8.4 Mathematical Induction A Form of Proof. How do you climb infinite stairs? –Start at the base of the staircase. –Step up on the first step. –Then,

Embed Size (px)

Citation preview

Page 1: 8.4 Mathematical Induction A Form of Proof. How do you climb infinite stairs? –Start at the base of the staircase. –Step up on the first step. –Then,

8.4 Mathematical Induction

A Form of Proof

Page 2: 8.4 Mathematical Induction A Form of Proof. How do you climb infinite stairs? –Start at the base of the staircase. –Step up on the first step. –Then,

How do you climb infinite stairs?

– Start at the base of the staircase.– Step up on the first step.– Then, step up to the second step.– Next, step up to the third step..

.

.

.– Repeat:

From current position move up one step

Page 3: 8.4 Mathematical Induction A Form of Proof. How do you climb infinite stairs? –Start at the base of the staircase. –Step up on the first step. –Then,

Can we use this idea as a method of proof?

• First, show P(x) is true for x=0

– This is the base of the stairs

• Then, show that if it’s true for some value n, then it is true for n+1

– Show: P(n) P(n+1)

– This is climbing the stairs

– Let n=0. Since it’s true for P(0) (base case), it’s true for n=1

– Let n=1. Since it’s true for P(1) (previous bullet), it’s true for n=2

– Let n=2. Since it’s true for P(2) (previous bullet), it’s true for n=3

– Let n=3 …

– And onwards to infinity

• Thus, we have shown it to be true for all non-negative numbers

Page 4: 8.4 Mathematical Induction A Form of Proof. How do you climb infinite stairs? –Start at the base of the staircase. –Step up on the first step. –Then,

What is induction?

• An indirect method of proof• Involves the derivation of a general rule from one or

more particular cases

• The principle of mathematical induction is similar to the concept of domino stacking

Page 5: 8.4 Mathematical Induction A Form of Proof. How do you climb infinite stairs? –Start at the base of the staircase. –Step up on the first step. –Then,

Steps

1. The first expression must be true

(The first domino falls)

2. Assuming that the general expression is true

(Assume that some domino in the series falls)

3. Prove that the next expression is true

(Prove that the next domino in the series also falls)

4. If all of these events happen then we know by induction that all of the expressions are true and thus the original formula is true

(All the dominoes will fall)

Page 6: 8.4 Mathematical Induction A Form of Proof. How do you climb infinite stairs? –Start at the base of the staircase. –Step up on the first step. –Then,

Example 1

2

2

12...7531 is,That

. is integers odd first theof sum that theinduction by Prove

nn

nn

Page 7: 8.4 Mathematical Induction A Form of Proof. How do you climb infinite stairs? –Start at the base of the staircase. –Step up on the first step. –Then,
Page 8: 8.4 Mathematical Induction A Form of Proof. How do you climb infinite stairs? –Start at the base of the staircase. –Step up on the first step. –Then,

Example 2

6

121that induction by Prove

1

2

nnni

n

i

Page 9: 8.4 Mathematical Induction A Form of Proof. How do you climb infinite stairs? –Start at the base of the staircase. –Step up on the first step. –Then,
Page 10: 8.4 Mathematical Induction A Form of Proof. How do you climb infinite stairs? –Start at the base of the staircase. –Step up on the first step. –Then,

Example 3.1 2that induction by Prove nnn

Page 11: 8.4 Mathematical Induction A Form of Proof. How do you climb infinite stairs? –Start at the base of the staircase. –Step up on the first step. –Then,
Page 12: 8.4 Mathematical Induction A Form of Proof. How do you climb infinite stairs? –Start at the base of the staircase. –Step up on the first step. –Then,

Example 4 nn 2!1that induction by Prove

Page 13: 8.4 Mathematical Induction A Form of Proof. How do you climb infinite stairs? –Start at the base of the staircase. –Step up on the first step. –Then,