Proof of Inequalities by Induction.

In summary, the conversation discusses a proof by induction for the equation (2^n) ≤ n!, where n≥4. The base step is shown to be incorrect and the inductive step is discussed, with the correct assumption of (2^k) ≤ k! being made. The conversation also includes a discussion on the best approach for proving the inequality, with one person suggesting starting with what is known and another suggesting working backwards. Ultimately, a proof by induction is provided for the equation n^2 ≤ n!, with the inductive step being shown through the comparison of the original equation and the equation with added and multiplied terms.
  • #1
rad0786
188
0
Okay, so we are covering proof by induction, and i need some ones help on it covering inequalities.

(a) (2^n) ≤ n! , n≥4

Base Step: sub in n=1 and yes, it works!

Inductinve step: assume (2^n) ≤ n! and show (2^(k+1)) ≤ (k+1)! ,K≥4 holds.

(2^(k+1)) ≤ (k+1)!
(2)(2^k) ≤ (K!)(K+1)
So the bold part is the original equation. In the above, the left side was multiplied by 2 and the right side was multiplied by (K+1). So, anything multiplied by 2 is less than anything multiplied by (K+1), K≥4. Is this proof reasonable?
---------------------------
I initially tried this:

(2^(k+1))
= 2(2^K)
= ?
= ?
≤ (k+1)!

What I am trying to show is to work my way from (2^(k+1)) by expanding it and eventually show that it is less that (K+1)!

somebody care to comment?

Thanks
 
Physics news on Phys.org
  • #2
So you need to prove:
2k + 1 <= (k + 1)!, right?
[tex]2 ^ {k + 1} = 2 . 2 ^ k \leq 2 . k![/tex]
Can you show that:
[tex]2 . k! < (k + 1) . k![/tex]?
Hint: How is 2 compared to (k + 1) (greater, less than or equal to?), if k >= 4?
----------------------
rad0786 said:
Base Step: sub in n=1 and yes, it works!
By the way, your base step is wrong.
No, it does not work!
n should be 4 not 1. look at the problem again to see why n must be 4.
rad0786 said:
Inductinve step: assume (2^n) ≤ n! and show (2^(k+1)) ≤ (k+1)! ,K≥4 holds.
This is wrong, too, why are you assuming that (2^n) ≤ n!, and trying to prove that (2^(k+1)) ≤ (k+1)! ? There is no relation between this inequality (2^n) ≤ n! and this (2^(k+1)) ≤ (k+1)!
You must assume (2^k) ≤ k! (i.e, it's k, not n). Then you can use this inequality to prove (2^(k+1)) ≤ (k+1)!
Do you understand this?
Can you go from here? :smile:
 
Last edited:
  • #3
VietDao29 said:
So you need to prove:
2k + 1 <= (k + 1)!, right?
[tex]2 ^ {k + 1} = 2 . 2 ^ k \leq 2 . k![/tex]
Can you show that:
[tex]2 . k! < (k + 1) . k![/tex]?
Hint: How is 2 compared to (k + 1) (greater, less than or equal to?), if k >= 4?
----------------------
By the way, your base step is wrong.
n should be 4 not 1. look at the problem again to see why n must be 4.
Can you go from here? :smile:

How did you go from:

2k + 1 <= (k + 1)!
to
[tex]2 ^ {k + 1} = 2 . 2 ^ k \leq 2 . k![/tex]

you mean

2k + 1 <= (k + 1)!
to
(2)(2^K) ≤ (K+1)(K!)

i think i don't understand how (k + 1)! became (2)(K!)

-----

[tex]2 . k! < (k + 1) . k![/tex].

This is true because 2 is less than (K+1)!

Ooops, my base step should have been for n >= 4, not n>=1. :)
 
  • #4
VietDao29 said:
This is wrong, too, why are you assuming that (2^n) ≤ n!, and trying to prove that (2^(k+1)) ≤ (k+1)! ? There is no relation between this inequality (2^n) ≤ n! and this (2^(k+1)) ≤ (k+1)!
You must assume (2^k) ≤ k! (i.e, it's k, not n). Then you can use this inequality to prove (2^(k+1)) ≤ (k+1)!
Do you understand this?
Can you go from here? :smile:


Oh i see what you mean!
 
  • #5
rad0786 said:
Oh i see what you mean!
So have you worked out the problem? :smile:
 
  • #6
VietDao29 said:
So have you worked out the problem? :smile:

I think so!

Prove (2^n) ≤ n! , n≥4 by induction

BASE STEP: sub in n=4 and yes, it works!

INDUCTIVE STEP: assume (2^k) ≤ k! and prove (2^(k+1)) ≤ (k+1)!

(2^(k+1)) ≤ (k+1)!
(2)(2^k) ≤ (k!)(k+1)

and since the left side is multiplied by 2 and the right side by (k+1), and 2 ≤ (k+1), this means that the right side MUST be greater then the left. Thus, the inequality is proved by induction! is this now correct?
 
  • #7
Looks about right.
But don't forget to add the fact that : 2k <= k!(induction hypothesis), to this part of your proof:
rad0786 said:
and since the left side is multiplied by 2 and the right side by (k+1), and 2 ≤ (k+1), and 2k <= k!(induction hypothesis), this means that the right side MUST be greater then the left. Thus, the inequality is proved by induction! is this now correct?
Other than that, everything looks right. Congratulations... :)
 
  • #8
thanks so much :)
 
  • #9
But, in your proof (and it would have been better here), don't just say "yes, it works"- show it: 24= 16, 4!= 24 and 16< 24.

Also it would be much better to start with what you KNOW:
[itex]2^k \le k![/itex] and work to what you want to show:
multiply both sides by 2 to get [itex]2(2^k)= 2^{k+1}\le 2k![/itex]
but, since 1< k, 2< k+1 so 2k!< k!(k+1)= (k+1)!
rather than starting with the result you want and working backwards. That's valid as long as you are careful that each step is reversible but tricky.
 
  • #10
Thank you HallsofIvy for your reply!

I personaly find it more difficult to work with what you have to what you want, hence, i find it easier to work backwards.

For instance, prove [itex]n^2 \le n![/itex] by induction for n=1 and n≥4

Base step:
n = 1, (1)^2 ≤ 1, 1 ≤ 1 ----TRUE
n = 4, (4)^2 ≤ 4!, 16 ≤ 24 ----TRUE

Induction step: (this is where working backwards helps!)

Assume [itex]k^2 \le k![/itex] and show [itex](k+1)^2 \le (k+1)![/itex] for k≥4

[itex](k+1)^2 \le (k+1)![/itex]
[itex]k^2 + 2k + 1 \le (k+1)(k!)[/itex]
[itex]k^2 + (2k +1) \le (k+1)(k!)[/itex]

Original equation: [itex]k^2 \le k![/itex]

Since [itex] (2k + 1) [/itex] is being ADDED to the left side of the origingal equation, and [itex] (k + 1) [/itex] is being MULTIPLIED to the right side of the original equation, it holds that the RIGHT side will be GREATER than the LEFT side for k≥4.

Is this a valid proof by induction?
 
Last edited:
  • #11
rad0786 said:
Since [itex] (2k + 1) [/itex] is being ADDED to the left side of the origingal equation, and [itex] (k + 1) [/itex] is being MULTIPLIED to the right side of the original equation, it holds that the RIGHT side will be GREATER than the LEFT side for k≥4.

Is this a valid proof by induction?
Nope, this part is so wrong.
In fact, you cannot compare addition to multiplication.
So you can work backwards, or forwards, that's up to you. But remember that if you are working backwards, you should pay attention to the fact that everything should be reversible, as HallsofIvy mentioned.
-----------------
So you want to prove that:
[tex](k + 1) ^ 2 = k ^ 2 + 2k + 1 \leq (k + 1)! = (k + 1) k! = k! + k \ . \ k![/tex] (1) using the fact that:
[tex]k ^ 2 \leq k![/tex].
Looking at the inequality (1), one can say that if they can prove:
[tex]2k + 1 \leq k . k![/tex], then it's done. Do you see why?
Now can you prove that inequality is correct for k >= 4?
Hint: You can again use proof by induction to prove it.
Can you go from here? :smile:
 
  • #12
hey... how abt you do this for the inductive step

now u suppose k^2 <= k! for some k>4

then, k+1 = k(1+1/k) < k^2 , since (1+1/k) <= 2 < k.

Thus... (k+1)^2 = (k+1)(k+1) < (k+1)(k^2) <= (k+1)(k!) = (k+1)!


therefore... (k+1)^2 < (k+1)!

hope this helps...
 
  • #13
VietDao29: Thank you again, i see what i am doing wrong. I'm getting better at these and feeling more compfortable with these problems!

ankitkr: That answer is the same as the one in the back of the book. it looks messy, id never think of doing that if it were on a test.

Okay, i have 1 last inequality that I want to comfirm with someone. its a bit messy, but here goes:

Prove that for every [itex]n \in N[/itex] their exists a [itex]k \in N[/itex] such that [itex]n \le k^2 \le 2n[/itex].

Base step:
Sub in n=1 to get [itex]1 \le k^2 \le 2[/itex]; such a k would be, k=1

Inductive step:

Assume [itex]n \le k^2 \le 2n[/itex] holds and prove [itex](n+1) \le (k+1)^2 \le 2(n+1)[/itex] for some k

and like I said, i personally find it easier to work with what i want to prove to what i want, hence, work backwards.

[itex](n+1) \le (k+1)^2 \le 2(n+1)[/itex]
[itex]n+1 \le k^2 + 2k +1 \le 2n+2[/itex]

[itex]n \le k^2 \le 2n[/itex] is what we have.

[itex] 1 [/itex] is added to the left side, [itex] 2k +1 [/itex] is added to the center and [itex] 2 [/itex] is added to the right side of the equation.

Now i don't have the slightest clue how to compare these? the k term is confusing me, since it can be very flexible.

Perhaps their will allways exsist a number greater than [itex]n+1[/itex] and less than [itex]2n+2[/itex]? I am lost now
 
Last edited:
  • #14
I haven't seen this kind of problem before.
Here's my approach, a proof by contradiction.
Assume that the statement is false, then there exists no natural number k such that:
n <= k2 <= 2n. That means that there exists some natural number x, such that:
x2 < n < 2n < (x + 1)2 (noye that: it's less than, not less than or equal to.)
Since everything is positive, take square root of everything gives:
[tex]x < \sqrt{n} < \sqrt{2n} < x + 1[/tex].
Form there, we can say that:
[tex](x + 1) - x > \sqrt{2n} - \sqrt{n}[/tex]
[tex]1 > (\sqrt{2} - 1) \sqrt{n}[/tex]
For n >= 3, we have:
[tex](\sqrt{2} - 1) \sqrt{n} > 1.01[/tex].
So that means for n >= 6, we have:
[tex]1 > (\sqrt{2} - 1) \sqrt{n} > 1.01[/tex], which implies that 1 > 1.01 (it's wrong, right?)
So we can say for n >= 6, there always exists a natural number k, such that:
n <= k2 <= 2n
For n = 1, 2, 3, 4, 5, we can test it manually, and see that it's true. :smile:
So for n >= 1, there always exists a natural number k, such that:
n <= k2 <= 2n (Q.E.D)
---------------
Do you get it. :)
Now, what does your book have to say? Can you post it here, so that I can help you understand it, and I can know another way to prove it? :)
 
Last edited:
  • #15
The book dosn't have an answer/solution for this problem unfortunatly.

It just gives the question: Prove that for every [itex]n \in N[/itex] their exists a [itex]k \in N[/itex] such that [itex]n \le k^2 \le 2n[/itex]

Your method looks good an does make sense - it works i think. But is that actually a proof by induction? I thought you can't use contratiction in proofs by induction.

Their is another thread with this same question: https://www.physicsforums.com/showthread.php?t=109362

I havn't tried it yet, however, would breaking up the constraints into its parts work?
 
  • #16
Prove that for every [itex]n \in N[/itex] their exists a [itex]k \in N[/itex] such that [itex]n \le k^2 \le 2n[/itex].

Base step:

Sub in n=1 to get [itex]1 \le k^2 \le 2[/itex]; such a k would be, k=1

Inductive step:

***Assume [itex]n \le k^2 \le 2n[/itex] holds and prove [itex](n+1) \le (k)^2 \le 2(n+1)[/itex] for some k***

So we want to show that
[itex](n+1) \le (k)^2[/itex] and
[itex](k)^2 \le 2(n+1)[/itex]

Suppose that (I previously said that I wasn't sure if contractiction works in this case, but...meh.. a proof is a proof.)

[itex](n+1) > (k)^2[/itex] and
[itex](k)^2 > 2(n+1)[/itex]

Thus, [itex](n+1) > (k)^2 > 2(n+1)[/itex] for some k. This implies that [itex](n+1) > 2(n+1)[/itex] which is False.

Therefore, it holds that [itex](n+1) \le (k)^2 \le 2(n+1)[/itex] for some k.

This proof sounds good to me!
 
Last edited:
  • #17
rad0786 said:
Prove that for every [itex]n \in N[/itex] their exists a [itex]k \in N[/itex] such that [itex]n \le k^2 \le 2n[/itex].

Base step:

Sub in n=1 to get [itex]1 \le k^2 \le 2[/itex]; such a k would be, k=1
Base step looks good.
Inductive step:

***Assume [itex]n \le k^2 \le 2n[/itex] holds and prove [itex](n+1) \le (k)^2 \le 2(n+1)[/itex] for some k***
Uhmm, this inductive step is not quite right.
Counter example:
We have: 1 <= 12 <= 2 (this is true). But:
1 + 1 <= 12 <= 2(1 + 1) is false.
So you cannot prove that [itex](n+1) \le (k)^2 \le 2(n+1)[/itex] using the fact that [itex]n \le k^2 \le 2n[/itex]. Since for n = 1, it's false.
So we want to show that
[itex](n+1) \le (k)^2[/itex] and
[itex](k)^2 \le 2(n+1)[/itex]

Suppose that (I previously said that I wasn't sure if contractiction works in this case, but...meh.. a proof is a proof.)

[itex](n+1) > (k)^2[/itex] and
[itex](k)^2 > 2(n+1)[/itex]
Meh... this is just so wrong :)
If you want a proof by contradiction, you must first assume what you want to prove is false, then from there arrive at something that's false, hence the statement we've earlier assumed to be false must be true. (Yes, you do this correctly)
Saying this [itex](n+1) \le (k)^2 \le 2(n+1)[/itex] is the same as saying:
[tex]k ^ 2 \in \left[ n + 1; \ 2(n + 1) \right][/tex], right?
Now assume it's false then:
[tex]k ^ 2 \notin \left[ n + 1; \ 2(n + 1) \right][/tex], that means:
[tex]k ^ 2 < n + 1[/tex] or [tex]k ^ 2 > 2(n + 1)[/tex] (it's an or, not and). This is where your proof went wrong.
-----------------
So now, you can try breaking up the constraints, and see if it works.
You can read my previous post again, and make sure you understand my proof. Knowing more than 1 way to solve a problem is much better than just knowing 1 way, right?
Now let's try breaking up the constraints... :)
 
Last edited:

What is "Proof of Inequalities by Induction"?

"Proof of Inequalities by Induction" is a mathematical technique used to prove that a certain inequality holds true for all natural numbers. It involves breaking down the inequality into smaller cases and proving that it holds true for each individual case.

Why is "Proof of Inequalities by Induction" important?

"Proof of Inequalities by Induction" is important because it is a widely used and accepted method for proving mathematical inequalities. It is also a fundamental tool in many areas of mathematics, including number theory, combinatorics, and analysis.

What are the steps involved in "Proof of Inequalities by Induction"?

The steps involved in "Proof of Inequalities by Induction" are:

  • Base case: The first step is to prove that the inequality holds true for the smallest value of the variable involved.
  • Inductive hypothesis: Assume that the inequality holds true for some arbitrary value of the variable.
  • Inductive step: Using the inductive hypothesis, prove that the inequality also holds true for the next value of the variable.
  • Conclusion: By the principle of mathematical induction, the inequality holds true for all natural numbers.

What are some common mistakes to avoid in "Proof of Inequalities by Induction"?

Some common mistakes to avoid in "Proof of Inequalities by Induction" include:

  • Skipping the base case: It is important to prove that the inequality holds true for the smallest value of the variable, as this serves as the foundation for the rest of the proof.
  • Assuming the inductive hypothesis: The inductive hypothesis must be proven, and cannot be assumed to be true.
  • Mixing up the order of steps: It is important to follow the steps of "Proof of Inequalities by Induction" in the correct order to ensure a valid proof.

What are some applications of "Proof of Inequalities by Induction"?

"Proof of Inequalities by Induction" has many applications in mathematics, including:

  • Proving inequalities in number theory, such as the Goldbach conjecture and the twin prime conjecture.
  • Proving results in combinatorics, such as the binomial theorem and the pigeonhole principle.
  • Proving convergence and divergence of series in analysis.

Similar threads

  • Calculus and Beyond Homework Help
Replies
15
Views
1K
Replies
12
Views
866
  • Calculus and Beyond Homework Help
Replies
11
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
772
  • Calculus and Beyond Homework Help
Replies
7
Views
987
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
76
  • Calculus and Beyond Homework Help
Replies
3
Views
538
Back
Top