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?
Induction Hypothesis: ${\displaystyle \prod_{i=2}^{i=n} (1-\frac{1}{i^2})} = \frac{n+1}{2n}$
Now, we need to prove it for $n+1$ case.
${\displaystyle \prod_{i=2}^{i=n+1} (1-\frac{1}{i^2})} = (1-\frac{1}{(n+1)^2}) *{\displaystyle \prod_{i=2}^{i=n} (1-\frac{1}{i^2})} = (1-\frac{1}{(n+1)^2})*\frac{n+1}{2n} = \frac{n^2 + 2n}{(n+1)(2n)} = \frac{n+2}{2(n+1)}$
Hence Proved