1 Mathematical Induction. 2 Mathematical Induction: Example  Show that any postage of ≥ 8¢ can be obtained using 3¢ and 5¢ stamps.  First check for.

Slides:



Advertisements
Similar presentations
Mathematical Induction
Advertisements

Mathematical Induction (cont.)
Chapter 4 Sequences and Mathematical Induction. 4.2 Mathematical Induction.
Copyright © Cengage Learning. All rights reserved. CHAPTER 5 SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION.
1 Mathematical Induction. 2 Mathematical Induction: Example  Show that any postage of ≥ 8¢ can be obtained using 3¢ and 5¢ stamps.  First check for.
Induction and recursion
1.  The set N = {1,2,3,4,……..} is known as natural numbers or the set of positive integers  The natural numbers are used mainly for :  counting  ordering.
CSE115/ENGR160 Discrete Mathematics 03/22/12 Ming-Hsuan Yang UC Merced 1.
Discrete Structures Chapter 5: Sequences, Mathematical Induction, and Recursion 5.2 Mathematical Induction I [Mathematical induction is] the standard proof.
Chapter 10 Sequences, Induction, and Probability Copyright © 2014, 2010, 2007 Pearson Education, Inc Mathematical Induction.
1 Section 3.3 Mathematical Induction. 2 Technique used extensively to prove results about large variety of discrete objects Can only be used to prove.
CSE115/ENGR160 Discrete Mathematics 03/29/11 Ming-Hsuan Yang UC Merced 1.
1 Strong Mathematical Induction. Principle of Strong Mathematical Induction Let P(n) be a predicate defined for integers n; a and b be fixed integers.
1 Mathematical Induction. 2 Mathematical Induction: Example  Show that any postage of ≥ 8¢ can be obtained using 3¢ and 5¢ stamps.  First check for.
Copyright © 2007 Pearson Education, Inc. Slide 8-1.
ICS 253 Presents Mathematical Induction Sultan Almuhammadi muhamadi
Mathematical Maxims and Minims, 1988
Lecture 9. Arithmetic and geometric series and mathematical induction
Chapter 6 Mathematical Induction
Mathematical Induction. F(1) = 1; F(n+1) = F(n) + (2n+1) for n≥ F(n) n F(n) =n 2 for all n ≥ 1 Prove it!
Lecture 3.1: Mathematical Induction CS 250, Discrete Structures, Fall 2014 Nitesh Saxena Adopted from previous lectures by Cinda Heeren, Zeph Grunschlag.
CSNB143 – Discrete Structure Topic 5 – Induction Part I.
1 Introduction to Abstract Mathematics Chapter 4: Sequences and Mathematical Induction Instructor: Hayk Melikya 4.1- Sequences. 4.2,
Copyright © Peter Cappello Mathematical Induction Goals Explain & illustrate construction of proofs of a variety of theorems using mathematical induction.
Module #13: Inductive Proofs Rosen 5 th ed., § inference of a generalized conclusion from particular instances 2. mathematical demonstration of the.
Mathematical Induction Digital Lesson. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. 2 Mathematical induction is a legitimate method.
Section 3.3: Mathematical Induction Mathematical induction is a proof technique that can be used to prove theorems of the form:  n  Z +,P(n) We have.
Discrete Structures & Algorithms More on Methods of Proof / Mathematical Induction EECE 320 — UBC.
Based on Rosen, Discrete Mathematics & Its Applications, 5e Prepared by (c) Michael P. Frank Modified by (c) Haluk Bingöl 1/18 Module.
CompSci 102 Discrete Math for Computer Science March 1, 2012 Prof. Rodger Slides modified from Rosen.
(CSC 102) Lecture 23 Discrete Structures. Previous Lecture Summery  Sequences  Alternating Sequence  Summation Notation  Product Notation  Properties.
1 INFO 2950 Prof. Carla Gomes Module Induction Rosen, Chapter 4.
Inductive Proofs and Inductive Definitions Jim Skon.
Mathematical Induction Section 5.1. Climbing an Infinite Ladder Suppose we have an infinite ladder: 1.We can reach the first rung of the ladder. 2.If.
Mathematical Induction
Chapter 5. Section 5.1 Climbing an Infinite Ladder Suppose we have an infinite ladder: 1.We can reach the first rung of the ladder. 2.If we can reach.
Proofs, Recursion and Analysis of Algorithms Mathematical Structures for Computer Science Chapter 2 Copyright © 2006 W.H. Freeman & Co.MSCS SlidesProofs,
Induction Practice CS1050. Prove that whenever n is a positive integer. Proof: Basis Case: Let n = 1, then.
Mathematical Induction 1. 2 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), … We.
Section 5.1. Climbing an Infinite Ladder Suppose we have an infinite ladder: 1.We can reach the first rung of the ladder. 2.If we can reach a particular.
1 Discrete Mathematical Mathematical Induction ( الاستقراء الرياضي )
Mathematical Induction
Mathematical Induction I Lecture 19 Section 4.2 Mon, Feb 14, 2005.
9/27/2011 Lecture Mathematical Induction1 Lecture 3.1: Mathematical Induction* CS 250, Discrete Structures, Fall 2011 Nitesh Saxena *Adopted from.
Copyright © Zeph Grunschlag, Induction Zeph Grunschlag.
3.3 Mathematical Induction 1 Follow me for a walk through...
Chapter 5 1. Chapter Summary  Mathematical Induction  Strong Induction  Recursive Definitions  Structural Induction  Recursive Algorithms.
Mathematical Induction. The Principle of Mathematical Induction Let S n be a statement involving the positive integer n. If 1.S 1 is true, and 2.the truth.
11.7 – Proof by Mathematical Induction
Advanced Algorithms Analysis and Design
Chapter 3 The Real Numbers.
Induction and recursion
CSNB 143 Discrete Mathematical Structures
Proofs, Recursion and Analysis of Algorithms
CS201: Data Structures and Discrete Mathematics I
BaSIC Math Reviews.
Notes 9.5 – Mathematical Induction
Induction and recursion
Mathematical Induction I
Lecture 3.1: Mathematical Induction
Induction (Section 3.3).
Follow me for a walk through...
Induction Chapter
Advanced Analysis of Algorithms
Mathematical Induction
Mathematical Induction
Mathematical Induction
Follow me for a walk through...
Copyright © Cengage Learning. All rights reserved.
Lecture 3.1: Mathematical Induction
Presentation transcript:

1 Mathematical Induction

2 Mathematical Induction: Example  Show that any postage of ≥ 8¢ can be obtained using 3¢ and 5¢ stamps.  First check for a few particular values: 8¢=3¢ + 5¢ 9¢ =3¢ + 3¢ + 3¢ 10¢=5¢ + 5¢ 11¢=5¢ + 3¢ + 3¢ 12¢=3¢ + 3¢ + 3¢ + 3¢  How to generalize this?

3 Mathematical Induction: Example Let P(n) be the sentence “n cents postage can be obtained using 3¢ and 5¢ stamps”. Want to show that “P(k) is true” implies “P(k+1) is true” for any k ≥ 8¢. 2 cases: 1) P(k) is true and the k cents contain at least one 5¢. 2) P(k) is true and the k cents do not contain any 5¢.

4 Mathematical Induction: Example Case 1: k cents contain at least one 5¢ coin. Case 2: k cents do not contain any 5¢ coin. Then there are at least three 3¢ coins. 5¢5¢ 3¢3¢3¢3¢ Replace 5¢ coin by two 3¢ coins k cents k+1 cents 3¢3¢ 3¢3¢ 3¢3¢5¢5¢5¢5¢ Replace three 3¢ coins by two 5¢ coins k centsk+1 cents

5 Domino Effect Mathematical induction works like domino effect: Let P(n) be “The nth domino falls backward”. If(a) “P(1) is true”; (b) “P(k) is true” implies “P(k+1) is true” Then P(n) is true for every n

6 Principle of Mathematical Induction Let P(n) be a predicate defined for integers n. Suppose the following statements are true: 1. Basis step: P(a) is true for some fixed a  Z. 2. Inductive step: For all integers k ≥ a, if P(k) is true then P(k+1) is true. Then for all integers n ≥ a, P(n) is true.

7 Example: Sum of Odd Integers  Proposition: … + (2n-1) = n 2 for all integers n≥1.  Proof (by induction): 1) Basis step: The statement is true for n=1: 1=1 2. 2) Inductive step: Assume the statement is true for some k≥1 (inductive hypothesis), show that it is true for k+1.

Example: Sum of Odd Integers  Proof (cont.): The statement is true for k: 1+3+…+(2k-1) = k 2 (1) We need to show it for k+1: 1+3+…+(2(k+1)-1) = (k+1) 2 (2) Showing (2): 1+3+…+(2(k+1)-1) = 1+3+…+(2k+1) = 1+3+…+(2k-1)+(2k+1) = k 2 +(2k+1) = (k+1) 2. We proved the basis and inductive steps, so we conclude that the given statement true. ■ by (1)

9 Important theorems proved by mathematical induction  Theorem 1 (Sum of the first n integers): For all integers n≥1,  Theorem 2 (Sum of a geometric sequence): For any real number r except 1, and any integer n≥0,

10 Example (of sum of the first n integers).  In a round-robin tournament each of the n teams plays every other team exactly once. What is the total number of games played?  2 ways to solve: 1) Each of the n teams plays n-1 games; this gives a total of n(n-1) games. But each game was counted exactly twice; Thus, the total number of games is n(n-1)/2.

11 Example (of sum of the first n integers). 2) Team 1 plays n-1 games; Team 2 plays n-2 games (not counting the game with team 1); Team 3 plays n-3 games (not counting the games with teams 1 and 2); …. Team n-1 plays 1 game with team n (not including the games counted before). Thus, the total number of games is 1+2+…+(n-2)+(n-1) = n(n-1)/2 by Theorem 1.