Proof Using General principle of math induction

kolley
Messages
16
Reaction score
0

Homework Statement



prove n!>2^n for all n>=4

Homework Equations





The Attempt at a Solution



I showed it was true for n=1.

assume k!>2^k for all k>=4
then show it for k+1. (k+1)!>=2^(k+1)
=k!*(k+1)>=2*2^k
I don't know where to go from here.
 
Physics news on Phys.org
I showed it was true for n=1.

But your base case is n=4!

Simplify 2*2k
 
sorry, i meant for n=4
 
kolley said:
assume k!>2^k for all k>=4
then show it for k+1. (k+1)!>=2^(k+1)
=k!*(k+1)>=2*2^k

This is what you need to show: (k+1)!>=2^(k+1).
In your next line, though, you are tacitly assuming that this is true. Also, don't connect one inequality to another with = as you are doing here:
(k+1)!>=2^(k+1)
=k!*(k+1)>=2*2^k

You have (k + 1)! = k! * (k + 1) = ? Here's where you use your induction hypothesis (i.e., k! >= 2^k).
 
I guess the factorial is what is throwing me off, I don't know how to use a chain of inequalities that will lead me to something that I can directly compare to 2^k+1 because I don't know how to take the factorial into account or get rid of it.
 
Use (k+1)! = (k+1) k! and apply the induction hypothesis
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Back
Top