Can someone help me with this proof?
Prove that for $n≥1$, $\displaystyle\sum_{i=1}^n \dfrac 1 {i^2} \le 2 -\dfrac 1 n$.
The Base Case is easy but for my induction step, I get stuck at...
(sum from i=1 to k+1 of 1/i^2) ≤ 2 - 1/(k+1)
(sum from i=1 to k of 1/i^2) + 1/(k+1)^2 ≤ 2 - 1/(k+1)
The induction step: Suppose the result is true when $n=k$. We show the result is true when $n=k+1$.
By the induction hypothesis, we have $$1+\frac{1}{2^2}+\cdots+\frac{1}{k^2}+\frac{1}{(k+1)^2}\le 2-\frac{1}{k}+\frac{1}{(k+1)^2}=2-\left(\frac{1}{k}-\frac{1}{(k+1)^2}\right).$$
Now it is enough to show that $\frac{1}{k}-\frac{1}{(k+1)^2}\ge \frac{1}{k+1}$.
Equivalently, we want to show that $(k+1)^2-k\ge k(k+1)$. (We cleared denominators.) This is obvious, since $(k+1)^2-k=k^2+k+1$.