Proof by induction Flashcards
How to prove that a number is even:
Take out a common factor of 2
How to prove that a number is odd
Take out a common factor of 2 and have a remainder of 1
3 steps for proof by induction
Prove true for one value (usually n=1)
Assume true for n=k
By using step 2 to simplify, show that the statement holds for n=k+1.
Conclusion for proof by induction
Having assumed the statement true for n=k, the statement has been proven for n=k+1. Since it’s true for n=1 then it’s true for all values of n by mathematical induction.
Proof by induction step 1
Split into LHS and RHS, substitute in n=1.
Prove true and state LHS = RHS for n=1
Proof by induction step 2
Assume true for n=k, so sub in k.
Proof by induction step 3
First work out goal by subbing in n=k+1 for n=k in assumption, this is what we want reach.
Use our assumed value for n=k and work through algebra until we reach our goal. Then state conclusion.
How to substitute in n=k for n=k+1 equation in summation notation
(U)k+1(L)1 Σ =(U)k (L)1 Σ + (U)k+1 (L) k+1
Then sub in assumed value for n=k Σ
How to use proof by induction to show that a number is always divisible by m
Work through proof by induction steps then for n=k+1 take out m as a common factor. As such it is always divisible by that.