Prove n^3 <= 2^n: Homework via Induction

  • Thread starter Thread starter invisible_man
  • Start date Start date
Click For Summary

Homework Help Overview

The discussion revolves around proving the inequality n^3 ≤ 2^n for n ≥ 10, with some confusion regarding the correct formulation of the problem and the induction process involved.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants explore the use of mathematical induction, questioning how to establish a base case and connect the induction step from n to n+1.
  • Some participants express uncertainty about the initial conditions and whether the problem statement is accurately represented.
  • There are discussions about the validity of starting the induction at n = 10 and the implications of the inequality for values less than 10.

Discussion Status

The conversation is ongoing, with various interpretations of the problem being explored. Some participants have suggested starting with n = 10 as the base case, while others are questioning the clarity of the original problem statement. Hints and guidance have been offered regarding the induction process, but no consensus has been reached.

Contextual Notes

There is a noted discrepancy between the thread title and the original poster's statement, leading to confusion about the inequality to be proven. Additionally, the discussion touches on the assumptions regarding the validity of the statements for n < 10.

invisible_man
Messages
16
Reaction score
0

Homework Statement



Prove: n3 <= nn, n >= 10

Homework Equations


The Attempt at a Solution


Prove by induction on n.

i) 1 = 1

1 < 2

ii) n +1
claim (n+1)3 <= 2n+1 , n >=10

I don't know how to induct with n+1, when n >=10
 
Physics news on Phys.org
You shouldn't start with n = 1; your statement isn't even true for some n < 10. The problem tells you to prove it for n >= 10. So start with 10 as your base case.

Prove that [itex]10^3 \leq 10^{10}[/itex].

Then prove that if [itex]n^3 \leq n^n[/itex], this means that [itex](n+1)^3 \leq (n+1)^{n+1}[/itex].
 
hgfalling said:
You shouldn't start with n = 1; your statement isn't even true for some n < 10. The problem tells you to prove it for n >= 10. So start with 10 as your base case.

Prove that [itex]10^3 \leq 10^{10}[/itex].

Then prove that if [itex]n^3 \leq n^n[/itex], this means that [itex](n+1)^3 \leq (n+1)^{n+1}[/itex].
how can i connect (n+1) n+1 to 2 n+1. Can you show me how
 
Last edited:
The title of the thread is to prove [itex]n^3 < 2^n[/itex] while the OP indicates that the problem is [itex]n^3 < n^n[/itex]. So which is it?
 
invisible_man said:
Prove by induction on n.

i) 1 = 1

1 < 2
Since n>=10, then P(1),P(2),P(3),P(4),P(5),P(6),P(7),P(8),P(9) are true automatically(where P is the statement). You just have to prove that P(n) would imply P(n+1). Obviously we have just done that for n=1,...,8 for n=9, we just have to prove that P(10) is true which could be done using substitution. Then, for n>=10, you just need to prove it algebraically.

ii) n +1
claim (n+1)3 <= 2n+1 , n >=10

I don't know how to induct with n+1, when n >=10
You must show that P(n) would imply P(n+1) for n>=10.

How would you start with the statement, (n^3)<= 2^n (n=10,...) and arrive at (n+1)^3<=(2^(n+1)) ?

(NOTE: For these types of induction questions, you have to work backwards.)
 
Pinu7 said:
Since n>=10, then P(1),P(2),P(3),P(4),P(5),P(6),P(7),P(8),P(9) are true automatically(where P is the statement).
Not at all!

Proving [itex]n^3 \le n^n[/itex] for n>10 is trivial, So let's assume the problem is to prove [itex]n^3 \le 2^n[/itex] per the title of the thread.

[tex] \begin{array}{rrrl}<br /> n & n^3 & 2^n & P(n) \\<br /> 0 & 0 & 1 & T \\<br /> 1 & 1 & 2 & T \\<br /> 2 & 8 & 4 & F \\<br /> 3 & 27 & 8 & F \\<br /> 4 & 64 & 16 & F \\<br /> 5 & 125 & 32 & F \\<br /> 6 & 216 & 64 & F \\<br /> 7 & 343 & 128 & F \\<br /> 8 & 512 & 256 & F \\<br /> 9 & 729 & 512 & F<br /> \end{array}[/tex]

So except for n=0 and n=1, the proposition is false for n=0..9. The proposition is nonetheless true for all n≥10.
 
D H said:
Not at all!

No, the statement is true for n<10. This is because the statement, P(n) states that
"(n^3)=< 2^n OR n<=9"

So that the statement is (obviously) true for n<10 because of the connective "OR".

Induction must apply to every natural number, because natural are DEFINED axiomatically using induction.

P(10) must then be verified by the condition that P(9) would imply P(10) (which happens when they both have a truth value). For n>=10, the formula must be used to verify that P(n) would indeed imply P(n+1).

If P(1),...,P(10) were not verified to be true(by the statement, P(1) to P(9) are automatically true without any arithmetic verification), then both the conditions for induction are not met and the proof would be wrong.

The subtleties of a proof is incredibly important in mathematics.
 
Pinu7 said:
No, the statement is true for n<10. This is because the statement, P(n) states that
"(n^3)=< 2^n OR n<=9"
You didn't say that the first time, Pinu7, and the original poster most certainly did not specify the problem this way.

Doing this is being overly pedantic. There's nothing wrong with starting induction with a base case n that is not one and there is no reason to invent such a connective predicate in such cases.

In any case, we aren't helping the original poster one iota with this quibbling.


invisible_man said:
how can i connect (n+1) n+1 to 2 n+1.
You don't. Post #2 by hgfalling was mislead by your problem statement where you said
invisible_man said:
Prove: n3 <= nn, n >= 10
Given the title of the thread and later statements in the original post, it is fairly obvious that you made a typo in that problem statement. The problem is to prove that [itex]n^3 \le 2^n \,\forall n \ge 10[/itex].

So, how to proceed?
First, establish that the proposition is true for some base case n0. Here the base case is n0=10; you need to show that [itex]10^3 \le 2^{10}[/itex]. Is this true?

Next you assume the proposition is true for some nn0 (the induction hypothesis) and show that given this assumption that the proposition also holds for n+1. In this case, you need to show that if [itex]n^3 \le 2^n[/itex] for some [itex]n\ge 10[/itex] then [itex](n+1)^3 \le 2^{n+1}[/itex].


Hints:
  • Use the fact that if a≤b and b≤c then a≤c because '≤' is transitive.
    If you can find some intermediate expression bn such that (n+1)3bn and bn≤2n+1 then (n+1)3≤2n+1.
  • Use the fact that multiplying both sides of an inequality by a positive number does not change the inequality.
    Try multiplying both sides of n3≤2n by 2. This should suggests an intermediate value to use in the proof.
 
Pinu7 said:
No, the statement is true for n<10. This is because the statement, P(n) states that
"(n^3)=< 2^n OR n<=9"

So that the statement is (obviously) true for n<10 because of the connective "OR".

Induction must apply to every natural number, because natural are DEFINED axiomatically using induction.

P(10) must then be verified by the condition that P(9) would imply P(10) (which happens when they both have a truth value). For n>=10, the formula must be used to verify that P(n) would indeed imply P(n+1).

If P(1),...,P(10) were not verified to be true(by the statement, P(1) to P(9) are automatically true without any arithmetic verification), then both the conditions for induction are not met and the proof would be wrong.

The subtleties of a proof is incredibly important in mathematics.

"You are in la-la-land OR today is Tuesday." QED.

But seriously. Nobody here apparently cares about the sufficiency of "OR" in place of conditional statements (i.e P => Q <==> -P V Q)... and I DON'T BLAME THEM!
This is the most obscure approach to induction imaginable.
YES, we assume the antecedent to be true, but your suggestions are confusing (others) at best.
 
  • #10
since latex on this website was being gay on me i had to use pdflatex. :smile:
 

Attachments

Similar threads

  • · Replies 7 ·
Replies
7
Views
3K
Replies
17
Views
3K
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
5
Views
2K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K