I know the following relationship between Levi-Civita and the Kronecker Delta, $\text{sgn}_{ijk} ~ \text{sgn}_{imn}= \delta_{jm}\delta_{kn}-\delta_{jn}\delta_{km}. ~~~$But i don not know about such a relation between more than two products. Do such a formula exist?
-
A nice text in connection with the identity you give : https://arxiv.org/ftp/arxiv/papers/1406/1406.3060.pdf – Jean Marie Jun 14 '19 at 09:13
-
Yes. In dimension $3$, $\epsilon_{ijk}\epsilon_{ijl}=2\delta_{kl}$ and $\epsilon_{ijk}\epsilon_{ijk}=6$. Furthermore, both Kronecker symbol and Levi-Civita symbol generalise to more dimensions, you can find how in Wiki. Thus, the Livi-Civita symbol occurs as a particular contraction of some Kronecker symbols. – Dog_69 Jun 14 '19 at 09:18
1 Answers
One generalization are the Cauchy-Binet formulas $$ \det(AB^T)=\sum_{I:1\le i_1<i_2<..<i_m\le n}\det(A_I)\det(B_I) $$ where $A,B$ are $m\times n$ matrices with $m<n$ and $A_I$, $B_I$ are the quadratic sub-matrices consisting of the columns with index $i_1,...,i_m$, so that $(A_I)_{kl}=A_{k,i_l}$.
In the case of $m=2$ you get your original identity $$ \det\pmatrix{⟨A_{1,.},B_{1,.}⟩&⟨A_{1,.},B_{2,.}⟩\\ ⟨A_{2,.},B_{1,.}⟩&⟨A_{2,.},B_{2,.}⟩} =\sum_{i_1<i_2}\det\pmatrix{A_{1,i_1}&A_{1,i_2}\\A_{2,i_1}&A_{2,i_2}}\det\pmatrix{B_{1,i_1}&B_{1,i_2}\\B_{2,i_1}&B_{2,i_2}} $$ where on the left side the of scalar products corresponds to the Kronecker deltas. The sum of determinant products on the right of the general formula can only expressed using epsilon tensors if $m=n-1$, here thus for $n=3$, where the determinants of the pair $i_1,i_2$ can be enumerated by the missing index.
- 126,666