Yesterday at university a professor gave us two problems that left many doubts.
1) $\displaystyle \sum_{i=1}^n \frac{1}{i^2} \leq 2-\frac1{n}$,
2) $\displaystyle \sum_{i=1}^n \frac1{n+i} \leq \frac3{4}$.
I tried to solve both using the "classic" induction way initially, so I try for $n=0$ first, then I assume $n$ is right and finally I try with $n+1$; with some shift in the summation etc, in both situation I could say that the second term of "$n+1$" is always bigger than the second term of "$n$", so if I say so, is this enough? Are there other way to solve this? Thanks a lot!
As regards the first sum, we have that $$\sum_{i=1}^n \frac{1}{i^2}\leq 1+\sum_{i=2}^n \frac{1}{i(i-1)}= 1+\sum_{i=2}^n \left(\frac{1}{i-1}-\frac{1}{i}\right)=1+1-\frac{1}{n}=2-\frac{1}{n}.$$
Hint for the second sum. Show that for $i=1,\dots,n$, $$\frac1{n+i}+\frac1{n+(n+1-i)}\leq \frac{3}{2n}.$$