\begin{equation} \prod_{n=2}^{\infty} \left (1-\frac{2}{n(n+1)} \right )^2 \end{equation}
I need to find limit for the following product..answer is $\frac{1}{9}$.
I have tried cancelling out but can't figure out.
Its a monotonically decreasing sequence so will converge to its infimum.. how to find the infimum?
$$1-\frac2{n(n+1)}=\frac{(n+2)(n-1)}{n(n+1)}=\frac{n-1}n\cdot\frac{n+2}{n+1}$$ waiting for a lot of cancellations
$$\prod_{n=2}^r\left(1-\frac2{n(n+1)}\right)=\left(\prod_{n=2}^r\frac{n-1}n\right)\left(\prod_{n=2}^r\frac{n+2}{n+1}\right)=\frac1r\cdot\frac{r+2}3$$
Now set $r\to\infty$