I have just come across something in my reading of Peskin and Schroeder that claims that because a function, in this particular case a two-point correlation function, is translationally invariant, it automatically has a diagonal momentum space representation. I am not seeing this relationship, and I was hoping someone could clarify this for me!
4 Answers
This is just a property of Fourier transformations. If the correlation function is translational invariant then, by definition, the position space representation $D(x,y)$ transforms as $D(x+a,y+a) = D(x,y)$ for any constant $a$. Thus $D(x,y) = D(x-y,0)$ and so the correlator depends only on the difference $x-y$. For simplicity, we'll define $D(x-y) = D(x-y,0)$. Fourier transform this over both $x$ and $y$ and you'll find it diagonal in momentum space. For example, in one dimension, \begin{eqnarray} \tilde{D}(p,q) &\sim& \int dx dy e^{ipx + iqy} D(x-y)\\ &=& \int du dy e^{ipu} e^{i(p+q)y} D(u) \\ &\sim& \tilde{D}(p) \delta(p+q) \end{eqnarray}
where I'm neglecting to keep track of the constants. The result is diagonal in momentum space by virtue of the delta-function, enforcing $q=-p$.

- 445
-
interesting that you defined a translationally invariant correlation function as one that depends only on the combination (x-y). Of course it seems reasonable, as any translation will automatically be cancelled by the subtraction – Nick Murphy Sep 26 '15 at 16:47
-
1I clarified where the dependence on only $x-y$ comes from. – josh314 Sep 26 '15 at 18:30
-
Nick, glad I could help. If you believe this has addressed your question sufficiently, would you be so kind as to accept it as the answer? – josh314 Sep 27 '15 at 01:19
-
I did accept the answer I believe? I just click the up button, correct? Just for the sake of clarification, a three point correlation function would then have to depend on some combination like x+y-2z, making it two dimensional in momentum space, correct? – Nick Murphy Sep 27 '15 at 08:10
-
Nick, notice that some questions will have a green check mark next to the top answer, for example, http://physics.stackexchange.com/questions/20813/how-would-a-black-hole-power-plant-work. Such answers have been "accepted" by the poster of the question. Only the original poster (OP) can accept an answer although any user with sufficient privileges can upvote or downvote an answer. Upvoting/downvoting is done by clicking the up/down arrows next to answer. To accept an answer there should be a greyed-out checkmark you can click on. You can only accept one answer per question. – josh314 Sep 27 '15 at 13:36
-
Nick, as to your question about n-point functions, I think the n-point function should depend on all possible pairs of differences of the n points. So, for the 3-point function, $D(x,y,z) = D(x-y,x-z,y-z)$. I'm not 100% sure about the exact momentum space representation, but you're right that there should only be two free momenta due to momentum conservation. – josh314 Sep 27 '15 at 13:44
-
Ok I accepted it! – Nick Murphy Sep 27 '15 at 19:42
The fact that the system is translationally invariant implies that the translation operator commutes with the Hamiltonian. This implies that they have a basis of mutual eigenstates. Since the momentum operator generates the translations, i.e. $$T =e^{-\imath x p}$$ a state is an eigenstate of the translation operator if and only if it is an eigenstate of the momentum operator.

- 9,101
-
ok I see this. But I don't see how this implies that the correlation function is diagonal. Maybe you are saying that the correlation function is itself an inner product of hamiltonian eigenstates, implying that each is itself an eigenstate of the momentum operator? – Nick Murphy Sep 26 '15 at 11:14
-
@NickMurphy : Think about an operator's representation in its own eigenspace representation !! – user35952 Sep 26 '15 at 13:07
-
@user35952 Hey ok I think I see what you are saying is that of course any operator is diagonal in a basis of its own eigenstates. But this seems to prove to me that one CAN choose a momentum basis that diagonalizes the correlation function. Not that it is necessarily so – Nick Murphy Sep 26 '15 at 13:14
-
@NickMurphy : Yes. But the choice is always there when, especially so, when Hamiltionian commutes with the translation operator and hence with the momentum operator as well !! – user35952 Sep 26 '15 at 13:16
-
-
Part of the reason for my confusion, is that peskin and schroeder say that the correlation function MUST be diagonal on the translationally invariant vacuum, which doesn't seem true. – Nick Murphy Sep 26 '15 at 13:23
I guess what is to be noted here is the fact that, the Correlation function (operator), commutes with the momentum operator, since
$$ [D,\text e^{ixp}] = 0 \implies [D,p] = 0 $$
Having that to be the case, one can recollect that any operator represented in its own eigenspace is diagonal should answer your question.
PS : I am not completely sure about the question(answer) , so this is just my persepective

- 2,965
-
I'm still not quite sure why we are talking about the hamiltonian here. I am talking purely about the correlation function, which does not involve the hamiltonian, but quantum fields. – Nick Murphy Sep 26 '15 at 13:28
-
@NickMurphy : My bad, I was solving something else and it got mixed up !! – user35952 Sep 26 '15 at 14:38
-
To expand on the answer given by @By Symmetry, let the two point function be defined as $$ f(x_1,x_2)=\langle\Omega|\, \phi(x_1)\phi(x_2)\,|\Omega\rangle. $$ In order the above to be translationally invariant one must require that $$ \langle\Omega|\,\left[P, \phi(x_1)\phi(x_2)\right]\,|\Omega\rangle = 0 $$ where $P$ is the generator of the translations as defined as a one-parameter unitary group. This does not in general require the commutator to be always zero (it just requires it to be so on the vacuum state); however if you want this relation to hold on every state $|\psi\rangle$ then the commutator always being zero implies that $P$ and $\phi(x_1)\phi(x_2)$ have a set of common eigenstates where they could be simultaneously diagonalised.

- 5,940
- 14
- 25
-
Ok so this seems ok, but the correlation function is only defined to on the vacuum state. So extrapolating to all states seems invalid. And even then, it seems you have proven that the correlation function can be made diagonal in momentum space, but isn't necessarily so, as all we have shown is that there exists one such basis, but not that every momentum basis diagonlizes both – Nick Murphy Sep 26 '15 at 12:55
-
In Peskin in schroder, on page 381, he states that on the translationally invariant vacuum, the correlation function MUST be diagonal in momentum space, i.e more than it is just possible to choose such a momentum basic. – Nick Murphy Sep 26 '15 at 13:30
-
Yes, I found it. I believe the correct answer is the one provided by @josh314 http://physics.stackexchange.com/q/209231 – gented Sep 26 '15 at 16:58