So I have to prove the following using induction.
${\displaystyle \prod_{i=2}^{i=n} \left(1-\frac{1}{i^2}\right)} = \frac{n+1}{2n}$
I showed the basis step that if $n=i=2$, then the two functions are equal $\frac{3}{4}$, and I know that the induction step involves simplifying the function where $n=n+1$. But I'm not sure how to do it with the following algorithm. I am quite confused. Can someone show me how I can prove this in the induction step?