Book (Altland and Simons, Ch 10, Eq. 10.41) I am reading used the integral:
$$\int_{0}^{2\pi}\frac{dk}{2\pi}\,e^{-s(e^{-ik}-1)+ikm}=\frac{s^{m}}{m!}e^{-s},\quad m\in\mathbb{Z},\, s\in\mathbb{R}.$$
It says that it is easily shown using Taylor expansion of the exponent and and the identity:
$$\int_{0}^{2\pi}\frac{dk}{2\pi}\,e^{ink}=\delta_{n,0},\quad n\in\mathbb{N}.$$
I don't see how to solve this integral using the methods proposed in the book, can somebody fill in the details?
I'll assume that the $-s$ in the integrand's exponent means $s$ instead. $$\begin{align*}&\phantom{~=} \int_0^{2\pi}\frac 1 {2\pi}e^{s(e^{-ik}\;-1)+ikm}\,dk\\&= \int_0^{2\pi}\frac 1 {2\pi}e^{-s+ikm}\left(\sum_{n=0}^\infty \frac 1 {n!}\left(se^{-ik}\right)^n\right)dk\\&= \sum_{n=0}^\infty \frac {e^{-s}s^n} {n!}\left(\int_0^{2\pi}\frac 1 {2\pi}e^{ikm-ikn}dk\right)\\&= \sum_{n=0}^\infty \frac {e^{-s}s^n} {n!}\delta_{m,n}\\&= \frac{e^{-s}s^m}{m!} \end{align*}$$