Derive the commutation relation

121 Views Asked by At

I'm having difficulty in deriving the commutation relation:

[Eij, Ekl] = $\delta$jk Eil - $\delta$il Ekj

Here Eij is a matrix with null entries everywhere at the i'th row and j'th column, where it is 1. Can someone help me please? Thanks

1

There are 1 best solutions below

0
On BEST ANSWER

If I understand the notation correctly, $E_{ij}$ is a matrix with entries zero except the $ij$ entry which is one. Therefore, the $ab$ component of the product of two such matrices is $$(E_{ij}E_{kl})_{ab}=\sum_t (E_{ij})_{at}(E_{kl})_{tb}=\sum_t \delta_{ia}\delta_{jt}\delta_{kt}\delta_{lb}=\delta_{ia}\delta_{jk}\delta_{lb}=\delta_{jk}(E_{il})_{ab}$$

and likewise for the commuted product, leading to the commutator by making the difference.