Proving Mathematical Induction using 2^n>n, n≥1 | Homework Solution

Click For Summary

Discussion Overview

The discussion revolves around proving the inequality \(2^n > n\) for \(n \geq 1\) using mathematical induction. Participants explore the steps involved in the proof, clarify misunderstandings, and address specific cases in the induction process.

Discussion Character

  • Homework-related
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant presents an initial attempt at the proof, questioning the validity of the step \(k+k > k+1\) when \(k=1\).
  • Another participant suggests that the correct form should be \(k+k \geq k+1\) for \(k \geq 1\), which could lead to the desired relationship.
  • Several participants discuss the implications of proving \(2^{k+1} > k+1\) based on the assumption \(2^k > k\) and whether \(k*2 > k+1\) holds true.
  • One participant proposes a separate induction to show that if \(n > 1\), then \(n+n > n+1\), and provides a specific case for \(n=2\).
  • There is confusion regarding the transition from \(2^k > k\) to \(2^{k+1} > k+1\), with some participants expressing uncertainty about the correctness of their reasoning.
  • Participants clarify that proving \(A > B\) is different from proving \(A \geq B\), emphasizing the need to establish strict inequalities.
  • One participant acknowledges a typo in their earlier statements regarding the use of \(\geq\) instead of \(>\) in their proof.

Areas of Agreement / Disagreement

Participants express differing views on the validity of certain steps in the proof and the implications of the inequalities involved. There is no consensus on the resolution of these issues, and the discussion remains unresolved regarding the correctness of the proof steps.

Contextual Notes

Participants highlight the importance of correctly applying mathematical induction and the nuances involved in transitioning between inequalities. Some assumptions and steps remain unclear or contested, particularly regarding specific cases and the interpretation of inequalities.

Physicsissuef
Messages
908
Reaction score
0

Homework Statement



[tex]2^n>n , n\geq 1[/tex]

Homework Equations


The Attempt at a Solution



[tex]n=1[/tex]

[tex]2^1>1[/tex]

[tex]2>1[/tex]

[tex]n=k[/tex]

[tex]2^k>k[/tex]

[tex]n=k+1[/tex]

[tex]2^k^+^1=2^k*2>2k=k+k>k+1[/tex]

[tex]2^k^+^1>k+1[/tex]

Ok, I don't understand the part k+k>k+1
If I get k=1 (from the [tex]k\geq 1[/tex])
1+1>1+1
2>2 which is not actually correct. Any help?
 
Physics news on Phys.org
what you should have is
[tex]k+k\geq k+1, \quad k\geq 1[/tex]
then your first ">" will give you the desire relationship
 
It looked to me like you were on your way to solving this correctly, so my guess is that you've just misunderstood either what you're supposed to do (which happens a lot when people learn induction) or that you haven't recognized what you've done.

Let's spell out what you've done:
Physicsissuef said:

The Attempt at a Solution



[tex]n=1[/tex]

[tex]2^1>1[/tex]

[tex]2>1[/tex]
Okay, that's step 1: show that what you're trying to prove is true for one specific case (n=1). Now you go to step 2, i.e. show that if it's true for some value of n, say, n=k, then it must also be true for the next value, n=k+1.
Physicsissuef said:
[tex]n=k[/tex]

[tex]2^k>k[/tex]
Okay, we've assumed that it's true for n=k ...
Physicsissuef said:
[tex]n=k+1[/tex]

[tex]2^k^+^1=2^k*2>2k=k+k>k+1[/tex]

[tex]2^k^+^1>k+1[/tex]

Ok, I don't understand the part k+k>k+1
If I get k=1 (from the [tex]k\geq 1[/tex])
1+1>1+1
2>2 which is not actually correct. Any help?
Now here's where you lost me. You're attempting to show that for n=k+1 you get
[tex]2^{k+1}>k+1[/tex],
given your assumption that [tex]2^k>k[/tex].

You've got that
[tex]2^k^+^1=2^k*2[/tex]
and since by assumption
[tex]2^k>k[/tex]
you know that
[tex]2^k*2>k*2[/tex],
which means (combining these expressions)
[tex]2^k^+^1>k*2[/tex].
So, the question boils down to this: is [tex]k*2>k+1[/tex], which would give you what you're trying to prove?

Is it?

(I still don't understand your question about the n=1 case, but maybe it's moot now...)
 
Oh! Now I see what you were asking! You're not sure if you can make the final jump for the case k=1.

Keep in mind that what you're really trying to show is that [tex]2^{k+1}>k*2[/tex] ... will that still be true in this case?
 
belliott4488 said:
Oh! Now I see what you were asking! You're not sure if you can make the final jump for the case k=1.

Keep in mind that what you're really trying to show is that [tex]2^{k+1}>k*2[/tex] ... will that still be true in this case?

This is standard principle for solving tasks like this. So, yes, will it be still true? As far as I know, it wouldn't be true. So it must be, [tex]k+k\geq k+1, \quad k\geq 1[/tex], which is not what my "book result" says. Maybe its their typo fault.
 
Physicsissuef said:
This is standard principle for solving tasks like this. So, yes, will it be still true? As far as I know, it wouldn't be true. So it must be, [tex]k+k\geq k+1, \quad k\geq 1[/tex], which is not what my "book result" says. Maybe its their typo fault.
I'm not sure I understand. The problem states that the relation should be true for [tex]n\geq1[/tex], so finding that the inductive relation works for [tex]k\geq1[/tex] is consistent with that, isn't it? In other words, you've shown that:
1. The relation is true for n = 1.
2. If the relation holds for some value of [tex]n=k[/tex], [tex]k\geq1[/tex], then it also hold for [tex]n=k+1[/tex].

Doesn't that do what you want?
 
belliott4488 said:
I'm not sure I understand. The problem states that the relation should be true for [tex]n\geq1[/tex], so finding that the inductive relation works for [tex]k\geq1[/tex] is consistent with that, isn't it? In other words, you've shown that:
1. The relation is true for n = 1.
2. If the relation holds for some value of [tex]n=k[/tex], [tex]k\geq1[/tex], then it also hold for [tex]n=k+1[/tex].

Doesn't that do what you want?

Do you look the part k+k>k+1 ?? Try to do k=1, you'll get 1+1>1+1, which is not actually correct.
 
What I would do is use a separate induction:
if n>1 then n+n> n+1.

If n= 2 then n+n= 2+ 2= 4> 3= 2+ 1= n+1

Assume that, for a fixed k> 1, k+ k> k+1

Then (k+1)+ (k+1)= k+ k+ 2> (k+1)+ 2> (k+ 1)+ 1 because 2> 1.

(k+ k[itex]\ge[/itex] k+ 1 is true for all positive integers.)
 
HallsofIvy said:
What I would do is use a separate induction:
if n>1 then n+n> n+1.

If n= 2 then n+n= 2+ 2= 4> 3= 2+ 1= n+1

Assume that, for a fixed k> 1, k+ k> k+1

Then (k+1)+ (k+1)= k+ k+ 2> (k+1)+ 2> (k+ 1)+ 1 because 2> 1.

(k+ k[itex]\ge[/itex] k+ 1 is true for all positive integers.)

Is it correct, like I wrote on the first post?
Is it correct, if I write k+ k[itex]\ge[/itex] k+ 1?
 
  • #10
HallsofIvy said:
What I would do is use a separate induction:
if n>1 then n+n> n+1.

If n= 2 then n+n= 2+ 2= 4> 3= 2+ 1= n+1

Assume that, for a fixed k> 1, k+ k> k+1

Then (k+1)+ (k+1)= k+ k+ 2> (k+1)+ 2> (k+ 1)+ 1 because 2> 1.

(k+ k[itex]\ge[/itex] k+ 1 is true for all positive integers.)

But shouldn't it be [tex]k\geq1[/tex], so [tex]k+k\geq[/tex] [tex]k+1[/tex] ?
 
  • #11
Physicsissuef said:
But shouldn't it be [tex]k\geq1[/tex], so [tex]k+k\geq[/tex] [tex]k+1[/tex] ?

That's what I said, isn't it? That k+ k[itex]\ge[/itex] k+ 1 for all positive integers?
 
  • #12
If we take, [tex]k+k\geq[/tex] [tex]k+1[/tex]
Than it should be:
[tex]2^k^+^1 \geq k+1[/tex]
from:
[tex]2^k^+^1=2^k*2>2k=k+k \geq k+1[/tex]
which is not completely true.
Because also
[tex]2^k^+^1 > k+1[/tex] is correct.
 
  • #13
Any help?
 
  • #14
If it is true that A> B then it is certainly true that A[itex]\ge[/itex] B!
 
  • #15
HallsofIvy said:
If it is true that A> B then it is certainly true that A[itex]\ge[/itex] B!

But we need to prove that A>B and not A[itex]\ge[/itex]B.
 
  • #16
Now, I understand. It was a typo error on my part.

I had stated at the beginning that you could do a separate induction to prove "if n>1 then n+n> n+1" which has ">" and that was what I proved. Unfortunately, I then wrote "[itex]\ge[/itex]" in the last line when I didn't mean to.
 
  • #17
So, in my book, is not correct at all, right?
 
  • #18
What are you referring to? It is true that for n any positive integer, 2n> n. What I have been talking about was the "part" of that I proved: If n> 1, then 2n= n+ n> n+ 1. In fact, what I started to prove, and then confused myself about, was that if n is any integer, 2n[itex]\ge[/itex] n+ 1.

To prove THAT: If n= 1, 2n= 2= n+1 so it is true.

If it is true for any k, then 2(k+ 1)= 2k+ 2> (2k+1)+ 1> 2k so 2(k+1)[itex]\ge[/itex](k+1)+ 1 and we are done.


Now for your original problem (which has been going on long enough!):
If n= 1, then 21= 2> 1.

Assume that 2k> k for some k. Then 2k+1= 2(2k)> 2k [itex]ge[/itex] k+1 and we are done.
 
  • #19
HallsofIvy said:
What are you referring to? It is true that for n any positive integer, 2n> n. What I have been talking about was the "part" of that I proved: If n> 1, then 2n= n+ n> n+ 1. In fact, what I started to prove, and then confused myself about, was that if n is any integer, 2n[itex]\ge[/itex] n+ 1.

To prove THAT: If n= 1, 2n= 2= n+1 so it is true.

If it is true for any k, then 2(k+ 1)= 2k+ 2> (2k+1)+ 1> 2k so 2(k+1)[itex]\ge[/itex](k+1)+ 1 and we are done.


Now for your original problem (which has been going on long enough!):
If n= 1, then 21= 2> 1.

Assume that 2k> k for some k. Then 2k+1= 2(2k)> 2k [itex]\ge[/itex] k+1 and we are done.
But if we say that 2k+1= 2(2k)> 2k [itex]\ge[/itex] k+1
then 2k+1 [itex]\ge[/itex] k+1,
and what the original problem is 2k+1 > k+1
Do you understand what I mean?
 
  • #20
Any help, please?
 
  • #21
I'm not sure how to make this clearer, but I'll try.

I think we're in agreement that you can show the following:

Case 1: [tex]n=1[/tex]: [tex]2^1>1[/tex]

Case k: [tex]n=k[/tex]: assert that [tex]2^k>k[/tex]

Case k+1:
[tex]2^{k+1}=2*2^k[/tex]
[tex]2^{k+1}>2*k[/tex], by assertion
[tex]2^{k+1}>k+k[/tex]

From the last line we can unambiguously conclude that
[tex]2^{k+1}>k+1[/tex]
for any k greater than or equal to 1.

Is that not what you wanted to prove? Where does the ambiguity between "greater than" and "greater" enter?

It seems that you are asserting that
if [tex]a>b \geq c[/tex],
then [tex]a \geq c[/tex], which is not correct.
[tex]a>c[/tex] would be the correct conclusion.
 
  • #22
belliott4488 said:
I'm not sure how to make this clearer, but I'll try.

I think we're in agreement that you can show the following:

Case 1: [tex]n=1[/tex]: [tex]2^1>1[/tex]

Case k: [tex]n=k[/tex]: assert that [tex]2^k>k[/tex]

Case k+1:
[tex]2^{k+1}=2*2^k[/tex]
[tex]2^{k+1}>2*k[/tex], by assertion
[tex]2^{k+1}>k+k[/tex]

From the last line we can unambiguously conclude that
[tex]2^{k+1}>k+1[/tex]
for any k greater than or equal to 1.

Is that not what you wanted to prove? Where does the ambiguity between "greater than" and "greater" enter?

It seems that you are asserting that
if [tex]a>b \geq c[/tex],
then [tex]a \geq c[/tex], which is not correct.
[tex]a>c[/tex] would be the correct conclusion.

[tex]a \geq c[/tex] wouldn't be correct?
 
  • #23
Hmm. "a[itex]\ge[/itex]c" includes "a> c" so I would say If it is true that a> c, then it is also true that a[itex]\ge[/itex] c. It is true that 5> 4 and also true that 5[itex]\ge[/itex]4. It is not as "precise" as saying a> c but it is still true. Perhaps belliiott4488 would disagree with that.
 
  • #24
why a>c is the correct conclusion? Can you give me some simplifed example, with real numbers?
Like when 5>4[itex]\ge[/itex]3, then 5[itex]\ge[/itex]3
 
  • #25
Yes, 5> 4[itex]\ge[/itex] 3 tells you that 5[itex]\ge[/itex] 3. I think Belliott4488 is saying that 5> 3 would be more "precise" since it would give more information. But precisely because 5> 3, it is true that 5[itex]\ge[/itex] 3.

To get back to what you were doing, you were trying to prove, by induction, that 2n> n for all positive integers n.
Okay, if n= 1 that says 21= 2> 1 which is true.

Assume that 2k> k for some k. Then 2k+1= 2(2k) and, since 2k> k, that is greater than 2k. That was where you were stuck.

My point was that you can do another induction to show that, for any positive integer n, 2n[itex]\ge[/itex]n+1. Here you must have "[itex]\ge[/itex]" since, with n= 1, 2(1)= 2= 1+ 1, not ">". But then you have 2k+1= 2(2k)> 2k[itex]\ge[/itex]k+1[/itex]. Because of the first ">", from that you can conclude either 2k+1k+1 or 2k+1[itex]\ge[/itex]k+1; they are both true but it is the first you need because that was what you were trying to prove.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
6
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 9 ·
Replies
9
Views
4K