Induction proof: n! > 2^n
Clash Royale CLAN TAG#URR8PPP
up vote
3
down vote
favorite
Prove: $n! > 2^n$ for all $n>=4$
I already proved the base case: 24 > 16.
Then I assume this holds for n=k, and start proving it for n=k+1:
$(k+1)k! > 2^k+1$
$(k+1)k! > 2^k(2^1)$
After this I'm not sure how to proceed. Any help is appreciated, thanks in advance.
discrete-mathematics proof-writing induction
add a comment |Â
up vote
3
down vote
favorite
Prove: $n! > 2^n$ for all $n>=4$
I already proved the base case: 24 > 16.
Then I assume this holds for n=k, and start proving it for n=k+1:
$(k+1)k! > 2^k+1$
$(k+1)k! > 2^k(2^1)$
After this I'm not sure how to proceed. Any help is appreciated, thanks in advance.
discrete-mathematics proof-writing induction
2
You need to prove that $k!>2^k$ implies $(k+1)!>2^k+1$. You cannot do that by first assuming that $(k+1)!>2^k+1$.
– Lord Shark the Unknown
1 hour ago
2
Possible duplicate of Prove the inequality $n! geq 2^n$ by induction
– user505379
54 mins ago
add a comment |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
Prove: $n! > 2^n$ for all $n>=4$
I already proved the base case: 24 > 16.
Then I assume this holds for n=k, and start proving it for n=k+1:
$(k+1)k! > 2^k+1$
$(k+1)k! > 2^k(2^1)$
After this I'm not sure how to proceed. Any help is appreciated, thanks in advance.
discrete-mathematics proof-writing induction
Prove: $n! > 2^n$ for all $n>=4$
I already proved the base case: 24 > 16.
Then I assume this holds for n=k, and start proving it for n=k+1:
$(k+1)k! > 2^k+1$
$(k+1)k! > 2^k(2^1)$
After this I'm not sure how to proceed. Any help is appreciated, thanks in advance.
discrete-mathematics proof-writing induction
discrete-mathematics proof-writing induction
asked 1 hour ago
user360431
261
261
2
You need to prove that $k!>2^k$ implies $(k+1)!>2^k+1$. You cannot do that by first assuming that $(k+1)!>2^k+1$.
– Lord Shark the Unknown
1 hour ago
2
Possible duplicate of Prove the inequality $n! geq 2^n$ by induction
– user505379
54 mins ago
add a comment |Â
2
You need to prove that $k!>2^k$ implies $(k+1)!>2^k+1$. You cannot do that by first assuming that $(k+1)!>2^k+1$.
– Lord Shark the Unknown
1 hour ago
2
Possible duplicate of Prove the inequality $n! geq 2^n$ by induction
– user505379
54 mins ago
2
2
You need to prove that $k!>2^k$ implies $(k+1)!>2^k+1$. You cannot do that by first assuming that $(k+1)!>2^k+1$.
– Lord Shark the Unknown
1 hour ago
You need to prove that $k!>2^k$ implies $(k+1)!>2^k+1$. You cannot do that by first assuming that $(k+1)!>2^k+1$.
– Lord Shark the Unknown
1 hour ago
2
2
Possible duplicate of Prove the inequality $n! geq 2^n$ by induction
– user505379
54 mins ago
Possible duplicate of Prove the inequality $n! geq 2^n$ by induction
– user505379
54 mins ago
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
3
down vote
Well, notice that
$$ (k+1)! = (k+1) k! geq (k+1) 2^k = k 2^k + 2^k > 2^k+2^k=2cdot2^k= 2^k+1 $$
add a comment |Â
up vote
0
down vote
The induction hypothesis is that $k!>2^k$ for some $kgeq4$.
Then $(k+1)! =k!(k+1) > 2^k(k+1)$. But $2^k(k+1)>2^k2$, since $kgeq 4$, and so $k(k+1)!>2^k+1$.
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
Well, notice that
$$ (k+1)! = (k+1) k! geq (k+1) 2^k = k 2^k + 2^k > 2^k+2^k=2cdot2^k= 2^k+1 $$
add a comment |Â
up vote
3
down vote
Well, notice that
$$ (k+1)! = (k+1) k! geq (k+1) 2^k = k 2^k + 2^k > 2^k+2^k=2cdot2^k= 2^k+1 $$
add a comment |Â
up vote
3
down vote
up vote
3
down vote
Well, notice that
$$ (k+1)! = (k+1) k! geq (k+1) 2^k = k 2^k + 2^k > 2^k+2^k=2cdot2^k= 2^k+1 $$
Well, notice that
$$ (k+1)! = (k+1) k! geq (k+1) 2^k = k 2^k + 2^k > 2^k+2^k=2cdot2^k= 2^k+1 $$
edited 58 mins ago
answered 1 hour ago
Jimmy Sabater
1,535215
1,535215
add a comment |Â
add a comment |Â
up vote
0
down vote
The induction hypothesis is that $k!>2^k$ for some $kgeq4$.
Then $(k+1)! =k!(k+1) > 2^k(k+1)$. But $2^k(k+1)>2^k2$, since $kgeq 4$, and so $k(k+1)!>2^k+1$.
add a comment |Â
up vote
0
down vote
The induction hypothesis is that $k!>2^k$ for some $kgeq4$.
Then $(k+1)! =k!(k+1) > 2^k(k+1)$. But $2^k(k+1)>2^k2$, since $kgeq 4$, and so $k(k+1)!>2^k+1$.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
The induction hypothesis is that $k!>2^k$ for some $kgeq4$.
Then $(k+1)! =k!(k+1) > 2^k(k+1)$. But $2^k(k+1)>2^k2$, since $kgeq 4$, and so $k(k+1)!>2^k+1$.
The induction hypothesis is that $k!>2^k$ for some $kgeq4$.
Then $(k+1)! =k!(k+1) > 2^k(k+1)$. But $2^k(k+1)>2^k2$, since $kgeq 4$, and so $k(k+1)!>2^k+1$.
answered 1 hour ago
Wuestenfux
1,417128
1,417128
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2946747%2finduction-proof-n-2n%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
2
You need to prove that $k!>2^k$ implies $(k+1)!>2^k+1$. You cannot do that by first assuming that $(k+1)!>2^k+1$.
– Lord Shark the Unknown
1 hour ago
2
Possible duplicate of Prove the inequality $n! geq 2^n$ by induction
– user505379
54 mins ago