0

In physics, the Lorentz group $O(1,3)$ is of central importance, being the setting for electromagnetism and special relativity.

According to Wikipedia:

Some texts use $O(3,1)$ for the Lorentz group; however, $O(1,3)$ is prevalent in quantum field theory because the geometric properties of the Dirac equation are more natural in $O(1,3)$.

Why is Wikipedia claiming that the geometric properties of the Dirac equation are more natural in $O(1,3)$? What does it mean for the Dirac equation to be more natural in $O(1,3)$ than $O(3,1)$? What geometry property is it? What is Wikipedia trying to say?

Here we define $O(m,n)$ via the metric $$ g = \mathrm{diag}(\underbrace{1,\ldots,1}_{m},\underbrace{-1,\ldots,-1}_{n}) $$ such that the inner product of vectors defined through the metric $g$ in the vector space $\mathbb{R}^{p,q}$ is an invariant. So $O(m,n)$ consists of general linear $GL[m+n,\mathbb{R}]$ matrices $A$ satisfying $g^{-1}A^{\mathrm{Tr}}g=A^{-1}$, where $A^{\mathrm{Tr}}$ is the transpose of $A$.

ACuriousMind
  • 124,833
  • 6
    $O(n,m)$ is isomorphic to $O(m,n)$ so your question is meaningless. – Prof. Legolasov May 04 '21 at 15:26
  • But what Wiki wrote seems meaningless, why Wiki wrote that way? thanks! – ann marie cœur May 04 '21 at 15:26
  • Whether to use $O(3,1)$ or $O(1,3)$ is purely a matter of preference. The only difference is that there will be minus signs at difference places in the equations. The physical results will be exactly the same – SolubleFish May 04 '21 at 15:28
  • 1
    Someone should modify Wikipedia appropriately – ann marie cœur May 04 '21 at 15:30
  • 2
    It is not meaningless, it is a matter of conventions, but the conventions are well motivated. If you are a mathematician you won't be able to distinguish the two, however I would invite you to do computations and carry all the annoying extra minus signs if you choose an "inconvenient" signature. – ohneVal May 04 '21 at 15:35
  • 1
    Please use formatting as intended - it took me a while to understand this question because you had used block quote formatting (the ) for your question but italics for your actual quote. – ACuriousMind May 04 '21 at 16:16
  • 1
    @anniemarieheart The groups $O(1,3)$ and $O(3,1)$ are isomorphic to each other, so the Wikipedia article's statement about the Dirac equation is incorrect as it currently stands. But maybe the author was thinking of this: the Clifford algebras with signatures $1,3$ and $3,1$ are not isomorphic to each other (https://en.wikipedia.org/wiki/Classification_of_Clifford_algebras). In the QED lagrangian, for example, you'll get factors of $i$ in different places depending on which signature you use. – Chiral Anomaly May 05 '21 at 00:09
  • Related topic here: https://physics.stackexchange.com/questions/513768/dirac-equation-without-i/513772#513772 – MadMax May 11 '21 at 20:06

3 Answers3

4

You are missing the physical information carried by the corresponding 4-vectors. The two versions just differ by "what remains positive". In QFT we often deal with collisions described in momentum space, where the zeroth component carries the interpretation of energy if you compute the norm of a four-momentum vector of a particle at rest, $$p=(E,\vec{0})$$ you get $$p^2 = E^2$$ which should be equal to the rest mass $m^2c^4$ which we also want to be positive. This is general for a massive particle, whether it is described by the Klein-Gordon Eq. or Dirac. So as you can see the time axis carries a lot of relevant information for collisions.

On the other case when you are studying general relativity (GR) the other signature is probably more common. Again the only reason being that the space part probably displays more relevant phenomena in this branch. Here time will carry a minus sign while the spatial part will be positive so metrics will usually have the form $$ds^2 = -dt^2 + \sum_{ij}dx_i dx_j $$ and as you can see making the infinitesimal time interval $dt=0$ gives immediately a positive "proper" infinitesimal distance.

At the end of the day these are conventions, as people have already mentioned in the comments $O(1,3)$ is exactly the same as $O(3,1)$.

ohneVal
  • 4,408
  • 1
  • 20
  • 30
2

The reason for this is the clifford algebra, which the gamma matrices are required to obey:

$$\{\gamma^{\mu},\gamma^{\nu}\} = 2\eta^{\mu\nu}I_{4}$$

If you choose the $(+, -,-,-)$ signature, then $\gamma^{0}$ can be diagonal and real, and you can choose the standard "the blocks of the matrices are pauli spin matrices" representation for the $\gamma^{i}$. Otherwise, you have to compromise on all of this. (the easy answer is to just multiply all of your gammas by $i$, I guess, but "not carrying factors of i" seems more natural to me)

Zo the Relativist
  • 41,373
  • 2
  • 74
  • 143
1

From the question it looks as though you are asking about the difference between adopting metric signature $(-1,+1,+1,+1)$ verses $(+1,-1,-1,-1)$. I found it more natural to do general relativity with $(-1,1,1,1)$. But there is now so much particle physics and quantum field theory that adopts $(+1,-1,-1,-1)$ that it is a pain to avoid that choice, because if you did then you would be forever worrying about signs when comparing your work with textbooks and research literature.

A reason to prefer $(-,+,+,+)$ is that then the dot product between 4-momenta has a positive dot product between 3-momenta, which makes sense. Also, one minus sign is better than three. It makes the consideration of spatial geometry more natural in GR, I would say. On the other hand a reason to prefer $(+,-,-,-)$ is that then the invariant $p_\mu p^\mu$ comes out positive for 4-momentum. More generally, one more often deals with timelike than spacelike vectors when considering evolution of particles, collisions, fields and the like, so a positive invariant for the timelike case can mean you have fewer signs to worry about in the end.

After writing the above I found that I was in agreement with another answer: that of ohneVal. So there you have it.

Andrew Steane
  • 58,183