Prove by PMI for 2^n+1>2n+1
For mathematical induction, we need to prove the following:
The definition for natural numbers vary, but I will be using the definition of all positive integers (excluding zero), or { }.
First, we need to prove that the expression is true for some base case. Here, we start from 1:
, which is indeed true.
Now, we suppose that it is true for some natural number k. Then,
We can multiply both sides by 2: So, if it is true for k, then
.
To complete the proof, we just need to show that the expression in the question is true for
if it is true for k. We need to prove that , or .
Comparing this with the inequality in the equation from the last paragraph, we realize that we would be done if we could prove that
We solve this to get Since , our proof is finished.
Comments