prove the $\prod_{i=2}^n (1-1/i^2) = {n+1\over 2n}$ for all n greater or equal to 2.
$\pi$ should be a big pi from $i=2$ to $n$ for $(1-1/i^2)$. I'm really confused about the $\prod$ function.
UPDATE:
Suppose$\prod_{i=2}^n (1-1/i^2) = {n+1\over 2n}$ then $\prod_{i=2}^{n+1} (1-1/i^2) = {n+2\over 2(n+1)}$ so $\prod_{i=2}^{n+1} (1-1/i^2) \times \left(1-{1\over (n+1)} \right)$ then ${n+1\over 2n} \left(1-{1\over (n+1)} \right)$
but this equals $1/2$?