Deptals Flashcards
What is Mathematical Induction?
A technique used to prove a statement is true for every natural number
What is the first step in Mathematical Induction?
P(1)
3.What does the Basis Step in a Mathematical
Induction Provide?
A starting point for the induction
- What is proven in the Inductive Step of
mathematical induction?
The statement holds for the next case, given it
holds for a particular case
- In a mathematical induction proof, what comes after the inductive hypothesis is made?
Proving the statement for k + 1
- Why is the inductive hypothesis important in
mathematical induction?
It establishes an initial foothold
- Why might a mathematician choose to use
mathematical induction?
To prove the statement for an infinite number of cases
- What is the term for the statement you are trying to prove in a mathematical induction or strong induction proof.
Inductive hypothesis
- What are the limitations of mathematical
induction?
Limited to proving statements about natural
numbers
- Which of the following can be proven using
mathematical induction?
2^n is an even number for positive integers n.
- Is a type of induction in which we assume all of the previous values of k.
Strong Induction
- Prove that given any integer for n, n3 + 2n will be divisible by 3.
3 * (m + k^2 + k + 1) is divisible by 3
- What does the Inductive Step in mathematical induction assume and prove?
a) Assumes the statement holds for an integer k
and proves it for k +
- Why is it important to know the least element in mathematical induction?
c) Because in mathematical induction, you must
start with the least element
- The two steps involved in proving mathematical statements are the base step and inductive step.
a) True