How to Complete the Inductive Step in a Series Inequality Proof?

  • Thread starter Thread starter sbc824
  • Start date Start date
  • Tags Tags
    Proof
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
4 replies · 2K views
sbc824
Messages
5
Reaction score
0

Homework Statement



i=1 Sigma n (1/i2) <= 2 - (1/n)


The Attempt at a Solution



I've done the basic step and assumption step...little stuck on the inductive step

So far I have...

show 1 + 1/4 + 1/9 + 1/16 +...+ (1/k2) + (1/(k+1)2) <= 2 - (1/k+1)
 
Physics news on Phys.org
sbc824 said:

Homework Statement



i=1 Sigma n (1/i2) <= 2 - (1/n)

The Attempt at a Solution



I've done the basic step and assumption step...little stuck on the inductive step

So far I have...

show 1 + 1/4 + 1/9 + 1/16 +...+ (1/k2) + (1/(k+1)2) <= 2 - (1/k+1)
To clarify matters:

I take it that you need to prove (by induction) that:
[itex]\displaystyle <br /> \sum_{i=1}^{n}\frac{1}{i^2}\le2-\frac{1}{n}\ .[/itex]​

Is that correct?

So, you have assumed that 1 + 1/4 + 1/9 + 1/16 +...+ (1/k2) ≤ 2 - (1/k) ,

and you need to show that 1 + 1/4 + 1/9 + 1/16 +...+ (1/k2) + (1/(k+1)2) ≤ 2 - (1/(k+1)) .

Is that correct?

What have you tried, in this effort?

BTW: Please learn to use parentheses, so that your mathematical expressions say what you mean for them to say.
 
SammyS said:
To clarify matters:

I take it that you need to prove (by induction) that:
[itex]\displaystyle <br /> \sum_{i=1}^{n}\frac{1}{i^2}\le2-\frac{1}{n}\ .[/itex]​

Is that correct?

So, you have assumed that 1 + 1/4 + 1/9 + 1/16 +...+ (1/k2) ≤ 2 - (1/k) ,

and you need to show that 1 + 1/4 + 1/9 + 1/16 +...+ (1/k2) + (1/(k+1)2) ≤ 2 - (1/(k+1)) .

Is that correct?

What have you tried, in this effort?

BTW: Please learn to use parentheses, so that your mathematical expressions say what you mean for them to say.

Yes, that is correct...I've done equality inductive proofs, but have not encountered less than or greater than type proofs...so I'm not sure how to begin.
 
The idea is almost exactly the same as equality. Starting from where you left off you have [itex]\sum_{i=1}^{n}\frac{1}{i^2} + \frac{1}{n+1}[/itex]≤ 2- [itex]\frac{1}{n+1}[/itex]
See what happens if you combine like terms and use what you already know about [itex]\sum_{i=1}^{n}\frac{1}{i^2}[/itex] to help you out.
 
sbc824 said:
Yes, that is correct...I've done equality inductive proofs, but have not encountered less than or greater than type proofs...so I'm not sure how to begin.
Let's see:

You are assuming that some k,
1 + 1/4 + 1/9 + 1/16 +...+ 1/k2 ≤ 2 - (1/k) .​

Adding 1/(k+1)2 to both sides gives you that
1 + 1/4 + 1/9 + 1/16 +...+ 1/k2 + 1/(k+1)2 ≤ 2 - (1/k) +1/(k+1)2 .​

So, if you can show that 2 - (1/k) +1/(k+1)2 ≤ 2 - 1/(k+1), then you should be able to complete the proof.