Presentation is loading. Please wait.

Presentation is loading. Please wait.

FP1 Chapter 6 – Proof By Induction

Similar presentations


Presentation on theme: "FP1 Chapter 6 – Proof By Induction"β€” Presentation transcript:

1 FP1 Chapter 6 – Proof By Induction
Dr J Frost Last modified: 31st March 2015

2 What is Proof by Induction?
We tend to use proof by induction whenever we want to show some property holds for all integers (usually positive). Example Show that 𝑖=1 𝑛 𝑖 = 1 2 𝑛 𝑛+1 for all π‘›βˆˆβ„•. Showing it’s true for a few values of 𝑛 is not a proof. We need to show it’s true for ALL values of 𝑛. If it’s true for 𝑛=1, it must be true for 𝑛=2. If it’s true for 𝑛=3, it must be true for 𝑛=4. 𝒏=𝟏 𝒏=𝟐 𝒏=πŸ‘ 𝒏=πŸ’ 𝒏=πŸ“ … If it’s true for 𝑛=2, it must be true for 𝑛=3. Suppose we could prove the above is true for the first value of 𝑛, i.e. 𝑛=1. And so on. Hence the statement must be true for all 𝑛. Suppose that if we assumed it’s true for 𝑛=π‘˜, then we could prove it’s true for 𝑛=π‘˜+1. Then:

3 Chapter Overview Summation Proofs Divisibility Proofs
We will use Proof of Induction for 4 different types of proof: 1 Summation Proofs Show that 𝑖=1 𝑛 𝑖 = 1 2 𝑛 𝑛+1 for all π‘›βˆˆβ„•. 2 Divisibility Proofs Prove that 𝑛 3 βˆ’7𝑛+9 is divisible by 3 for all π‘›βˆˆ β„€ + . 3 Recurrence Relation Proofs Given that 𝑒 𝑛+1 =3 𝑒 𝑛 +4, 𝑒 1 =1, prove that 𝑒 𝑛 = 3 𝑛 βˆ’2 Prove that 1 βˆ’ 𝑛 = 1 1βˆ’ 2 𝑛 𝑛 for all π‘›βˆˆ β„€ + . 4 Matrix Proofs Bro Tip: Recall that β„€ is the set of all integers, and β„€ + is the set of all positive integers. Thus β„•= β„€ + .

4 The Four Steps of Induction
For all these types the process of proof is the same: ! Proof by induction: Step 1: Basis: Prove the general statement is true for 𝑛=1. Step 2: Assumption: Assume the general statement is true for 𝑛=π‘˜. Step 3: Inductive: Show that the general statement is then true for 𝑛=π‘˜+1. Step 4: Conclusion: The general statement is then true for all positive integers 𝑛. (Step 1 is commonly known as the β€˜base case’ and Step 3 as the β€˜inductive case’)

5 Type 1: Summation Proofs
Step 1: Basis: Prove the general statement is true for 𝑛=1. Step 2: Assumption: Assume the general statement is true for 𝑛=π‘˜. Step 3: Inductive: Show that the general statement is then true for 𝑛=π‘˜+1. Step 4: Conclusion: The general statement is then true for all positive integers 𝑛. Show that 𝑖=1 𝑛 (2π‘–βˆ’1) = 𝑛 2 for all π‘›βˆˆβ„•. 1 Basis Step ? When 𝑛=1, 𝐿𝐻𝑆= 𝑖=1 1 2π‘–βˆ’1 =2 1 βˆ’1 =1 𝑅𝐻𝑆= 1 2 = 𝐿𝐻𝑆=𝑅𝐻𝑆 so summation true for 𝑛=1. 2 Assumption ? Assume summation true for 𝑛=π‘˜. So 𝑖=1 π‘˜ (2π‘–βˆ’1) = π‘˜ 2 3 Inductive ? When 𝑛=π‘˜+1: 𝑖=1 π‘˜+1 2π‘–βˆ’1 = 𝑖=1 π‘˜ 2π‘–βˆ’ π‘˜+1 βˆ’1 = π‘˜ 2 +2π‘˜+1 = π‘˜+1 2 Hence true when 𝑛=π‘˜+1. 4 Conclusion ? Since true for 𝑛=1 and if true for 𝑛=π‘˜, true for 𝑛=π‘˜+1, ∴ true for all 𝑛.

6 More on the β€˜Conclusion Step’
β€œAs result is true for 𝑛=1, this implies true for all positive integers and hence true by induction.” I lifted this straight from a mark scheme, hence use this exact wording! The mark scheme specifically says: (For method mark) Any 3 of these seen anywhere in the proof: β€œtrue for 𝒏=πŸβ€ β€œassume true for 𝒏=π’Œβ€ β€œtrue for 𝒏=π’Œ+πŸβ€ β€œtrue for all 𝒏/positive integers”

7 Test Your Understanding
Edexcel FP1 Jan 2010 ?

8 Exercise 6A All questions except Q2.

9 Type 2: Divisibility Proofs
Step 1: Basis: Prove the general statement is true for 𝑛=1. Step 2: Assumption: Assume the general statement is true for 𝑛=π‘˜. Step 3: Inductive: Show that the general statement is then true for 𝑛=π‘˜+1. Step 4: Conclusion: The general statement is then true for all positive integers 𝑛. Prove by induction that 3 2𝑛 +11 is divisible by 4 for all positive integers 𝑛. 1 Basis Step ? Let 𝑓 𝑛 = 3 2𝑛 +11, where π‘›βˆˆ β„€ + . 𝑓 1 = =20 which is divisible by 4. 2 Assumption ? Assume that for 𝑛=π‘˜, 𝑓 π‘˜ = 3 2π‘˜ +11 is divisible by 4 for π‘˜βˆˆ β„€ + . …

10 Type 2: Divisibility Proofs
Step 1: Basis: Prove the general statement is true for 𝑛=1. Step 2: Assumption: Assume the general statement is true for 𝑛=π‘˜. Step 3: Inductive: Show that the general statement is then true for 𝑛=π‘˜+1. Step 4: Conclusion: The general statement is then true for all positive integers 𝑛. Prove by induction that 3 2𝑛 +11 is divisible by 4 for all positive integers 𝑛. 3 Inductive ? Method 1 (the textbook’s method, which I don’t like) Find the difference between successive terms and show this is divisible by the number of interest. 𝑓 π‘˜+1 = 3 2 π‘˜ = 3 2π‘˜ β‹… =9 3 2π‘˜ +11 βˆ΄π‘“ π‘˜+1 βˆ’π‘“ π‘˜ = π‘˜ +11 βˆ’ 3 2π‘˜ +11 =8 3 2π‘˜ = π‘˜ βˆ΄π‘“ π‘˜+1 =𝑓 π‘˜ π‘˜ Therefore 𝑓(𝑛) is divisible by 4 when 𝑛=π‘˜+1. Bro Tip: Putting in terms of 3 2π‘˜ allows us to better compare with the assumption case since the power is now the same. Method: You need to explicitly factor out 4 to show divisibility by 4. Method: Then write 𝑓 π‘˜+1 back in term of 𝑓(π‘˜) and the difference. We know both the terms on the RHS are divisible by 4. 4 Conclusion ? Since true for 𝑛=1 and if true for 𝑛=π‘˜, true for 𝑛=π‘˜+1, ∴ true for all 𝑛.

11 Type 2: Divisibility Proofs
Prove by induction that 3 2𝑛 +11 is divisible by 4 for all positive integers 𝑛. 3 Inductive Method 2 (presented as β€˜Alternative Method’ in mark schemes) Directly write 𝑓(π‘˜+1) in form 𝑓 π‘˜ +𝑑(…) by β€˜splitting off’ 𝑓(π‘˜) or some multiple of it, where 𝑑 is the divisibility number. 𝑓 π‘˜+1 = 3 2 π‘˜ = 3 2π‘˜ β‹… =9 3 2π‘˜ +11 = 3 2π‘˜ π‘˜ =𝑓 π‘˜ π‘˜ Therefore 𝑓(𝑛) is divisible by 4 when 𝑛=π‘˜+1. ? Method: We have separated πŸ— πŸ‘ πŸπ’Œ into 3 2π‘˜ π‘˜ because it allowed us to then replace 3 2π‘˜ +11 with 𝑓(π‘˜) This method is far superior for two reasons: The idea of β€˜separating out 𝑓(π‘˜)’ is much more conceptually similar to both summation proofs and (when we encounter it) matrix proofs, whereas using 𝑓 π‘˜+1 βˆ’π‘“(π‘˜) is specific to divisibility proofs. Thus we needn’t see divisibility proofs as a different method from the other types. We’ll encounter a question next where we need to get in the form 𝑓 π‘˜+1 =π‘Ž 𝑓 π‘˜ +𝑑(…), i.e. we in fact separate out a multiple of 𝑓(π‘˜). Thus causes absolute havoc for Method 1 as our difference 𝑓 π‘˜+1 βˆ’π‘“(π‘˜) has to refer to 𝑓(π‘˜), which is mathematically inelegant.

12 Type 2: Divisibility Proofs
Prove by induction that 8 𝑛 βˆ’ 3 𝑛 is divisible by 5. 2 Assumption ? Assume that for 𝑛=π‘˜, 𝑓 π‘˜ = 8 π‘˜ βˆ’ 3 π‘˜ is divisible by 5 for π‘˜βˆˆ β„€ + . 3 Inductive ? Using Method 2 When 𝑛=π‘˜+1: 𝑓 π‘˜+1 = 8 π‘˜+1 βˆ’ 3 π‘˜+1 =8 8 π‘˜ βˆ’3 3 π‘˜ =3 8 π‘˜ βˆ’ 3 π‘˜ π‘˜ =3𝑓 π‘˜ +5( 8 π‘˜ ) therefore true for 𝑛=π‘˜+1. Method: We have 3 lots of 8 π‘˜ and 3 π‘˜ we can split off.

13 Test Your Understanding
Step 1: Basis: Prove the general statement is true for 𝑛=1. Step 2: Assumption: Assume the general statement is true for 𝑛=π‘˜. Step 3: Inductive: Show that the general statement is then true for 𝑛=π‘˜+1. Step 4: Conclusion: The general statement is then true for all positive integers 𝑛. Prove by induction that 𝑛 3 βˆ’7𝑛+9 is divisible by 3 for all positive integers 𝑛. 1 Basis Step ? Let 𝑓 𝑛 = 𝑛 3 βˆ’7𝑛+9, where π‘›βˆˆ β„€ + . 𝑓 1 =3 which is divisible by 3. 2 Assumption ? Assume that for 𝑛=π‘˜, 𝑓 π‘˜ = π‘˜ 3 βˆ’7π‘˜+9 is divisible by 3 for π‘˜βˆˆ β„€ + . 3 Inductive ? Method 1: 𝑓 π‘˜+1 = π‘˜+1 3 βˆ’7 π‘˜+1 +9 =… = π‘˜ 3 +3 π‘˜ 2 βˆ’4π‘˜+3 βˆ΄π‘“ π‘˜+1 βˆ’π‘“ π‘˜ =…=3 π‘˜ 2 +π‘˜βˆ’2 βˆ΄π‘“ π‘˜+1 =𝑓 π‘˜ +3 π‘˜ 2 +π‘˜βˆ’2 Therefore 𝑓(𝑛) is divisible by 3 when 𝑛=π‘˜+1. Method 2: 𝑓 π‘˜+1 = π‘˜+1 3 βˆ’7 π‘˜+1 +9 =… = π‘˜ 3 +3 π‘˜ 2 βˆ’4π‘˜+3 = π‘˜ 3 βˆ’7π‘˜+9+3 π‘˜ 2 +3π‘˜βˆ’6 =𝑓 π‘˜ +3 π‘˜ 2 +π‘˜βˆ’2 Therefore 𝑓(𝑛) is divisible by 3 when 𝑛=π‘˜+1. 4 Conclusion ? Since true for 𝑛=1 and if true for 𝑛=π‘˜, true for 𝑛=π‘˜+1, ∴ true for all 𝑛.

14 Exercise 6B Page 130. All questions.

15 Type 3: Recurrence Relation Proofs
Step 1: Basis: Prove the general statement is true for 𝑛=1. Step 2: Assumption: Assume the general statement is true for 𝑛=π‘˜. Step 3: Inductive: Show that the general statement is then true for 𝑛=π‘˜+1. Step 4: Conclusion: The general statement is then true for all positive integers 𝑛. Notice that we’re trying to prove a position-to-term formula from a term-to-term one. Given that 𝑒 𝑛+1 =3 𝑒 𝑛 +4 and 𝑒 1 =1, prove by induction that 𝑒 𝑛 = 3 𝑛 βˆ’2 1 Basis Step ? When 𝑛=1, 𝑒 1 = 3 1 βˆ’2=1 as given. IMPORTANT NOTE: The textbook gets this wrong (bottom of Page 131), saying that 𝒖 𝟐 is required. I checked a mark scheme – it isn’t. Bro Tip: You need to carefully reflect on what statement you are trying to prove, i.e. 𝑒 𝑛 = 3 𝑛 βˆ’2, and what statement is GIVEN (and thus already know to be true), i.e. 𝑒 𝑛+1 =3 𝑒 𝑛 +4 2 Assumption ? Assume that for 𝑛=π‘˜, 𝑒 π‘˜ = 3 π‘˜ βˆ’2 is true for π‘˜βˆˆ β„€ + . Then 𝑒 π‘˜+1 =3 𝑒 π‘˜ +4 =3 3 π‘˜ βˆ’2 +4 = 3 π‘˜+1 βˆ’6+4 = 3 π‘˜+1 βˆ’2 3 Inductive ? Method: Sub in your assumption expression into the recurrence. Bro Tip: For harder questions, write out what you’re trying to prove in advance, i.e. that we want to get 3 π‘˜+1 βˆ’2, , to help guide your manipulation. 4 Conclusion ? Since true for 𝑛=1 and if true for 𝑛=π‘˜, true for 𝑛=π‘˜+1, ∴ true for all 𝑛.

16 Test Your Understanding
Edexcel FP1 Jan 2011 ?

17 (Warning: slightly different to before)
Recurrence Relations based on two previous terms Step 1: Basis: Prove the general statement is true for 𝑛=1. Step 2: Assumption: Assume the general statement is true for 𝑛=π‘˜. Step 3: Inductive: Show that the general statement is then true for 𝑛=π‘˜+1. Step 4: Conclusion: The general statement is then true for all positive integers 𝑛. Given that 𝑒 𝑛+2 =5 𝑒 𝑛+1 βˆ’6 𝑒 𝑛 and 𝑒 1 =13, 𝑒 2 =35, prove by induction that 𝑒 𝑛 = 2 𝑛 𝑛+1 1 Basis Step ? When 𝑛=1, 𝑒 1 = =13 as given. When 𝑛=2, 𝑒 2 = =35 as given. We have two base cases so had to check 2 terms! 2 Assumption ? Assume that for 𝑛=π‘˜ and 𝑛=π‘˜+1, 𝑒 π‘˜ = 2 π‘˜ π‘˜+1 and 𝑒 π‘˜+1 = 2 π‘˜ π‘˜+2 is true for π‘˜βˆˆ β„€ + . We need two previous instances of 𝑛 in our assumption case now. 3 Inductive ? Let 𝑛=π‘˜+1 (Brominder: it’s worth noting in advance we’re aiming for 𝑒 π‘˜+1 = 2 π‘˜ π‘˜+1 +1 ) Then 𝑒 π‘˜+2 =5 𝑒 π‘˜+1 βˆ’6 𝑒 π‘˜ =5 2 π‘˜ π‘˜+1 βˆ’6 2 π‘˜ π‘˜+1 =… = 2 π‘˜ π‘˜ = 2 π‘˜ π‘˜+2+1 4 Conclusion ? (Warning: slightly different to before) Since true for 𝑛=1 and 𝑛=2 and if true for 𝑛=π‘˜ and 𝑛=π‘˜+1, true for 𝑛=π‘˜+2, ∴ true for all 𝑛.

18 Exercise 6C Page 132. Q1, 3, 5, 7

19 Type 4: Matrix Proofs Step 1: Basis: Prove the general statement is true for 𝑛=1. Step 2: Assumption: Assume the general statement is true for 𝑛=π‘˜. Step 3: Inductive: Show that the general statement is then true for 𝑛=π‘˜+1. Step 4: Conclusion: The general statement is then true for all positive integers 𝑛. Prove by induction that 1 βˆ’ 𝑛 = 1 1βˆ’ 2 𝑛 𝑛 for all π‘›βˆˆ β„€ + . 1 Basis Step ? When 𝑛=1, 𝐿𝐻𝑆= 1 βˆ’ = 1 βˆ’1 0 2 𝑅𝐻𝑆= 1 1βˆ’ = 1 βˆ’ As 𝐿𝐻𝑆=𝑅𝐻𝑆, true for 𝑛=1. Assume true 𝑛=π‘˜, i.e βˆ’ π‘˜ = 1 1βˆ’ 2 π‘˜ π‘˜ 2 Assumption ? When 𝑛=π‘˜+1, 1 βˆ’ π‘˜+1 = 1 βˆ’ π‘˜ 1 βˆ’ = 1 1βˆ’ 2 π‘˜ π‘˜ βˆ’1 0 2 =…= 1 1βˆ’ 2 π‘˜ π‘˜+1 Therefore true when 𝑛=π‘˜+1. 3 Inductive ? Method: As with summation and divisibility proofs, it’s just a case of β€˜separating off’ the assumption expression. 4 Conclusion ? Since true for 𝑛=1 and if true for 𝑛=π‘˜, true for 𝑛=π‘˜+1, ∴ true for all 𝑛.

20 Test Your Understanding
Step 1: Basis: Prove the general statement is true for 𝑛=1. Step 2: Assumption: Assume the general statement is true for 𝑛=π‘˜. Step 3: Inductive: Show that the general statement is then true for 𝑛=π‘˜+1. Step 4: Conclusion: The general statement is then true for all positive integers 𝑛. Prove by induction that βˆ’2 9 βˆ’1 4 𝑛 = βˆ’3𝑛+1 9𝑛 βˆ’π‘› 3𝑛+1 for all π‘›βˆˆ β„€ + . 1 Basis Step ? When 𝑛=1, 𝐿𝐻𝑆= βˆ’2 9 βˆ’ = βˆ’2 9 βˆ’1 4 𝑅𝐻𝑆= βˆ’3+1 9 βˆ’ = βˆ’2 9 βˆ’ As 𝐿𝐻𝑆=𝑅𝐻𝑆, true for 𝑛=1. Assume true 𝑛=π‘˜, i.e. βˆ’2 9 βˆ’1 4 π‘˜ = βˆ’3π‘˜+1 9π‘˜ βˆ’π‘˜ 3π‘˜+1 2 Assumption ? When 𝑛=π‘˜+1, βˆ’2 9 βˆ’1 4 π‘˜+1 = βˆ’2 9 βˆ’1 4 π‘˜ βˆ’2 9 βˆ’1 4 = βˆ’3π‘˜+1 9π‘˜ βˆ’π‘˜ 3π‘˜+1 βˆ’2 9 βˆ’1 4 =…= βˆ’3π‘˜βˆ’2 9π‘˜+9 βˆ’π‘˜βˆ’1 3π‘˜+4 = βˆ’3 π‘˜ (π‘˜+1) βˆ’(π‘˜+1) 3 π‘˜+1 +1 Therefore true when 𝑛=π‘˜+1. 3 Inductive ? 4 Conclusion ? Since true for 𝑛=1 and if true for 𝑛=π‘˜, true for 𝑛=π‘˜+1, ∴ true for all 𝑛.

21 Exercise 6D Page 134. All questions.


Download ppt "FP1 Chapter 6 – Proof By Induction"

Similar presentations


Ads by Google