English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

1. Base case n = 4
4! = 24
2^4 = 16
24 > 16

2. Assume n!>2^n. Prove (n+1)!>2^(n+1)
n! > 2^n
2*(n+1)n! > (n+1)(2^n)*2
2(n+1)! > (n+1)2^(n+1)
2(n+1)! > 2^(n+1)

This is where I am stuck - I can't figure out how to get rid of that two on the LHS. Any help would be appreciated.

2006-09-25 09:32:10 · 4 answers · asked by Noachr 2 in Science & Mathematics Mathematics

4 answers

(n+1)!=(n+1)* n!> 2*n! > 2*2^n =2^(n+1)

Where the second > is by induction and the first is because n+1 > 2.

2006-09-25 09:36:40 · answer #1 · answered by Theodore R 2 · 0 0

I don't think induction is the best way to prove this. For n>3, n!/2^n = (1 * 2 * 3 * 4 *.....n)/(2 * 2 *.......2) = 6/8 * (4/2) * (5/2)...(n/2) >= 3/4 * 2^(n-3) >= 3/4 * 2 =1.5 > 1, so that n! > 2^n for n > 3

2006-09-25 16:53:35 · answer #2 · answered by Steiner 7 · 0 0

You're right about using induction. However, you're making this a lot harder than it needs to be.

For the induction step: We already know (or assume) that n!>2^n.
We need to show: (n+1)! > 2^(n+1)
But this is the same as saying:
(n+1)*n! > 2*2^n
Given that n!>2^n, and (n+1)>2, the proof should jump right out at you.

I trust that helped. :-)

2006-09-25 16:40:57 · answer #3 · answered by Bramblyspam 7 · 0 0

n!>2^n
n=4
4*3*2*1>2^4 true
let it be true for n=k
k!>2^k
(k+1)!=(k+1)*k! and >2^k+1 as 2^k+1=2*2^k
and k+1>2 as n>3
hence proved

2006-09-25 16:37:39 · answer #4 · answered by raj 7 · 1 0

fedest.com, questions and answers