erok81
- 454
- 0
Homework Statement
Use mathematical induction to prove the following statement.
n \geq 2,~ \sum_{k=1}^{n} \frac{1}{k^2}~<~1-\frac{1}{n}
Homework Equations
The Attempt at a Solution
This is the third problem I've done of this type, so I am by no means an expert. So this attempt may be completely wrong.

Basis step:
Prove that P(2) is true. The examples in the text start with proving 1 first. Since this is for all n greater or equal to 2, I figured I would start at the lowest possible n. Except the sum starts at 1 - so I was a little unsure here.
\frac{1}{2^2}~<~1-\frac{1}{2}~\Rightarrow~ \frac{1}{4}<\frac{1}{2}
This is true and therefore P(2) is true.
Induction step:
Assume that P(k) is true.
This is just a matter of replacing the n's and k's with k.
This yields:
\frac{1}{k^2}~<~1-\frac{1}{k}
Next, prove that P(k+1) is true. Here obviously the k's are replaced by (k+1)'s.
\frac{1}{(k+1)^2}~<~1-\frac{1}{(k+1)}
Since k comes before k+1 in the sum I tried this on the LHS...
\frac{1}{k^2}+\frac{1}{(k+1)^2}~<~1-\frac{1}{(k+1)}
This didn't work. I tried combining the LHS into one fraction. Same on the RHS. But could see definite proof that the RHS was greater than the LHS.
What step am I missing? Is there a better way to prove this?