I would like to know an simple way to justify the convergence of the infinite product
$$\xi:=\prod_{n=2}^\infty\left(1-\frac{1}{n^2}\right)^{i^n},\tag{1}$$ where $i=\sqrt{-1}$ is the imaginary unit.
My question arises when I wondered about a similar question than [1].
Question. Please provide a justification that $\xi$ converges*, and the following inequality between its real part and its imaginary part $$\Re \xi>\Im \xi\tag{2}$$ holds. Many thanks.
*Only is required to show that the infinite product is well-defined, that is convergent (isn't required a closed-form for $\xi$, if my first question is in the literature you can to assume that it converges and solve the second question). My second question arises from a calculation that I did with a CAS.
I think thus that we need to study the partial products of our infinite product and use the perioricity of the sequence $i^n$, as $n\geq 1$ runs over positive integers.
References:
[1] Problem 3673, Crux Mathematicorum, Vol. 38(8), October 2012.
Rewrite your product using $z^w=e^{w \log z}$ (for positive real $z$). $$ \prod_{n=2}^{\infty} \left( 1- \frac{1}{n^2} \right)^{i^n} = \prod_{n=2}^{\infty} e^{\log \left( 1- \frac{1}{n^2} \right) i^n} = e^{\sum_{n=2}^{\infty} \log \left( 1- \frac{1}{n^2} \right) i^n}$$ This series is absolutely convergent, thus it is convergent. Indeed $$\sum_{n=2}^{\infty} \left| \log \left( 1- \frac{1}{n^2} \right) i^n \right| = \sum_{n=2}^{\infty}\left| \log \left( 1- \frac{1}{n^2} \right) \right| < \infty$$ is convergent since $\log \left( 1- \frac{1}{n^2} \right) \sim -\frac{1}{n^2}$.
This proves that the original product is absolutely convergent. Thus, you can rearrange the factors arbitrarily without affecting the value of the product. Moreover, every "subproduct" will be convergent and well-defined.
In particular, you can separate even terms and odd terms. Recalling that $i^{2n}= (-1)^n$ and $i^{2n+1}= (-1)^ni$ $$\prod_{n=2}^{\infty} \left( 1- \frac{1}{n^2} \right)^{i^n} = \prod_{n=1}^{\infty}\left( 1- \frac{1}{(2n)^2} \right)^{(-1)^n} \cdot \prod_{n=1}^{\infty}\left( 1- \frac{1}{(2n+1)^2} \right)^{(-1)^ni}$$ let's call $K=\prod_{n=1}^{\infty}\left( 1- \frac{1}{(2n)^2} \right)^{(-1)^n}>0$, which is not relevant for the answer of the second question. So you only have to consider the second product. Again, $$\prod_{n=1}^{\infty}\left( 1- \frac{1}{(2n+1)^2} \right)^{(-1)^ni} = \exp \left( \sum_{n=1}^{\infty} (-1)^n \log \left( 1- \frac{1}{(2n+1)^2} \right) i \right) = \cos H + i \sin H$$ where $$H=\sum_{n=1}^{\infty} (-1)^n \log \left( 1- \frac{1}{(2n+1)^2} \right)$$
So you are left to prove that $$\cos H > \sin H$$ This follows by the fact that $0 < H <\pi/4$. Indeed, the series defining $H$ is an alternating series, giving you the estimate of $H$ bounded between the first two partial summations: $$\log \left( 1- \frac{1}{5^2} \right) -\log \left( 1- \frac{1}{3^2} \right) <H< -\log \left( 1- \frac{1}{3^2} \right) $$ i.e. $$\log(27/25) < H < \log(9/8)$$ And this concludes the proof since $0 < \log (27/25)<\log (9/8) < \pi/4$.