0

From Zee's book on group theory, he mentioned that factor $1/2$ is conventional due to historical reasons, but I thought that it was risen to match the Lie algebra of $SO(3)$?

For $N=2$, the hermiticity condition $\begin{pmatrix}u & w \\ z & v\end{pmatrix}^\dagger = \begin{pmatrix}u^* & z^* \\ w^* & v^*\end{pmatrix} = \begin{pmatrix}u & w \\ z & v\end{pmatrix}$ implies that $u$ and $v$ are real and $w = z^*$, while the traceless condition gives $v = - u$. Thus, in general, $$H = \begin{pmatrix}u & z^* \\ z & -u\end{pmatrix} = \frac{1}{2} \begin{pmatrix}\theta_3 & \theta_1 -i \theta_2 \\ \theta_1 + i \theta_2 & - \theta_3\end{pmatrix} \tag{17}$$ where $\theta_1$, $\theta_2$, and $\theta_3$ denote three arbitrary real numbers. (The factor of $\frac{1}{2}$ is conventional, due partly to historical reasons. I explain the reason for its inclusion in chapter IV.5.)

It is standard to define the three traceless hermitean matrices known as Pauli matrices, as $$\sigma_1 = \begin{pmatrix}0 & 1 \\ 1 & 0\end{pmatrix}, \quad \sigma_2 = \begin{pmatrix}0 & -i \\ i & 0\end{pmatrix}, \quad \sigma_3 = \begin{pmatrix}1 & 0 \\ 0 & -1\end{pmatrix} \tag{18}$$ The most general $2$-by-$2$ traceless hermitean matrix $H$ can then be written as a linear combination of the three Pauli matrices: $H = \frac{1}{2}(\theta_1 \sigma_1 + \theta_2 \sigma_2 + \theta_3 \sigma_3) = \sum_{a=1}^{3} \frac{1}{2} \theta_a \sigma_a$. An element of $SU(2)$ can then be written as $U = e^{i \theta_a \sigma_a/2}$ (with the repeated index summation convention).

Qmechanic
  • 201,751
Houssam
  • 1
  • 1

1 Answers1

4

Lie Algebras are vector spaces, and the commutation relations in then are simply relations between elements of a basis of the vector space. Both in $SU(2)$, $SO(3)$, and in any other group, the normalization chosen is a matter of convention. Notice that if we pick the $SO(3)$ algebra $$[J_i, J_j] = i \epsilon_{ijk} J_k,$$ we could perfectly well define $K_i = \alpha J_i$ and get $$[K_i, K_j] = i \alpha \epsilon_{ijk} K_k,$$ and now describe the algebra in terms of the generators $K_i$. They are just a different basis of the same vector space.

Hence, there is no problem with matching the Lie algebra of $SO(3)$, as that is also defined by convention.

As an example of how the choice of $\alpha$ is merely a convention, notice that, for $\alpha=1$, one has that $-i[K_i,K_j]$ is an element of the Lie algebra. This is the convention used in Physics. It is then interesting to notice that in Mathematics one has that if $X$ and $Y$ are elements of the Lie algebra, $[X,Y]$ is in the Lie algebra instead of $-i[X,Y]$ (see Theorem 3.20 in Brian C. Hall's Lie Groups, Lie Algebras, and Representations). This is because physicists write the group elements as $e^{i t X}$, so the generator $X$ is Hermitian for a unitary group. Mathematicians prefer to write simply $e^{t X}$. Hence, mathematicians use $\alpha = i$. The definitions of Lie algebra are then a little different (and I'm sort of cheating by considering imaginary $\alpha$, since it flips between the definitions), but this shows how arbitrary the convention on even the definition of the Lie algebra is.

  • 1
    You didn't mention anything related to History. I don't see how you have answered my question. What you mentioned is quite obvious. – Houssam Aug 01 '22 at 01:45
  • @Houssam My interpretation of your question was that you did not understand how the factor of 1/2 was a convention, so my answer shows how you can "redefine the Lie Algebra" to match whichever convention you prefer. Furthermore, notice that a better home for questions about History of Science is History of Science and Mathematics Stack Exchange – Níckolas Alves Aug 01 '22 at 02:09
  • I'm not asking here for the history; I'm asking what the convention that is due to the History. Sorry if my question wasn't clear – Houssam Aug 01 '22 at 02:48
  • 1
    @Houssam The historical convention is that $\alpha=1$. Someone in the past picked that as a convention, and now that's the convention everyone uses. If your question is about who the someone is, when they did it, and/or why, this is a history of science question. – Andrew Aug 01 '22 at 13:05
  • 1
    Oftentimes "historical convention" is a euphemism for "there's no logically compelling reason to use this convention over another one, except it's widely used and it would be confusing to use a different choice." – Andrew Aug 01 '22 at 13:11
  • @Andrew It was not a convention, it had a reason. It goes back to Lie where he derived the generators by using exp. He didn't choose α=1, The antisymmetric matrices lead naturally to α=1. – Houssam Aug 01 '22 at 19:59
  • @Houssam I'm not so sure. In Math, one typically uses imaginary values of $\alpha$ (see the added paragraph on my answer for a reference), so there is a good chance Lie wasn't led to $\alpha=1$: if he chose to write $e^{t X}$ instead of $e^{i t X}$ (which is fairly natural if you're not doing Quantum Mechanics), then he was led to $\alpha = i$. This, of course, is just an expression of the fact that it is a convention. If one chose to write $e^{i \pi t X}$, one would be led to $\alpha = \frac{1}{\pi}$. – Níckolas Alves Aug 01 '22 at 21:58
  • 1
    In physics, another common convention is $\alpha=\hbar$. When working in units where $\hbar\neq 1$, this lets you equate the Lie algebra generators with the components of the angular momentum operator. – Andrew Aug 01 '22 at 23:06
  • @NíckolasAlves Wrong, The Generator satisfy $\left[J_{i}, J_{j}\right]=\epsilon_{i j k} J_{k}$,Its physicists who putted i in generators which led to α=i . For reference consider Group theory by Zee and Physics from Symmetry by Jakob. – Houssam Aug 02 '22 at 22:55