Proving 2n-1<n by Induction: Step by Step Guide

  • Thread starter Thread starter kathrynag
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
26 replies · 4K views
kathrynag
Messages
595
Reaction score
0

Homework Statement


need to prove by induction
[tex]2^{n-1}[/tex][tex]\leq[/tex]n!


Homework Equations





The Attempt at a Solution


I already did it for P(1) wnat to try P(k) and P(k+1)
P(K):[tex]2^{k-1}[/tex][tex]\leq[/tex]k!
 
on Phys.org


This is straightforward. What's the relationship between [tex]2^k[/tex] and [tex]2^{k-1}[/tex]?
 


1/2[tex]2^{k}[/tex]
 


So plug that into the inequality.
 


1/2([tex]2^{k}[/tex])[tex]\leq[/tex]k!
 


Remember, the goal is to show that [tex]2^k \le (k + 1)![/tex]
 


I see by plugging in that I would get that, but I don't know why
 


Plugging in what? What you have so far is [tex]2^k \le 2k![/tex] So is it true that [tex]2k! \le (k + 1)![/tex]? Recall the possible values of k.
 


mutton said:
Plugging in what? What you have so far is [tex]2^k \le 2k![/tex] So is it true that [tex]2k! \le (k + 1)![/tex]? Recall the possible values of k.
(2k)!=(2k)(2k-1)(2k-2)...1
 


2k!=(2k)(2k-2)(2k-4)...2
 


There's no need to expand a factorial every time you see one. Think about the relationship between k! and (k + 1)!
 


k! is less than (k+1)!
 


Kathryn,

You need to start from the beginning and write out clearly, step by step, everything till the point you are stuck.

The way the thread is proceeding so far seems to be unhelpful, and a big part of that is in your presentation. The better your effort in showing your work coherently, the better will be the quality of help you receive.
 


kathrynag said:
k! is less than (k+1)!

By how much?
 


kathrynag said:

Homework Statement


need to prove by induction
[tex]2^{n-1}[/tex][tex]\leq[/tex]n!


Homework Equations





The Attempt at a Solution


I already did it for P(1) wnat to try P(k) and P(k+1)
P(K):[tex]2^{k-1}[/tex][tex]\leq[/tex]k!

kathrynag said:
1/2([tex]2^{k}[/tex])[tex]\leq[/tex]k!

mutton said:
Plugging in what? What you have so far is [tex]2^k \le 2k![/tex] So is it true that [tex]2k! \le (k + 1)![/tex]? Recall the possible values of k.

kathrynag said:
2k!=(2k)(2k-2)(2k-4)...2

kathrynag said:
k! is less than (k+1)!

k!<(k+1)!
(k+1)!=(k+1)(k)...1
So, by k+1
 


mutton said:
Remember, the goal is to show that [tex]2^k \le (k + 1)![/tex]

I don't see how we're getting to this.
 


You just showed that (k + 1) k! = (k + 1)!, so

[tex]2^k \le 2k! ... (k + 1) k! = (k + 1)![/tex]

Fill in the blank by recalling the possible values of k.
 


mutton said:
You just showed that (k + 1) k! = (k + 1)!, so

[tex]2^k \le 2k! ... (k + 1) k! = (k + 1)![/tex]

Fill in the blank by recalling the possible values of k.

Ok so, 2^k<2[(k+1)!/k+1]
2^k<2k!
 


That doesn't connect the left part of what I wrote to the right part.

Think "[tex]\le[/tex]".
 


ok look at it this way..

PMI= if f(a), where a is some constant, is true for statement, then f(k) is true, from there if f(k+1) is true, the statement it true

F(2) is what? 22-1<(2)!, 21=1<2=2!
this is true, so it follows that f(k) is true!

then we assume 2k-1<k!

now we need to prove that f(k+1) is true...

2(k+1)-1<(k+1)!
simplifying we get,
2k<(k+1)(k!)
notice here we only factored out a (k+1) from the equation because we can use f(k), which is true, to prove that f(k+1) is true, looky here...
2k<(k+1)(k!)
from f(k), 2k-1<k!, but let's just say that it equals that, which it does...
2k-1=k!
substituting and simplifying...
2k<(k+1)(2k-1)
2k<(k+1)(1/2)(2k)
2k<(k/2+1/2)(2k)

of course now it should be easy to see why it is true...

one thing i distinctly recall from PMI is you need to somehow use f(k) to prove f(k+1), because f(k) is a valid statement it can help you out!



(to mods, sorry for giving out the 'full solution' i know i am not supposed to, but the student seemed to be struggling...)
 


jmarcian said:
from f(k), 2k-1<k!, but let's just say that it equals that, which it does...
2k-1=k!

The equation doesn't hold. Stick with the inequality.
 


kathrynag said:
2k!=(2k)(2k-2)(2k-4)...2
No, that's incorrect for two reasons.
2k! = 2*k! = 2(k * (k - 1) * (k - 2) * ... 3 * 2 * 1)
On the other hand, (2k)! = 2k * (2k - 1) * (2k - 2) * ... * 3 * 2 * 1
 


Mark44 said:
No, that's incorrect for two reasons.
2k! = 2*k! = 2(k * (k - 1) * (k - 2) * ... 3 * 2 * 1)
On the other hand, (2k)! = 2k * (2k - 1) * (2k - 2) * ... * 3 * 2 * 1

I don't ge t it. I just multiplied the 2 in.
 


kathrynag said:
I don't ge t it. I just multiplied the 2 in.

With 2k! there is just one factor of 2. You can't take one factor of 2 on one side of the equation and have k factors of 2 on the other side.

Look at it with numbers instead of symbols; e.g. with k = 4.
2k! = 2 * 4! = 2*4*3 * 2 * 1 = 48
(2k)! = 8! = 8 * 7 * 6 * 5 * 4 * 3 * 2 * 1 = 40320

Also, 2k! [tex]\neq[/tex] 2 * 4 * 2 * 3 * 2 * 2 * 2 * 1 = 2^4 * 4! = 16 * 24 = 384