Proof by induction Flashcards

1
Q

inductive series (they give you two statements, Un+1 and Un), inductive step

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Deductive series, inductive step

A

put k+1 in sum, sum equals sum to k + expression inside the sum

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Matrices, inductive step

A

A^k+1 = A^k * A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

polynomials divisibility, inductive step

A

find and simplify f(k+1), take out divisibility factor and f(k)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

indicies divisibility, inductive step

A

find f(k+1), manipulate into form f(k) +n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

inequalities, inductive step

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

standard conclusion

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

which roots are always the same

A

the sum a+b+c = -b/a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly