Download presentation
Presentation is loading. Please wait.
Published bySandra Tucker Modified over 8 years ago
1
Copyright © Zeph Grunschlag, 2001-2002. Induction Zeph Grunschlag
2
L142 Agenda Mathematical Induction Proofs Well Ordering Principle Simple Induction Strong Induction (Second Principle of Induction) Program Correctness Correctness of iterative Fibonacci program
3
L143 Mathematical Induction Suppose we have a sequence of propositions which we would like to prove: P (0), P (1), P (2), P (3), P (4), … P (n), … EG: P (n) = “The sum of the first n positive odd numbers is the n th perfect square” We can picture each proposition as a domino: P (n)
4
L144 Mathematical Induction So sequence of propositions is a sequence of dominos. … P (n+1)P (n) P (2)P (1)P (0)
5
L145 Mathematical Induction When the domino falls, the corresponding proposition is considered true: P (n)
6
L146 Mathematical Induction When the domino falls (to right), the corresponding proposition is considered true: P (n) true
7
L147 Mathematical Induction Suppose that the dominos satisfy two constraints. 1) Well-positioned: If any domino falls (to right), next domino (to right) must fall also. 2) First domino has fallen to right P (0) true P (n+1)P (n)
8
L148 Mathematical Induction Suppose that the dominos satisfy two constraints. 1) Well-positioned: If any domino falls to right, the next domino to right must fall also. 2) First domino has fallen to right P (0) true P (n+1)P (n)
9
L149 Mathematical Induction Suppose that the dominos satisfy two constraints. 1) Well-positioned: If any domino falls to right, the next domino to right must fall also. 2) First domino has fallen to right P (0) true P (n) true P (n+1) true
10
L1410 Mathematical Induction Then can conclude that all the dominos fall! … P (n+1)P (n) P (2)P (1)P (0)
11
L1411 Mathematical Induction Then can conclude that all the dominos fall! … P (n+1)P (n) P (2)P (1)P (0)
12
L1412 Mathematical Induction Then can conclude that all the dominos fall! …P (0) true P (n+1)P (n) P (2)P (1)
13
L1413 Mathematical Induction Then can conclude that all the dominos fall! …P (0) true P (1) true P (n+1)P (n) P (2)
14
L1414 Mathematical Induction Then can conclude that all the dominos fall! P (2) true …P (0) true P (1) true P (n+1)P (n)
15
L1415 Mathematical Induction Then can conclude that all the dominos fall! P (2) true …P (0) true P (1) true P (n+1)P (n)
16
L1416 Mathematical Induction Then can conclude that all the dominos fall! P (2) true …P (0) true P (1) true P (n) true P (n+1)
17
L1417 Mathematical Induction Then can conclude that all the dominos fall! P (2) true …P (0) true P (1) true P (n) true P (n+1) true
18
L1418 Mathematical Induction Principle of Mathematical Induction: If: 1) [basis] P (0) is true 2) [induction] n P(n) P(n+1) is true Then: n P(n) is true This formalizes what occurred to dominos. P (2) true …P (0) true P (1) true P (n) true P (n+1) true
19
L1419 Mathematical Induction Example EG: Prove n 0 P(n) where P(n) = “The sum of the first n positive odd numbers is the n th perfect square.” =
20
L1420 Mathematical Induction Example Every induction proof has two parts, the basis and the induction step. 1) Basis: Show that the statement holds for n = 1. In our case, plugging in 0, we would like to show that:
21
L1421 Mathematical Induction Example 2) Induction: Show that if statement holds for k, then statement holds for k+1. (induction hypothesis) This completes proof.
22
More Examples In class notes L1422
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.