.. _worldline: ************************* The Worldline Formulation ************************* We can find an exact rewriting of the constrained :class:`~.Villain` model by first 'integrating' by parts, .. math:: \begin{aligned} S_J[\phi, n, v] &= \frac{\kappa}{2} \sum_{\ell} (d\phi - 2\pi n)_\ell^2 + 2\pi i \sum_\ell \delta(v/W + J/2\pi)_\ell n_\ell \end{aligned} and applying link-by-link the Poisson summation formula .. math:: \sum_n \exp\left\{- \frac{\kappa}{2} (\theta - 2\pi n)^2 + i n \tilde{\theta}\right\} = \frac{1}{\sqrt{2\pi\kappa}} \sum_m \exp\left\{ - \frac{1}{2\kappa} \left(m - \frac{\tilde{\theta}}{2\pi}\right)^2 - i \left(m - \frac{\tilde{\theta}}{2\pi}\right) \theta\right\} with $\theta \rightarrow\; d\phi$ and $\tilde{\theta} \rightarrow\; \delta (2\pi v / W + J)$ to find .. math:: \begin{aligned} Z[J] &= (2\pi\kappa)^{-|\ell|/2}\sum\hspace{-1.33em}\int D\phi\; Dm\; Dv\; e^{-S_J[\phi, m, v]} \\ S_J[\phi, m, v] &= \frac{1}{2\kappa} \sum_\ell \left(m - \delta\left(\frac{v}{W} + \frac{J}{2\pi}\right)\right)_\ell^2 - i \sum_\ell \left(m - \delta\left(\frac{v}{W} + \frac{J}{2\pi}\right)\right)_\ell (d\phi)_\ell. \end{aligned} 'Integrating' by parts again transforms the action to .. math:: S_J[\phi, m, v] = \frac{1}{2\kappa} \sum_\ell \left(m - \delta\left(\frac{v}{W} + \frac{J}{2\pi} \right)\right)_\ell^2 - i \sum_x \left(\delta m\right)_x \phi_x and we dropped the $\delta^2$ term because $\delta^2=0$. That leaves us with .. math:: \begin{aligned} Z[J] &= (2\pi\kappa)^{-|\ell|/2} \sum\hspace{-1.33em}\int D\phi\; Dm\; Dv\; e^{-S_J[\phi, m, v]} \\ S_J[\phi, m, v] &= \frac{1}{2\kappa} \sum_\ell \left(m - \delta\left(\frac{v}{W} + \frac{J}{2\pi}\right)\right)_\ell^2 - i \sum_x (\delta m)_x \phi_x \end{aligned} However, we can now execute the integral over $\phi$, which just sets $\delta m=0$ everywhere, .. math:: \begin{aligned} Z[J] &= (2\pi)^{|x|}(2\pi\kappa)^{-|\ell|/2} \sum Dm\; Dv\; e^{-S_J[m, v]} \left[\delta m = 0\right] \\ S_J[m, v] &= \frac{1}{2\kappa} \sum_\ell \left(m - \delta\left(\frac{v}{W} + \frac{J}{2\pi} \right)\right)_\ell^2 \end{aligned} where $[\delta m = 0]$ is the `Iverson bracket`_ and we picked up a $2\pi$ for every site since $\int d\phi\; e^{i o \phi} = 2\pi \delta(o)$. We can cast the dimensionless constants up into the action .. math:: \begin{aligned} Z[J] &= \sum Dm\; Dv\; e^{-S_J[m, v]} \left[\delta m = 0\right] \\ S_J[m, v] &= \frac{1}{2\kappa} \sum_\ell \left(m - \delta\left(\frac{v}{W} + \frac{J}{2\pi} \right)\right)_\ell^2 + \frac{|\ell|}{2} \ln (2\pi \kappa) - |x| \ln 2\pi \end{aligned} which will make functional differentiation more straightforward. .. collapse :: We can repeat the whole calculation with W=∞. :class: note Replacing the Lagrange multiplier in the Villain formulation with a real-valued multiplier as in the :ref:`vortex-free model ` .. math:: \begin{aligned} 2\pi i \sum_p (v/W)_p (dn)_p &\rightarrow i \sum_p \tilde{v}_p (dn)_p & \end{aligned} and path integrating over $\tilde{v}$ rather than path summing over $v$ replaces Kronecker-δs with Dirac-δs, killing all vortices rather than restricing them to $0\;(\text{mod }W)$. The $W=\infty$ result is .. math :: \begin{aligned} Z[J] &= \sum\hspace{-1.33em}\int Dm\; D\tilde{v}\; e^{-S_J[m, \tilde{v}]} \left[\delta m = 0\right] \\ S_J[m, \tilde{v}] &= \frac{1}{2\kappa} \sum_\ell \left(m - \delta\left(\frac{\tilde{v} + J}{2\pi} \right)\right)_\ell^2 + \frac{|\ell|}{2} \ln (2\pi \kappa) - |x| \ln 2\pi \end{aligned} Perhaps obviously, we could have just set $v\rightarrow 0$ and integrated over $J\rightarrow \tilde{v}$. We can make this dual look more like the original Villain formulation by multiplying by $1 = (2\pi)^2 / (2\pi)^2$, .. math :: S_J[m, \tilde{v}] = \frac{1}{2\kappa (2\pi)^2} \sum_\ell \left(\delta\left(\tilde{v} + J \right) - 2\pi m \right)_\ell^2 + \frac{|\ell|}{2} \ln (2\pi \kappa) - |x| \ln 2\pi and comparing with the original Villain formulation we can find the self-dual radius by setting .. math :: \begin{aligned} \frac{\kappa}{2} &= \frac{1}{2\kappa (2\pi)^2} & \rightarrow&& \kappa &= \frac{1}{2\pi} \end{aligned} The rule is that we can go to $W=\infty$ by replacing .. math :: \begin{aligned} 2\pi v/W &\rightarrow \tilde{v} \in \mathbb{R} & v/W & \rightarrow \tilde{v} / 2\pi \end{aligned} and integrating $\tilde{v}$ over the real numbers. .. autoclass :: supervillain.action.Worldline :members: .. _Iverson bracket: https://en.wikipedia.org/wiki/Iverson_bracket