Proof by induction problem

  • #1

chwala

Gold Member
2,375
305
Homework Statement
prove that,

##(n+1)!≥ 2^n. n## when ## n≥3##
Relevant Equations
mathematics induction
1599832781653.png

this is a solution posted by my colleague, i have a problem in understanding how he got to conclude on equation (ii)
1599832871622.png

is this not supposed to be ##(k+2)!≥ 2^{k+1} (k+1)##
##(k+2)(k+1)!≥ 2^{k+1} (k+1)## ?...
 
  • #2
Assume that ##(k+1)! \geq 2^k k##. Then notice that ##(k+2)! = (k+2)(k+1)!##, and since ##(k+1)! \geq 2^k k## by assumption, you have ##(k+2)! = (k+2)(k+1)! \geq (k+2)2^k k##.

You're trying to show that ##(k+2)!## is greater than ##2^{k+1}(k+1)## given that it holds for the case below, so you can't assume what's meant to be proven!
 
  • #3
Homework Statement:: prove that,

##(n+1)!≥ 2^n. n## when ## n≥3##
Relevant Equations:: mathematics induction

View attachment 269193
this is a solution posted by my colleague, i have a problem in understanding how he got to conclude on equation (ii)
View attachment 269194
is this not supposed to be ##(k+2)!≥ 2^{k+1} (k+1)##
##(k+2)(k+1)!≥ 2^{k+1} (k+1)## ?...
The inductive assumption is that ##(k+1)!≥ 2^{k} (k)##, hence:
$$(k+2)! = (k+2)(k+1)! \ge (k+2)2^k (k)$$
 
  • #4
aaaaaaah i have seen it...
 
  • #5
There must be a neater way to do this. That proof you attached is quite laboured.
 
  • #6
There must be a neater way to do this. That proof you attached is quite laboured.

you mind showing a neater way now that i am conversant with how the solution was found...
 
  • #7
You just need to state that ##k(k+2) > 2(k+1)## for all ##k \geq 3##. Then it follows that$$(k+2)! \geq k(k+2)2^k > 2(k+1) 2^k = (k+1)2^{k+1}$$
 
  • Like
Likes chwala and PeroK
  • #8
For the inductive step, all that is required is:
$$(k+2)! = (k+2)(k+1)! \ge (k+2)2^k(k) > (k+1)2^{k+1} \ \ \ (\text{as} \ k + 2 > k+1 \ \text{and} \ k > 2)$$
 
  • Like
Likes chwala and etotheipi

Suggested for: Proof by induction problem

Back
Top