Prove using mathematical induction:
$$\forall n \ge 1, \sum _{i=1}^n \frac 1 {i^2} \le 2$$
I have seen this problem from the note of CS70 which is Berkeley's discrete math course. This problem illustrates strengthening the induction hypothesis. First, we can not prove that using induction, but then the note tells that we can prove that is less than $2-\frac 1 n$, so my question is how can we think about the question from proving it less than 2 to less than $2- \frac 1 n$? Thanks for your help!
Prove by induction that $\sum_{i=2}^n\frac{1}{i(i-1)}=1-\frac{1}{n}$ so $\sum_{i=1}^n\frac{1}{i^2}\le 2-\frac{1}{n}$.