I'm learning about different methods of regularization of divergent series like $$\sum_{n=0}^\infty \epsilon_n$$ used in theoretical physics, for instance:
- Heat kernel regularization $$\sum_{n=0}^\infty \epsilon_n e^{-\epsilon_n t}$$
- Zeta-function regularization $$\sum_{n=0}^\infty \epsilon_n^{1-t}$$
The goal is to show that the constant terms in the asymptotic expansions of these sums at $t\to 0$ coincide. I came up with the following proof, which however involves a few assumptions, any justification for which I couldn't find in my complex analysis books.
If we assume that the "heat kernel" $$K(t)=\sum_{n=0}^\infty e^{-\epsilon_n t}$$ can be analytically continued into a punctured neighborhood of zero, where it has a Laurent series $$K(t)=\sum_{n\in\mathbb{Z}}a_n t^n,$$ then the regularized sum we are looking for is clearly just $-a_1$.
Moreover, we can relate the zeta function $$\zeta(s)=\sum_{n=0}^\infty \epsilon_n^{-s}$$ to the heat kernel via the Mellin transform: $$\zeta(t-1)=\frac{1}{\Gamma(t-1)}\int_0^\infty x^{t-2}K(x)dx=\frac{1}{\Gamma(t-1)}\frac{1}{e^{2\pi it}-1}\int_\gamma x^{t-2}K(x)dx,$$ where $\gamma$ is a contour going around the positive half-line in the positive direction. Here we again have to assume that $K(x)$ decays at large $x$ sufficiently quickly and doesn't have any poles at positive $x$ (the former is obviously true assuming all $\epsilon_n$ are positive, increasing in $n$ and tend to infinity so that the sum for $K(t)$ converges in a half-plane $\Re t>t_0$). The last contour integral manifestly defines an analytic function which can now be evaluated at $t=0$. Taking the limit and using the above Laurent expansion of $K(x)$, we find $$\zeta(-1)=-\frac{1}{2\pi i}\int_\gamma x^{-2}K(x)dx=-a_1,$$ which is the desired result.
My questions are: what are the most general results about the analytic continuation of a series of the type $\sum_n e^{-\epsilon_n t}$ (or equivalently $\sum_n a_n z^{\epsilon_n}$)? Do we know that the heat kernel $K(t)$ doesn't have poles at positive $t$ and is meromorphic around zero?