Infinite product identity

150 Views Asked by At

I am asked to verify the identity

$$\prod_{k = 1}^\infty\left[\frac{(1 + x^{2k - 1})(1 - x^{2k})}{(1 - x^{2k - 1})(1 + x^{2k})}\right] = \sum_{k \in \mathbb{Z}}x^{k^2}.$$

I have tried to simplify the expression inside the product on the left and then use Jacobi's triple product identity to show this but I cannot for the life of me simply the expression.

2

There are 2 best solutions below

4
On BEST ANSWER

The LHS is $$\prod_{k=1}^\infty\frac{(1-x^{4k-2})(1-x^{2k})^2}{(1-x^{2k-1})^2(1-x^{4k})} =\prod_{k=1}^\infty\frac{(1-x^{4k-2})^2(1-x^{2k})}{(1-x^{2k-1})^2} =\prod_{k=1}^\infty(1+x^{2k-1})^2(1-x^{2k}) =\sum_{m=-\infty}^\infty z^{m^2}$$ by the Jacobi triple product.

0
On

Another way is to multiply and divide by $\prod(1+x^{2k-1})$ to get $$\prod_{k\geq 1}\frac{(1+x^{2k-1})^2(1-x^{2k})}{(1-x^{2k-1})(1+x^k)}$$ The denominator can be written as $$\prod_{k\geq 1}(1-x^{2k-1})\cdot\frac{1-x^{2k}}{1-x^k}=\prod_{k\geq 1}\frac{1-x^k}{1-x^k}=1$$ and hence the desired product is equal to $$\prod_{k\geq 1}(1+x^{2k-1})^2(1-x^{2k})=\sum_{k\in\mathbb {Z}} x^{k^2}$$ via Jacobi Triple Product. Often these product manipulations look trivial when one writes out a few terms and does the cancellation / combination of terms.