CP 6 Mathematical Induction 1 Flashcards
what is summation notation
∑
- used to denote summation of multiple terms
how do we read summation notation
i is reffered to as the index of summation
- start at the bottom # and its incremented by 1unit until it reaches the top # (upper bound of summation)
what is the first step on induction
the base case
- establish the statement is true for n=0 (imput 0 into ur formula and see if it works)
what is the second step of induction
induction step
- if statement hold for some natural # k, then it also holds for the next one k+1
TF if you can divide a number or statement its not prime
T
what is the proof by contradiction strategy
we assume the negation of the statement we want to prove
- we then derive a logical obsurdity based on assumption (1=0) etc
- conclude assumption is mathematically incorrect therefor P is true