Proving 2^n < n! using Induction: Where to Start?

  • Thread starter Thread starter joshanders_84
  • Start date Start date
  • Tags Tags
    Induction Proof
AI Thread Summary
The discussion revolves around proving the inequality 2^n < n! for n >= 4 using mathematical induction. The user has established the base case but is uncertain about progressing from the inductive hypothesis. A suggestion is made to express n! in terms of its factors and to utilize the properties of the terms to demonstrate the inequality. The approach involves showing that if the inequality holds for k, it also holds for k+1 by manipulating the expressions appropriately. The conversation emphasizes the importance of clear steps in the induction process to complete the proof effectively.
joshanders_84
Messages
23
Reaction score
0
I posted this elsewhere but realized it ought to be in the homework section. I have to use induction to prove that for n>=4, 2^n < n! is true, but I don't know wehre to start. I have the base case proven, but then I don't know where to go after I have my Inductive Hypothesis that it works for all n's greater than 4. Any help would be very appreciated. Thank you
Josh
 
Physics news on Phys.org
NateTG helped me in the original posting, so you can disregard this (unless you want to do it for fun!) Thanks
Josh
 
joshanders_84 said:
I posted this elsewhere but realized it ought to be in the homework section. I have to use induction to prove that for n>=4, 2^n < n! is true, but I don't know wehre to start. I have the base case proven, but then I don't know where to go after I have my Inductive Hypothesis that it works for all n's greater than 4. Any help would be very appreciated. Thank you
Josh
Write out the expression for n!

n! = n(n-1)(n-2)(n-3)...(n-(n-1))

Then subtract each term by a positive number so that each term in the product is equal to 2.

AM
 
Induction is the easiest way, I think.

EDIT : Sorry, I just saw the title of your post, and you wanted the induction proof. :smile:

The initial verification for the case of 4 is easy. Say the inequality holds for some k.

Then 2^{k+1} = 2.2^k &lt; 2.k! &lt; (k+1).k! = (k+1)! because (k+1) &gt; 2 for all k &gt; 1.

And you're done.
 
Last edited:
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top