Core Pure - Proof By Induction Flashcards
What 3 things might you be asked to use proof by induction to prove?
Summation
Division
Matrices
How many steps are there for proof by induction?
4
What are the different names of the different steps in proof by induction?
1 - Basis
2 - Assumption
3 - Inductive
4 - Conclusion
Explain the first step in proof by induction?
You prove that when n=1 the statement is true
Method -
State: let n=1
Then substitute n=1 into the LHS and the RHS
Do simple algebra
State: As LHS=RHS, the … is true for n=1
Explain the second step in proof by induction?
State: Assume the … is true for n=k
State the … in the question but substituting in n=k
Explain the third step in proof by induction?
You substitute n=k+1
Use the special rule for either the matrix, division or summation method
Do algebra to rewrite the expression as the expected result
State: Therefore the … formula is true for k+1
Explain the forth step in proof by induction?
You need to regurgitate a special conclusion which is unique for each of the 3 different questions
Which step is exactly the same for every question?
Step 2 which is about assuming the statement is true for all k and then rewriting the question in terms of k
How is step 1 in proof by induction of division slightly different?
At the end you need to show that xy is divisible by x by taking out a factor of x [(x)(y)]
Then state:f(n) is divisible by x when n=1
What is the special rule for proof by induction: summation?
When substituting n=k+1 into the summation
You can rewrite the summation as the summation with k not k+1 at the top + the (k+1)th term (which will just be the summation formula with r substituted for k+1)
What is the special rule for proof by induction: division?
With the stated function in the question being f(n)
And you assumed that it is true for f(k)
You want to show that f(k+1) - f(k) is a multiple of …
What is the special rule of proof by induction: matrices?
What is the symbol for the set of all positive integers?
What does this symbol mean?
The set of all positive integers
What is the conclusion statement for proof by induction: summation?
If the summation formula is true for n=k then it is shown to be true for n=k+1. As the result is true for n=1, it is now also true for all positive integers,n, by mathematical induction
(Use the better way to write all positive integers)