Using Induction to Prove 2^n >= n+1 for Natural Numbers

AI Thread Summary
The discussion focuses on proving the inequality 2^n ≥ n+1 for natural numbers using mathematical induction. The base case for n=1 is established as true, and the inductive step assumes P(k) holds, leading to the need to show P(k+1). Participants clarify that 2^{k+1} can be expressed as 2 * 2^k and compare it to 2(k+1), ultimately demonstrating that 2(k+1) is greater than (k+1)+1. The conclusion emphasizes that since k is a positive integer, the inequality holds, confirming the proposition for all natural numbers.
roam
Messages
1,265
Reaction score
12
1. Homework Statement

Prove that for each n \in N (aka natural numbers), 2^n \geq n+1



Homework Equations




3. The Attempt at a Solution

Let the proposition P(n) be "2^n \geq n+1"

Clearly P(n) is true for n=1, 2^1 \geq 1+1.

We suppose P(k) is true, i.e., supposing that 2^k \geq k+1 is true, then,

2^{k+1} \geq (k+1)+1

I think it can then be rewritten as 2.2^{k} \geq 2.(k+1). Does anyone know the next step? I'm not sure what to do from here...

Thanks!
 
Physics news on Phys.org
well, your induction hypothesis is:

2^k\geq k+1

now

2^{k+1}=2*2^k\geq 2(k+1)=2k+2>(k+1)+1
 
roam said:
1. Homework Statement

Prove that for each n \in N (aka natural numbers), 2^n \geq n+1


2. Homework Equations


3. The Attempt at a Solution

Let the proposition P(n) be "2^n \geq n+1"

Clearly P(n) is true for n=1, 2^1 \geq 1+1.

We suppose P(k) is true, i.e., supposing that 2^k \geq k+1 is true, then,

2^{k+1} \geq (k+1)+1
Omit the line above, since that's where you want to end up. Just say:
suppose P(k) is true, i.e., that 2^k \geq k+1
Keep it in the back of your mind where you want to go, but work toward that goal.
roam said:
I think it can then be rewritten as 2.2^{k} \geq 2.(k+1). Does anyone know the next step? I'm not sure what to do from here...
So you have 2k + 1 = 2 * 2k >= 2 * (k + 1) = 2k + 2

How does that last expression compare with k + 2? (I.e., (k + 1) + 1)
 
Mark44 said:
Omit the line above, since that's where you want to end up. Just say:
suppose P(k) is true, i.e., that 2^k \geq k+1
Keep it in the back of your mind where you want to go, but work toward that goal.

So you have 2k + 1 = 2 * 2k >= 2 * (k + 1) = 2k + 2

How does that last expression compare with k + 2? (I.e., (k + 1) + 1)

So, it is 2^{k+1} = 2.2^k \geq 2.(k+1)

2(k+1) = (k+1)+(k+1) \geq (k+1)+1

I'm a little confused, how should we make the conclusion?
Since (k+1)+1 is supposed to be less than or equal to 2^{k+1} (= 2.2^k), and now we know it is less than or equal to 2.(k+1). Therefore...
 
Last edited:
roam said:
So, it is 2^{k+1} = 2.2^k \geq 2.(k+1)

2(k+1) = (k+1)+(k+1) \geq (k+1)+1
No, "(k+1)+(k+1)" is not the point. As Mark44 said before, 2(k+1)= 2k+ 2. Now, since k is a positive integer, it is certainly true that 2k> k (you might want to do another induction to prove that formally) so 2k+ 2> k+ 2= (k+1)+ 1.

I'm a little confused, how should we make the conclusion?
Since (k+1)+1 is supposed to be less than or equal to 2^{k+1} (= 2.2^k), and now we know it is less than or equal to 2.(k+1). Therefore...
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top