Note that r = 0 gives the simple principle of induction. Also it can be shown that the principle of strong induction follows from simple induction.

Similar documents
Discrete Mathematics. Spring 2017

SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION

Mathematical Induction Assignments

CSC 344 Algorithms and Complexity. Proof by Mathematical Induction

PRINCIPLE OF MATHEMATICAL INDUCTION

Mathematical Induction

Climbing an Infinite Ladder

Climbing an Infinite Ladder

Problem Set 5 Solutions

INDUCTION AND RECURSION. Lecture 7 - Ch. 4

Mathematical Induction

Carmen s Core Concepts (Math 135)

Consider an infinite row of dominoes, labeled by 1, 2, 3,, where each domino is standing up. What should one do to knock over all dominoes?

Math 3000 Section 003 Intro to Abstract Math Homework 6

Mathematical Induction. Section 5.1

Conjectures and proof. Book page 24-30

1 Examples of Weak Induction

Basic properties of the Integers

Discrete Mathematics for CS Spring 2008 David Wagner Note 4

COMP232 - Mathematics for Computer Science

Discrete Mathematics and Probability Theory Spring 2014 Anant Sahai Note 3

Lecture 4: Probability, Proof Techniques, Method of Induction Lecturer: Lale Özkahya

Mathematical Reasoning Rules of Inference & Mathematical Induction. 1. Assign propositional variables to the component propositional argument.

CISC-102 Fall 2017 Week 3. Principle of Mathematical Induction

Proof by Induction. Andreas Klappenecker

THE ISLAMIC UNIVERSITY OF GAZA ENGINEERING FACULTY DEPARTMENT OF COMPUTER ENGINEERING DISCRETE MATHMATICS DISCUSSION ECOM Eng. Huda M.

Sums of Squares. Bianca Homberg and Minna Liu

Sequences, their sums and Induction

CMSC250 Homework 9 Due: Wednesday, December 3, Question: Total Points: Score:

Mathematical Induction

Math.3336: Discrete Mathematics. Mathematical Induction

Discrete Mathematics and Probability Theory Fall 2013 Vazirani Note 1

With Question/Answer Animations

Proofs Not Based On POMI

EECS 1028 M: Discrete Mathematics for Engineers

Mathematics 228(Q1), Assignment 3 Solutions

Outline. We will cover (over the next few weeks) Induction Strong Induction Constructive Induction Structural Induction

CSCE 222 Discrete Structures for Computing. Proof by Induction. Dr. Hyunyoung Lee. !!!!!! Based on slides by Andreas Klappenecker

MATH3283W LECTURE NOTES: WEEK 6 = 5 13, = 2 5, 1 13

Infinite Continued Fractions

20.1 Detecting the Need for Structural Induction

Mathematical Induction

Chapter Summary. Mathematical Induction Strong Induction Well-Ordering Recursive Definitions Structural Induction Recursive Algorithms

Mathematics 228(Q1), Assignment 2 Solutions

Strong Mathematical Induction

Discrete Mathematics & Mathematical Reasoning Induction

Chapter 2 Section 2.1: Proofs Proof Techniques. CS 130 Discrete Structures

We want to show P (n) is true for all integers

Proofs Not Based On POMI

FINITE ABELIAN GROUPS Amin Witno

MEETING 9 - INDUCTION AND RECURSION

Lecture 3.2: Induction, and Strong Induction

Mathematical Induction. EECS 203: Discrete Mathematics Lecture 11 Spring

Exercises. Template for Proofs by Mathematical Induction

Lecture 3 - Tuesday July 5th

Ch 3.2: Direct proofs

CSE 311: Foundations of Computing. Lecture 14: Induction

MAT 300 RECITATIONS WEEK 7 SOLUTIONS. Exercise #1. Use induction to prove that for every natural number n 4, n! > 2 n. 4! = 24 > 16 = 2 4 = 2 n

Lecture Notes 1 Basic Concepts of Mathematics MATH 352

M381 Number Theory 2004 Page 1

Mathematical Structures Combinations and Permutations

Discrete Math, Spring Solutions to Problems V

Induction and Recursion

Discrete Mathematics & Mathematical Reasoning Induction

CSE 20 DISCRETE MATH SPRING

C241 Homework Assignment 7

Induction and recursion. Chapter 5

Tools for reasoning: Logic. Ch. 1: Introduction to Propositional Logic Truth values, truth tables Boolean logic: Implications:

Finite Automata Theory and Formal Languages TMV027/DIT321 LP Recap: Logic, Sets, Relations, Functions

MODEL ANSWERS TO THE THIRD HOMEWORK. 1. We prove this result by mathematical induction. Let P (n) be the statement that

A guide to Proof by Induction

Induction. Induction. Induction. Induction. Induction. Induction 2/22/2018

Discrete Mathematics. Spring 2017

Proof Terminology. Technique #1: Direct Proof. Learning objectives. Proof Techniques (Rosen, Sections ) Direct Proof:

Mathematical Induction

Exercises for Unit VI (Infinite constructions in set theory)

n(n + 1). 2 . If n = 3, then 1+2+3=6= 3(3+1) . If n = 2, then = 3 = 2(2+1)

Fall 2015 Lecture 14: Modular congruences. cse 311: foundations of computing

Homework 4, 5, 6 Solutions. > 0, and so a n 0 = n + 1 n = ( n+1 n)( n+1+ n) 1 if n is odd 1/n if n is even diverges.

Math 110 HW 3 solutions

1.2 The Well-Ordering Principle

Homework #2 Solutions Due: September 5, for all n N n 3 = n2 (n + 1) 2 4

Mathematical Fundamentals

Math 324 Summer 2012 Elementary Number Theory Notes on Mathematical Induction

Midterm Preparation Problems

1 Implication and induction

Math 210 Exam 2 - Practice Problems. 1. For each of the following, determine whether the statement is True or False.

Sieving 2m-prime pairs

ON CONGRUENCE PROPERTIES OF CONSECUTIVE VALUES OF P(N, M) Brandt Kronholm Department of Mathematics, University at Albany, Albany, New York, 12222

Finite and Infinite Sets

Introduction to Induction (LAMC, 10/14/07)

Discrete Mathematics and Probability Theory Spring 2016 Rao and Walrand Note 3

Homework 1 (revised) Solutions

Now, with all the definitions we ve made, we re ready see where all the math stuff we took for granted, like numbers, come from.

CSI Mathematical Induction. Many statements assert that a property of the form P(n) is true for all integers n.

MTH 3318 Solutions to Induction Problems Fall 2009

Steinhardt School of Culture, Education, and Human Development Department of Teaching and Learning. Mathematical Proof and Proving (MPP)

Proofs. Joe Patten August 10, 2018

Chapter 5.1: Induction

Standard forms for writing numbers

Transcription:

Proof by mathematical induction using a strong hypothesis Occasionally a proof by mathematical induction is made easier by using a strong hypothesis: To show P(n) [a statement form that depends on variable n], do: (1) BASIS: Establish [P(m) P(m+1)... P(m+r)] is true for some initial value of m (2) IMPLICATION: Prove [P(m) P(m+1)... P(m+r)... P(k)] P(k+1) for any k m+r Then by strong induction, we know P(n) is true for every n m. Note that r = 0 gives the simple principle of induction. Also it can be shown that the principle of strong induction follows from simple induction. Example: Consider a sequence defined by a 0 = 1, a 1 = 2, a 2 = 3; and a n = a (n 2) + 2a (n 3) for n 3. We compute the next five values as follows: a 3 = 2 + 2(1) = 4, a 4 = 3 + 2(2) = 7, a 5 = 4 + 2(3) = 10, a 6 = 7 + 2(4) = 15, a 7 = 10 + 2(7) = 24. It appears that, after the first term, the values are increasing at a rate of about 150%. We may establish by induction that P(n) : a n > (3/2) n for n 1. Because the definition of the general term requires knowledge not just of the term immediately preceding, but of terms two and three preceding, it is useful to use a strong hypothesis for induction. BASIS: a 1 = 2 > 1.5 = (3/2) so P(1) is true. a 2 = 3 > 2.25 = (3/2) 2 so P(2)is true a 3 = 4 > 3.375 = (3/2) 3 so P(3) is true. INDUCTION: Given P(j) is true for 1 j k where k 3; that is, a j > (3/2) j, we establish the desired result by a sequence of substitutions and inequalities. then a (k+1) = a (k 1) + 2(a (k 2) ) and by the strong hypothesis this must be, > (3/2) (k 1) + 2((3/2) (k 2) ) and factoring out (3/2) (k 2) this = (3/2) (k 2) [(3/2) + 2] which = (3/2) (k 2) [3.5] which > (3/2) (k 2) [3.375] which = (3/2) (k 2) [27/8] which = (3/2) (k+1) and the result is established. Hence by strong induction P(n) is true for all n 1. Another example: Consider the sequence defined by a 0 = 1, a 1 = 2; and a n = for n 2. We compute the next three values as follows: a 2 = 2 2 /1= 4, a 3 = 4 2 /2 = 8, a 4 = 8 2 /4 = 16. It appears that each term is a power of 2. We may establish by induction that P(n) : a n = 2 n for n 0. BASIS: a 0 = 1 = 2 0, and a 1 = 2 = 2 1 so P(0) and P(1) are both true. INDUCTION: Given P(j) is true for 0 j k where k 1; that is, a j = 2 j, then a (k+1) = and the result is established. Hence by strong induction P(n) is true for all n 0.

MAT251 Exercises 4.6, p170. 1 14 1. Prove 3 + 11 +... + (8n 5) = 4n 2 n for n P; that is, p(n): for n P. Only First Principle is needed: (B): (8*1 5) = 3 = 4 1 = 4*1 2 1 so p(1) is true. (I): Given p(k 1); that is, then which equals 4k 2 8k + 4 k + 1 + 8k 5 = 4k 2 k, so p(k 1) implies p(k). By (B) & (I), p(n) is true for all n in P. 2. For n P, prove: a) ; that is, p(n): Only First Principle is needed: (B): 1(1+1) = 2 = (I): Given p(k 1); that is, so p(1) is true., then which = ;so p(k 1) implies p(k). By (B) & (I), p(n) is true for all n in P. b) ; that is, p(n): Only First Principle is needed: (B): so p(1) is true. (I): Given p(k 1); that is,, then, which equals P. ; so p(k 1) implies p(k). By (B) & (I), p(n) is true for all n in 3. Prove p(n): n 5 n is divisible by 10 for all n P. [In Example 1, starting on page 137, the author relied on two lemmas: n 5 n is divisible by 2. and n 5 n is divisible by 5. ] An alternate proof proceeds as follows: (B) 1 5 1 = 0 = 10*0, so p(1) is true. (I): If k 5 k = 10q, then (k+1) 5 (k+1) = k 5 + 5k 4 + 10k 3 + 10k 2 + 5k + 1 k 1 which equals [k 5 k] + 5k 4 + 10k 3 + 10k 2 + 5k which equals [10q] + 10k 3 + 10k 2 + 5k 4 + 5k which equals 10[q + 10k 3 + 10k 2 ] + 5k(k 3 + 1) which equals 10[q + 10k 3 + 10k 2 ] + 5k(k + 1)(k 2 k + 1) which is a multiple of 10 because either k or k+1 is even. Hence p(k) implies p(k+1). (B) & (I) p(n). 4. a) Define a sequence (b n ) by: b 0 = b 1 = 1; b n = 2b n-1 + b n-2 for n 2. b 6 = 2b 5 + b 4 = 2[2b 4 + b 3 ] + b 4 = 5b 4 + 2b 3 = 5[2b 3 + b 2 ] + 2b 3 = 12b 3 + 5b 2 = 12[2b 2 + b 1 ] + 5b 2 = 29b 2 + 12b 1 = 29[2b 1 + b 0 ] + 12b 1 = 70b 1 + 29b 0 = 70 + 29 = 99. b) Define a sequence (a n ) by a 0 = a 1 = a 2 = 1; a n = a n-2 + a n-3 for n 3. a 9 = a 7 + a 6 = [a 5 + a 4 ] + a 6 = [a 4 + a 3 ] + a 5 + a 4 = [a 3 + a 2 ] + 2a 4 + a 3 = 2[a 2 + a 1 ] + 2a 3 + a 2 = 2[a 1 + a 0 ] + 3a 2 + 2a 1 = 9.

5. Is the First Principle of Mathematical Induction adequate to prove the fact in Exercise 11(b) on page 234 [that all the terms are odd in the sequence (a n ): defined by: a 0 = a 1 = 1; a n = a n-1 + 2a n-2 for n 2]? Yes, because only the oddness of a n-1 matters in establishing the oddness of a n, as 2a n-2 is always even. 6. Recursively define a 0 = 1, a 1 = 2; a) Calculate the first few terms of the sequence: 1, 2, b) Guess a general formula for a n. It appears that p(n): a n = 2 n for n 0. c) Prove the guess in part b). We use the Second Principle of Mathematical Induction: (B) 2 0 = 1 = a 0 and 2 1 = 2 = a 1 so Basis is established. (I) If a r = 2 r for all r such that 0 r < k, then for k 2. 7. Recursively define a 0 = a 1 = 1; a) Calculate the first few terms of the sequence:1, 1, b) Guess a general formula for a n. It appears that p(n): a n = 1 for n 0. c) Prove the guess in part b). We use the Second Principle of Mathematical Induction: (B) is clearly established by definition. (I) If a r = 1 for all r such that 0 r < k, then for k 2. 8. Recursively define a 0 = 1, a 1 = 2; for n 2. a) Calculate the first few terms of the sequence. 1, 2, b) Using part (a), guess a general formula for a n. It seems a n = n + 1 for n. c) Use the second principle of induction to prove p(n): a n = n + 1 for n. (B): Need to check first two cases: 0 + 1 = 1 = a 0 and 1 + 1 = 2 = a 1, so basis is established. (I): If a r = r + 1 for all r such that 0 r < k, then for k 2. 9. Recursively define a 0 = 0, a 1 = 1; a n = ¼(a n-1 a n-2 + 3) 2 for n 2. a) Calculate the first few terms of the sequence. 0, 1, ¼(1 0 + 3) 2 = 4, ¼(4 1 + 3) 2 = 9,... b) Using part (a), guess a general formula for a n. It seems a n = n 2 for n. c) Use the second principle of induction to prove p(n): a n = n 2 for n. (B): Need to check first two cases: 0 2 = 0 = a 0 and 1 2 = 1 = a 1, so basis is established. (I): If a r = r 2 for all r such that 0 r < k, then a k = ¼(a k-1 a k-2 + 3) 2 = ¼[(k-1) 2 (k-2) 2 + 3] 2 which = ¼[k 2 2k + 1 k 2 + 4k 4 + 3] 2 = ¼[2k] 2 = k 2 for k 2. That is, a k = k 2 for k 2.

10. Recursively define a 0 = 1, a 1 = 2, a 2 = 3; a n = a n-2 + 2a n-3 for n 3. a) Calculate a n for n = 3, 4, 5, 6, 7. a 3 = 2 + 2(1) = 4, a 4 = 3 + 2(2) = 7, a 5 = 4 + 2(3) = 10, a 6 = 7 + 2(4) = 15, a 7 = 10 + 2(7) = 24. b) Prove that p(n): a n > for all n 1. (B): Need to check 3 cases: a 1 = 2 > and a 2 = 3 > and a 3 = 4 >. (I): If a r > for all r such that 1 r < k, where k 4, then which equals for k 4. 11. Recursively define a 0 = a 1 = a 2 = 1; a n = a n-1 + a n-2 + a n-3 for n 3. a) Calculate the first few terms of the sequence: 1, 1, 1, 1+1+1=3, 3+1+1=5, 5+3+1=9, 9+5+3=17,... b) Prove that all the a n s are odd. [By second principle of induction] (B): first three terms are odd; (I): If a r is odd for all r such that 0 r < k, where k 3, then a k is the sum of three odd numbers and is also odd. c) Prove that p(n): a n 2 n-1 for all n 1. [By second principle of induction] (B): Need to check 3 cases: a 1 = 1 2 0 = 2 1-1, a 2 = 1 2 1 = 2 2-1, a 3 = 3 2 2 = 2 3-1 ; (I): If a r 2 r-1 for all r such that 1 r < k, where k 4, then a k = a k-1 + a k-2 + a k-3 which is 2 k-1-1 + 2 k-2-1 + 2 k-3-1 = 2 k-4 [2 2 + 2 + 1] = 2 k-4 [7] < 2 k-4 [2 3 ] = 2 k-1. So a k 2 k-1 for k 4. 12. Recursively define a 0 = 1, a 1 = 3, a 2 = 5; a n = 3a n-2 + 2a n-3 for n 3. a) Calculate a n for n = 3, 4, 5, 6, 7. a 3 = 3(3) + 2(1) = 11, a 4 = 3(5) + 2(3) = 21, a 5 = 3(11) + 2(5) = 43, a 6 = 3(21) + 2(11) = 85, a 7 = 3(43) + 2(21) = 171. b) Prove that p(n): a n > 2 n for n 1. [By second principle of induction] (B): We need to check three cases: a 1 = 3 > 2 = 2 1, a 2 = 5 > 4 = 2 2, a 3 = 11 > 8 = 2 3 ; (I): If a r > 2 r for all r such that 1 r < k, where k 4, then a k = 3a k-2 + 2a k-3 > 3(2 k-2 ) + 2(2 k-3 ) which = 2 k-3 [3(2) + 2] = 2 k-3 [8] = 2 k. So a k > 2 k. c) Prove that p(n): a n < 2 n+1 for n 1. [By second principle of induction] (B): We need to check three cases: a 1 = 3 < 4 = 2 1+1, a 2 = 5 < 8 = 2 2+1, a 3 = 11 < 16 = 2 3+1 ; (I): If a r < 2 r+1 for all r such that 1 r < k, where k 4, then a k = 3a k-2 + 2a k-3 which is < 3(2 k-2+1 ) + 2(2 k-3+1 ) = 2 k-2 [3(2) + 2] = 2 k-2 [8] = 2 k+1. So a k < 2 k+1. d) Prove that p(n): a n = 2a n-1 + (-1) n+1 for n 1. [By second principle of induction] (B): We need to check three cases: a 1 = 3 = 2(1) + (1) = 2(a 0 ) + (-1) 1+1, a 2 = 5 = 2(3) + (-1) = 2(a 1 ) + (-1) 2+1, a 3 = 11 = 2(5) + (1) = 2(a 2 ) + (-1) 3+1. (I): If a r = 2a r-1 + (-1) r+1 for all r such that 1 r < k, where k 4, then a k = 3a k-2 + 2a k-3 which = 3[2a k-2-1 + (-1) k-2+1 ] + 2[2a k-3-1 + (-1) k-3+1 ] = 2[3a k-3 + 2a k-4 ] + (-1) k-2 [3(-1) + 2] which = 2[a k-1 ] + (-1) k-2 [-1] = 2[a k-1 ] + (-1) k-1 = 2[a k-1 ] + (-1) k+1. So a k = 2a k-1 + (-1) k+1.

13. Recursively define b 0 = b 1 = b 2 = 1; b n = b n-1 + b n-3 for n 3. a) Calculate b n for n = 3, 4, 5, 6. b 3 = 1 + 1 = 2, b 4 = 2 + 1 = 3, b 5 = 3 + 1 = 4, b 6 = 4 + 2 = 6. b) Show that b n 2b n-2 for n 3. [By second principle of induction] (B): We need to check three cases: b 3 = 2 2(1) = 2b 1, b 4 = 3 2(1) = 2b 2, b 5 = 4 2(2) = 2b 3 ; (I): If b r 2b r-2 for all r such that 3 r < k, where k 6, then b k = b k-1 + b k-3 2b k-1-2 + 2b k-3-2 which = 2[b k-3 + b k-5 ] = 2b k-2. So b k 2b k-2 for k 6. (B) & (I) implies p(n) for n 3. c) Prove the inequality b n for n 2. [By second principle of induction] (B): We check three cases: b 2 = 1 1 =, b 3 = 2, b 4 = 3 2 = (I): If b r for all r such that 2 r < k, where k 5, then b k = b k-1 + b k-3 which is = =. So b k for k 5. (B) & (I) implies p(n) for n 2. 14. Recursively define b 0 = b 1 = b 2 = 1; b n = b n-1 + b n-3 for n 3. Show that for n 1. [By second principle of induction] (B): Check three cases: b 1 = 1, b 2 = 1, b 3 = 2 (I): If for all r such that 1 r < k, where k 4, then b k = b k-1 + b k-3 which is =. So for k 4.