[Physics] Cross-product within commutator

angular momentumcommutatorhomework-and-exercisesoperators

I've been trying to prove some commutator identities of angular momentum, and I don't want to go brute force and prove for each coordinate seperately.
So I tried using the Levi-Civita formalism for the cross product-

$$[\mathbf{a}\times \mathbf{b}]_i=\epsilon _{ijk}a_jb_k$$

My question is, how do I treat $\epsilon_{ijk}$ within a commutator.

I tried reading some proofs on this site, and follow the apparent rules they used.
But I still don't understand exactly how it is done, as I got stuck here:

$$[P_i, L_j]=[P_i, \epsilon_{ijk} X_k P_i]=\epsilon_{ijk}([P_i,X_k]P_i+X_k[P_i,P_i])=\epsilon_{ijk}[P_i,X_k]P_i=\epsilon_{ijk}(-i\hbar\delta_{ik})P_i$$

It seems to me like this equals zero, since the $\delta$ forces the $\epsilon_{ijk}$ to be $\epsilon_{kjk}=0$.

I know this is wrong, but what is right?

Best Answer

$$ [P_i,L_j]=\varepsilon_{jkl} ([P_i, X_k]P_l+X_k[P_i,P_l])=-\mathrm{i}\hbar \varepsilon_{jkl}\delta_{ki}P_l = -\mathrm{i} \varepsilon_{jil} P_l = \mathrm{i}\varepsilon_{ijl} P_l$$

Which shows that as expected $P_k$ is a vector.

The lesson here is that you should not use the same letter twice as an external index and a dummy index. Here $i, j$ are external indices, so when writing the cross product with implied sum you should use something like $L_j=\sum_{kl}\varepsilon_{jkl} X_kP_l=\varepsilon_{jkl} X_kP_l$.

Related Question