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

  • Thread starter kathrynag
  • Start date
In summary: Plugging in what? What you have so far is 2^k \le 2k! So is it true that 2k! \le (k + 1)!? Recall the possible values of k.2k!=(2k)(2k-2)(2k-4)...2k! is less than (k+1)!k!<(k+1)!2k!=(2k)(2k-2)(2k-4)...2No, that's incorrect for two reasons.2k! = 2*k! = 2(k * (k - 1) * (k - 2
  • #1
kathrynag
598
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!
 
Physics news on Phys.org
  • #2


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


1/2[tex]2^{k}[/tex]
 
  • #4


So plug that into the inequality.
 
  • #5


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


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


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


What you get is the result that if P(k) holds, then P(k+1) holds too, and we already know that P(1) holds, so...
 
  • #9


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.
 
  • #10


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
 
  • #11


2k! is not (2k)!
 
  • #12


2k!=(2k)(2k-2)(2k-4)...2
 
  • #13


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


k! is less than (k+1)!
 
  • #15


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.
 
  • #16


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

By how much?
 
  • #17


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
 
  • #18


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.
 
  • #19


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.
 
  • #20


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!
 
  • #21


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

Think "[tex]\le[/tex]".
 
  • #22


Still unsure...
 
  • #23


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...)
 
  • #24


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.
 
  • #25


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
 
  • #26


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.
 
  • #27


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
 

What is induction in mathematics?

Induction is a mathematical proof technique used to prove statements that follow a pattern or sequence. It involves proving that a statement is true for the first case, and then showing that if it holds for any given case, it also holds for the next case. This process is repeated until the statement has been proven for all cases.

What is the purpose of proving 2n-1<n by induction?

The purpose of proving 2n-1<n by induction is to show that the inequality holds for all values of n, not just for a specific value. This allows us to make generalizations about the relationship between 2n-1 and n and use it in other mathematical proofs.

What are the steps for proving 2n-1<n by induction?

The steps for proving 2n-1<n by induction are as follows:

  1. Base case: Show that the statement is true for the first case (usually n=1).
  2. Inductive hypothesis: Assume that the statement is true for an arbitrary case (usually n=k).
  3. Inductive step: Use the inductive hypothesis to show that the statement is also true for the next case (n=k+1).
  4. Conclusion: Since the statement is true for the first case and the inductive step shows that it is true for the next case, we can conclude that the statement is true for all values of n.

Why is it important to show that the statement is true for the first case?

Showing that the statement is true for the first case is important because it serves as the base case for the induction proof. Without proving the base case, we cannot use the inductive step to show that the statement is true for all cases.

What are some common mistakes to avoid when proving 2n-1<n by induction?

Some common mistakes to avoid when proving 2n-1<n by induction include:

  • Assuming the statement is true without proving the base case.
  • Using circular reasoning, where the conclusion is used to prove the premise.
  • Skipping steps in the inductive step or not clearly explaining the reasoning behind each step.
  • Not using the inductive hypothesis and instead trying to prove the statement from scratch for each case.

Similar threads

  • Calculus and Beyond Homework Help
Replies
7
Views
410
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
23
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
110
  • Calculus and Beyond Homework Help
Replies
6
Views
474
  • Calculus and Beyond Homework Help
Replies
9
Views
911
  • Calculus and Beyond Homework Help
Replies
2
Views
268
Back
Top