I have recently attempted to simplify this $$ P(n) = \prod_{v=2}^{n} (2 + \frac{2}{v^2 - 1}) $$
I have reached an answer (which is wrong) through the following steps:
rearranging what is inside the brackets
$$\prod_{v=2}^{n} (2 + \frac{2}{v^2 - 1}) = \prod_{v=2}^{n} (\frac{2v^2}{v^2 - 1}) $$ separating the equation into two $$2^n \prod_{v=2}^{n} v^2 \cdot \prod_{v=2}^{n} (\frac{1}{v^2 - 1}) $$ using $ i = v^2$ to get rid of $v^2$ (change the lower bound too) $$2^n \prod_{i=4}^{n} i \cdot \prod_{i=4}^{n} (\frac{1}{i - 1}) $$ using properties to simplify and get rid of pi notation $$ 2^n(n! - 3!) \cdot \frac{1}{(n-1)!-2!}$$ which then simplifies to $$ \frac{2^n(n! - 6)}{(n-1)! - 2} $$
I have since tested if my answer is right by plugging in different values of $n$ and it is definitely not right. I don't understand where I went wrong. Was there a property that I used was invalid? I also wasn't sure about the $i=v^2$ part and just assumed I could do that so maybe that's where I went wrong?
The mistake is in saying "Using $i=v^2$, and then letting $i$ run from $4$ to $n$.
That means that
Also, a minor mistake you made is that if the product goes from $v=2$ to $v=n$, there are $n-1$ factors, so taking $2$ out of the product should result in $2^{n-1}$, not $2^n$.
It is generally not a good idea to make a switch to indices that will no longer be consequtive. Instead, I suggest you simplify your equation further, using a couple of things: