Proof by induction Flashcards

1
Q

How to prove that a number is even:

A

Take out a common factor of 2

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

How to prove that a number is odd

A

Take out a common factor of 2 and have a remainder of 1

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

3 steps for proof by induction

A

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.

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

Conclusion for proof by induction

A

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.

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

Proof by induction step 1

A

Split into LHS and RHS, substitute in n=1.
Prove true and state LHS = RHS for n=1

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

Proof by induction step 2

A

Assume true for n=k, so sub in k.

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

Proof by induction step 3

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How to substitute in n=k for n=k+1 equation in summation notation

A

(U)k+1(L)1 Σ =(U)k (L)1 Σ + (U)k+1 (L) k+1
Then sub in assumed value for n=k Σ

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

How to use proof by induction to show that a number is always divisible by m

A

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.

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