Skip to content
Part IA Michaelmas, Lent, Easter Term

Kronecker Delta and Levi-Civita Symbol

Kronecker Delta

δij={1i=j0ij\delta_{ij} = \begin{cases} 1 & i = j \\ 0 & i \neq j \end{cases}

This is the identity matrix in index notation: Iij=δijI_{ij} = \delta_{ij}.


Properties

Contraction:

δikAkj=Aij\delta_{ik} A_{kj} = A_{ij}

δikδkj=δij\delta_{ik} \delta_{kj} = \delta_{ij}

Trace:

δii=n\delta_{ii} = n

(sum over repeated index ii in nn dimensions)


Levi-Civita Symbol (3D)

ϵijk={+1(i,j,k) even permutation of (1,2,3)1(i,j,k) odd permutation of (1,2,3)0any index repeated\epsilon_{ijk} = \begin{cases} +1 & (i,j,k) \text{ even permutation of } (1,2,3) \\ -1 & (i,j,k) \text{ odd permutation of } (1,2,3) \\ 0 & \text{any index repeated} \end{cases}

Even permutations: (1,2,3)(1,2,3), (2,3,1)(2,3,1), (3,1,2)(3,1,2)

Odd permutations: (1,3,2)(1,3,2), (3,2,1)(3,2,1), (2,1,3)(2,1,3))


Determinant Formula

For a 3×33 \times 3 matrix AA:

det(A)=i,j,k=13ϵijkA1iA2jA3k\det(A) = \sum_{i,j,k=1}^{3} \epsilon_{ijk} A_{1i} A_{2j} A_{3k}

Expanding: this is a11a22a33+a12a23a31+a13a21a32a11a23a32a12a21a33a13a22a31a_{11}a_{22}a_{33} + a_{12}a_{23}a_{31} + a_{13}a_{21}a_{32} - a_{11}a_{23}a_{32} - a_{12}a_{21}a_{33} - a_{13}a_{22}a_{31}.


Cross Product

Using Levi-Civita:

(a×b)i=j,k=13ϵijkajbk(\mathbf{a} \times \mathbf{b})_i = \sum_{j,k=1}^{3} \epsilon_{ijk} a_j b_k

Or with Einstein summation convention (implied sum over repeated indices):

(a×b)i=ϵijkajbk(\mathbf{a} \times \mathbf{b})_i = \epsilon_{ijk} a_j b_k


Relationship Between δ\delta and ϵ\epsilon

Contracted identity:

ϵijkϵimn=δjmδknδjnδkm\epsilon_{ijk} \epsilon_{imn} = \delta_{jm}\delta_{kn} - \delta_{jn}\delta_{km}

This can be verified by checking all cases.

Special cases:

ϵijkϵijn=2δkn\epsilon_{ijk} \epsilon_{ijn} = 2\delta_{kn}

ϵijkϵijk=6\epsilon_{ijk} \epsilon_{ijk} = 6


Curl as Levi-Civita Expression

(×F)i=ϵijkFkxj(\nabla \times \mathbf{F})_i = \epsilon_{ijk} \frac{\partial F_k}{\partial x_j}


Why These Symbols Matter

  • Compact notation for determinants and cross products
  • Essential in tensor calculus and general relativity
  • Express vector identities elegantly (e.g., a×(b×c)=b(ac)c(ab)\mathbf{a} \times (\mathbf{b} \times \mathbf{c}) = \mathbf{b}(\mathbf{a} \cdot \mathbf{c}) - \mathbf{c}(\mathbf{a} \cdot \mathbf{b}))
  • Basis for understanding antisymmetric tensors

The Levi-Civita symbol encodes the “orientation” of a coordinate system — it changes sign under any swap of two indices, just like the determinant changes sign under row swaps.