This is my first question. I hope it wouldn't be bad received.
I found this question in an old math book and I really got stuck
I have to demonstrate the following propositions : $$ \forall n \in \mathbb{N^*}$$
$1)$ $\qquad $ $ (1- \frac{1}{2^2})(1- \frac{1}{3^2})* ...*(1- \frac{1}{n^2}) = \frac{1}{2} ( \frac{n+1}{n})$
$2)$ $\qquad\displaystyle\sum_{k=1}^{k=n} \frac{1}{\sqrt{k}} \le 2\sqrt{n} $
I hope I asked this question correctly because it's my first attempt.
By an analogue of telescoping series to that of telescoping product (I will leave this as an exericise), we can write $$\displaystyle\prod_{i=2}^n\left(\dfrac{i-1}{i}\cdot\dfrac{i+1}{i}\right)=\dfrac{1}{2}\cdot \dfrac{n+1}{n}$$
To show that $\displaystyle\sum_{k=1}^{n}\dfrac{1}{\sqrt{k}}\le 2\sqrt{n}$, we can use the lower Riemann sum of $f_n$ and the integral $\displaystyle\int_0^n f_n(x)\mathrm{dx}$.
Let $$\mathcal{F}=\{[i-1,i]:i\in\mathbb{N},1\le i\le n\}$$ be a partition of the interval $[0,n]$.
The lower Riemann sum $S$ of $f_n$ is given by $$S=\displaystyle\sum_{k=1}^{n}\dfrac{1}{\sqrt{k}}$$
We have $$\displaystyle\int_0^n f_n(x)\mathrm{dx}=\displaystyle\int_0^n \dfrac{1}{\sqrt{x}}\mathrm{dx}=2\sqrt{n}$$
Using the fact that $S\le\displaystyle\int_0^n f_n(x)\mathrm{dx}$ we have $$\displaystyle\sum_{k=1}^{n}\dfrac{1}{\sqrt{k}}\le 2\sqrt{n}$$