[Math] Analytic continuation of the double sum $\sum_{n,m\ge0}x^ny^mt^{nm}$

analytic-continuationcv.complex-variablespower series

Define function $f(x,y,t)$ as the analytic continuation of the series
$$f(x,y,t)=\sum_{n,m\ge0}x^ny^mt^{nm}$$
This series definitely converges when all the arguments are small enough. I would like to understand the global properties of this function: presence of zeros, of poles or other singularities etc. In particular, I would like to locate the poles of this function w.r.t. to $y$ and find the corresponding residues.

Let us do a partial resummation
$$f(x,y,t)=\sum_{n\ge0}\frac{x^n}{1-yt^n}$$
which is possible when say $|y|,|t|<1$.

Naively, from the above expression I expect that $f(x,y,t)$ has poles in $y$ for $y=t^{-n}, n\ge0$ with residues
$$\operatorname{Res}_{y=t^{-n}}f(x,y,t)=-x^n/t^n$$

However, there is a problem here for me. I will first formulate is loosely and then give more accurate description.

The problem

I. Loose formulation. Locations of poles of $f(x,y,t)$ are independent of $x$. Therefore, we don't expect them to change if $x$ changes. However, one can prove formula $f(x^{-1},y,t)=f(x,y^{-1},t)$ (modulo not-so-interesting terms). In the lhs we've only changed $x$, and hence we don't expect locations of poles to change. On the other hand in the rhs we've changed $y\to y^{-1}$ which causes poles to invert!

II. More accurate description.
By formally operating with the series one can deduce three following properties

  1. $f(x,y,t)=f(y,x,t)$, obvious symmetry.
  2. $f(x,y^{-1},t)=-yf(xt^{-1},y,t^{-1})$ rule to invert an argument.
  3. $f(xt,yt,t)=(xyt)^{-1}(f(x,y,t)-(1-x)^{-1}-(1-y)^{-1}+1)$ scaling rule.

    Using their combination one shows that

    $$f(x^{-1},y,t)=f(x,y^{-1},t)+(1-y)^{-1}-(1-x)^{-1}$$

    Again, as stated in the loose formulation, the poles in $y$ do not seem to agree between the lhs and rhs: in the lhs they are at the points $y=t^{-n}, n\ge0$ while at the rhs at the points $y=t^n, n\ge0$.

Summary

I understand that most likely I messed up with divergent series somewhere, but I can't exactly find where. I would be grateful if somebody explained me where, but my main question is the following: what are locations and residues of poles for function $f(x,y,t)$ wrt $y$-variable? Do they depend on $x$? If yes, how?

Appendix

Here I present formal derivation of properties 2, 3.

$$f(x, y^{-1},t)=\sum_{n\ge0}\frac{x^n}{1-y^{-1}t^n}=\sum_{n\ge0}\frac{x^nt^{-n}y}{yt^{-n}-1}=-yf(xt^{-1}, y, t^{-1})$$

And

$$f(xt, yt,t)=\sum_{n,m\ge0}{x^ny^mt^{nm+n+m}}=(xyt)^{-1}\sum_{n,m\ge0}x^{n+1}y^{m+1}t^{(n+1)(m+1)}=(xyt)^{-1}\left(\sum_{n,m\ge0}-\sum_{n\ge0,m=0}-\sum_{n=0,m\ge0}+\sum_{n=0,m=0}\right)x^{n}y^{m}t^{nm}=(xyt)^{-1}(f(x,y,t)-(1-x)^{-1}-(1-y)^{-1}+1)$$

On Dmitry Vaintrob's answer

As far as I can the the factorization procedure suggested in this answer is not actually valid since the two factors has non-overlapping region of convergence. So, I'm still looking for a solution.

Best Answer

I think you can do the following (I haven't checked convergence carefully, so don't trust me too much). Write $a = \frac{m+n}{2}, b = \frac{m-n}{2}.$ Then $mn = a^2-b^2.$ Now (let's ignore indeterminacy in the square root for now), $\ x^m y^n = (xy)^a(x/y)^b$. The advantage of this sketchy manipulation is that your sum can be expressed, formally, as $$\sum_{a, b\in \frac{\mathbb{N}}{2}a\equiv b\text{ mod }1} \left((xy)^a t^{a^2}\right)\left((x/y)^b t^{-b^2}\right),$$ which is almost a product of two theta functions. A little more rigorously, if you choose square roots $\alpha^2 = xy, \beta^2 = x/y$ and a fourth root $\tau^4 = t$ and write $A = 2a, B = 2b$ then under a suitable convergence hypothesis, $$f(x,y,t) = \frac{G(\alpha,\beta,\tau)+G(-\alpha, -\beta, \tau)}{2},$$ where $$G(\alpha, \beta, \tau) = \sum_{A, B} \alpha^{A}\beta^{B}\tau^{A^2-B^2} = \left(\sum_{A} \alpha^A\tau^{A^2}\right)\left(\sum_{B}\beta^B\tau^{-B^2}\right),$$ which is actually a product of two theta functions. Of course this product cannot converge either when $|\tau|>1$ or $|\tau|<1,$ but convergence on the circle $|\tau| = 1$ with small $\alpha,\beta$ (corresponding to small $x$ compared to $y, y^{-1}$) should be enough to get your analytic continuation. From this it should not be very hard to deduce the poles. I wonder if such a formula can also be obtained from an appropriate version of the triple product identity. A little bit more context for how this problem came up could be helpful to see if this is the case.

Edit: As Lev Borisov points out, this only works when the sum is taken over $n\in \mathbb{Z}$ (equivalently, when studying $f(x,y,t) + f(x,y^{-1},t^{-1})$). As such, it is not an answer to the OP. -DV

Related Question