Prove by mathematical induction. I was hoping if someone could give me a hint on how to solve this problem.
$$\frac{1}{1^2}+ \frac {1}{2^2} + ....+ \frac{1}{n^2} < 2 - \frac {1}{n} $$ for all integers $n\geq 2$.
Prove by mathematical induction. I was hoping if someone could give me a hint on how to solve this problem.
$$\frac{1}{1^2}+ \frac {1}{2^2} + ....+ \frac{1}{n^2} < 2 - \frac {1}{n} $$ for all integers $n\geq 2$.
$$ \implies \frac{1}{1^2}+ \frac {1}{2^2} + ....+ \frac{1}{k^2}+\frac{1}{(k+1)^2} < 2 - \frac {1}{k}+\frac{1}{(k+1)^2} \\ =2 -( \frac {1}{k}-\frac{1}{(k+1)^2}) \\=2 -\frac{k^2+k+1}{k(k+1)^2} \\ < 2 -\frac{k^2+k}{k(k+1)^2} \\= 2 -\frac{1}{k+1}$$