Proof by induction Flashcards
inductive series (they give you two statements, Un+1 and Un), inductive step
manipulate Un+1 to get a Uk value then sub in Uk rearrange to get what you would have if you subbed n = k+1 into Un
Deductive series, inductive step
put k+1 in sum, sum equals sum to k + expression inside the sum
Matrices, inductive step
A^k+1 = A^k * A
polynomials divisibility, inductive step
find and simplify f(k+1), take out divisibility factor and f(k)
indicies divisibility, inductive step
find f(k+1), manipulate into form f(k) +n
inequalities, inductive step
manipulate one side using n=k+1 until its a multiple of n=k
multiply the other side by this multiple
manipulate this side and compare it to when n=k+1
remove middle term leaving n=k+1 expressions
standard conclusion
so if the result is true when n=k it has been show to be true for n=k+1
since it is true when n=1 then by induction is is true for all values greater than or equal to 1
which roots are always the same
the sum a+b+c = -b/a