How does Kronecker $\delta_{ijkl}$ determined?

332 Views Asked by At

Let's have symbol $\delta_{ijkl}$. Is it equal to 1 for $i = j = k = l$ and $0$ in the other cases?

1

There are 1 best solutions below

1
On

It depends on the context. $\delta_{ijkl}$ could be defined as a generalization of Kronecker delta (then it is -as you wrote- equal to 1 if $i=j=k=\ell$ and 0 otherwise), but it could also denote the Levi-Civita symbol. In 4 dimensions it's defined as

$$\delta_{ijkl} := \frac{(i-j) \cdot (i-k) \cdot (i-l) \cdot (j-k) \cdot (j-l) \cdot (k-l)}{12}$$

where $i,j,k,l \in \{1,2,3,4\}$. If you want to generalize it you can use permutations, so

$$\delta_{ijkl} = \begin{cases} 1 & (i,j,k,l) \, \, \text{is an even permutation} \\ -1 & (i,j,k,l) \, \, \text{is an odd permutation} \\ 0 & \text{otherwise} \end{cases}$$