Chapter 6 Mathematical Induction

Slides:



Advertisements
Similar presentations
Mathematical Induction
Advertisements

Recursive Definitions and Structural Induction
Copyright © Cengage Learning. All rights reserved. CHAPTER 5 SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION.
Week 5 - Friday.  What did we talk about last time?  Sequences  Summation and production notation  Proof by induction.
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.
Induction Sections 41. and 4.2 of Rosen Fall 2008 CSCE 235 Introduction to Discrete Structures Course web-page: cse.unl.edu/~cse235 Questions:
Recursive Definitions Rosen, 3.4. Recursive (or inductive) Definitions Sometimes easier to define an object in terms of itself. This process is called.
Induction Sections 4.1 and 4.2 of Rosen Fall 2010
1 Intro to Induction Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong.
1 Mathematical Induction. 2 Mathematical Induction: Example  Show that any postage of ≥ 8¢ can be obtained using 3¢ and 5¢ stamps.  First check for.
CSE115/ENGR160 Discrete Mathematics 03/22/12 Ming-Hsuan Yang UC Merced 1.
CSE115/ENGR160 Discrete Mathematics 03/31/11
Inductive Proofs Must Have Base Case (value): –where you prove it is true about the base case Inductive Hypothesis (value): –where you state what will.
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.
Mathematical Induction
Properties of the Integers: Mathematical Induction
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 by: Mohsin tahir (GL) Numan-ul-haq Waqas akram Rao arslan Ali asghar.
Induction and recursion
What it is? Why is it a legitimate proof method? How to use it?
Mathematical Maxims and Minims, 1988
Lecture 9. Arithmetic and geometric series and mathematical induction
Induction and recursion
Discrete Mathematics, 1st Edition Kevin Ferland
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!
1 Introduction to Abstract Mathematics Chapter 4: Sequences and Mathematical Induction Instructor: Hayk Melikya 4.1- Sequences. 4.2,
Section 5.3. Section Summary Recursively Defined Functions Recursively Defined Sets and Structures Structural Induction.
Chapter 5 Existence and Proof by contradiction
Module #13: Inductive Proofs Rosen 5 th ed., § inference of a generalized conclusion from particular instances 2. mathematical demonstration of the.
Chapter 5 With Question/Answer Animations. Section 5.1.
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.
CompSci 102 Discrete Math for Computer Science March 1, 2012 Prof. Rodger Slides modified from Rosen.
CS 103 Discrete Structures Lecture 13 Induction and Recursion (1)
Foundations of Discrete Mathematics Chapters 5 By Dr. Dalia M. Gil, Ph.D.
Sets Definition: A set is an unordered collection of objects, called elements or members of the set. A set is said to contain its elements. We write a.
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
CompSci 102 Discrete Math for Computer Science March 13, 2012 Prof. Rodger Slides modified from Rosen.
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,
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 ( الاستقراء الرياضي )
Chapter 5 With Question/Answer Animations 1. Chapter Summary Mathematical Induction - Sec 5.1 Strong Induction and Well-Ordering - Sec 5.2 Lecture 18.
Mathematical Induction I Lecture 19 Section 4.2 Mon, Feb 14, 2005.
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.
CS151: Mathematical Foundations of Computing Mathematical Induction.
CSE15 Discrete Mathematics 03/22/17
Advanced Algorithms Analysis and Design
Chapter 3 The Real Numbers.
Induction and recursion
CSNB 143 Discrete Mathematical Structures
Chapter 5 Induction and Recursion
Notes 9.5 – Mathematical Induction
Induction and recursion
Exercise Use mathematical induction to prove the following formula.
Induction Chapter
Advanced Analysis of Algorithms
Mathematical Induction
Mathematical Induction
Copyright © Cengage Learning. All rights reserved.
Agenda Proofs (Konsep Pembuktian) Direct Proofs & Counterexamples
Presentation transcript:

Chapter 6 Mathematical Induction 6.1 The Principle of mathematical induction 6.2 A More General Principle of Mathematical Induction 6.3* Proof by Minimum Counterexample 6.4 The Strong Principle of Mathematical Induction

Section 6.1 The Principle of mathematical induction Let A be a nonempty set of real numbers. A number m  A is called a least element of A if xm for every x A. Some nonempty sets of real numbers have a least element; others do not. For example: N has a smallest element 1, while Z has no least element. Theorem. If a set A of real numbers has a least element, then A has a unique least element. A nonempty set S of real numbers is said to be well-ordered if every nonempty subset of S has a least element. For example: S={1, 2, 3} is well ordered, while Z, Q, R are not well ordered.

The principle of Mathematical Induction The Well-Ordering Principle The set N of positive integers is well-ordered. The principle of Mathematical Induction For each positive integer n, let P(n) be a statement. If P(1) is true and The implication If P(k), then P(k+1) is true for every positive integer k, then P(n) is true for every positive integer n.

The principle of Mathematical Induction More symbolically, the principle of Mathematical Induction can be stated as For each positive integer n, let P(n) be a statement. If P(1) is true and kN, P(k)  P(k+1) is true, then nN, P(n) is true.

Induction Proof That is, nN, P(n) can be proved to be true if We can show that P(1) is true and We can establish the truth of the implication If P(k), then P(k+1). for every positive integer k. A proof using the principle of Mathematical Induction is called an induction proof or a proof by induction. The verification of the truth of P(1) in an induction proof is called the base step, basis step, or the anchor of the induction. The implication “If P(k), then P(k+1)” for an arbitrary positive integer k, the statement P(k) is called the inductive hypothesis.

Example Result. For every positive integer n, 1+2+3+…+n=n(n+1)/2. Proof. Since 1=(1)(2)/2, the statement is true for n=1. Assume that 1+2+3+…+k=k(k+1)/2, Where k is a positive integer, we want to show that 1+2+3+…+(k+1)=(k+1)(k+2)/2. Thus 1+2+3+…+(k+1)= (1+2+3+…+k)+(k+1) = k(k+1)/2+(k+1) =(k+1)(k+2)/2. By the Principle of Mathematical Induction, 1+2+3+…+n=n(n+1)/2 For every positive integer n. # Note: the last sentence in the proof of Result is typical of the last sentence of every proof using mathematical induction.

Example Result. For every positive integer n, 12+22+…+n2=n(n+1)(2n+1)/6. Proof. Exercise.

Example Result. For every positive integer n, Proof. Since , the formula holds for n=1. Assume That for a positive integer k. We want to show that

Proof Cont. Observe that By the Principle of Mathematical Induction, For every positive integer n. #

Section 6.2 A More General Principle of Mathematical Induction. We now describe an analogous technique to verify the truth of a statement of the following type where m denotes some fixed integer: For every integer nm, P(n). Theorem. For each integer m, the set S={ I  Z : I  m } is well ordered. Theorem. The Principle of Mathematical Induction. For a fixed integer m, Let S={ I  Z : I  m }. For each integer n  S, let P(n) be a statement. If P(m) is true and The implication If P(k), then P(k+1). is true for every integer k  S, then P(n) is true for every integer n  S.

The Principle of Mathematical Induction For a fixed integer m, Let S={ I  Z : I  m }. For each integer n  S, let P(n) be a statement. If P(m) is true and kS, P(k)  P(k+1) is true, then nS, P(n) is true.

Example Result. For every nonnegative integer n, 2n > n. Proof. We proceed by induction. The inequality holds for n=0 since 20>0. Assume that 2k>k, where k is a nonnegative integer. We want to show that 2k+1>k+1. We consider two cases: k=0 and k1. Case 1: We assume k=0, then 2k+1 =2>1=k+1. Case 2: We assume that k 1. Then 2k+1 =2(2k)>2k=k+k  k+1. By Principle of Mathematical Induction, 2n > n for every nonnegative integer n. #

Example Result. For every integer n  5, 2n > n2. Proof. Exercise.

Section 6.4 The Strong Principle of Mathematical Induction Theorem The Strong Principle of Mathematical Induction. For each positive integer n, let P(n) be a statement. If P(1) is true and The implication If P(i) for every integer I with 1i k, then P(k+1). is true for every positive integer k, then P(n) is true for every positive integer n. The Strong Principle of Mathematical Induction. (2)kN, P(1) P(2)  . . . P(k)  P(k+1) is true, then nN, P(n) is true.

A More General Strong Principle of Mathematical Induction Theorem The Strong Principle of Mathematical Induction. For a fixed integer m, Let S={ I  Z : I  m }. For each integer n  S, let P(n) be a statement. If P(m) is true and The implication If P(i) for every integer I with m  i  k, then P(k+1). is true for every integer k  S, then P(n) is true for every integer n S.

Sequence Suppose we are considering a sequence a1,a2,…,an of numbers. One way of defining a sequence {an} is to specify explicitly the nth term an. A sequence can also be defied recursively. In a recursively defined sequence {an}, only the first term or first few terms are defined specifically, say a1,a2,…,ak for some fixed k N. Then ak+1 is expressed in terms of a1,a2,…,ak and, more generally, for n>k, an is expressed in terms of a1,a2,…,an-1.

a1=1, a2=3, and an=2an-1-an-2 for n3. Example Result A sequence {an} is defined recursively by a1=1, a2=3, and an=2an-1-an-2 for n3. Then an=2n-1 for all n N. Proof. We proceed by induction. Since a1=2(1)-1=1, the formula holds for n=1. Assume for an arbitrary positive integer k that ai=2i-1 for all integers i with 1  i  k. We want to show that ak+1=2(k+1)-1=2k+1. If k=1, then ak+1=a2=2(1)+1=3. Since a2=3, it follows that ak+1=2k+1 when k=1. hence we may assume that k 2. Since k+1 3, it follows that ak+1=2ak-ak-1=2(2k-1)-(2k-3)=2k+1, which is the desired result. By the Strong Principle of Mathematical Induction, an=2n-1 for all n N. #

a1=1, a2=4, and an=2an-1-an-2+2 for n3. Example Result. A sequence {an} is defined recursively by a1=1, a2=4, and an=2an-1-an-2+2 for n3. Then an=n2 for all n N. Proof. Exercise.