Physlib.Relativity.Tensors.LeviCivita.Contractions
Euclidean contraction identities for the Levi-Civita tensor
i. Overview
This file proves the "epsilon-epsilon" contraction identities for the rank-four Levi-Civita tensor `leviCivita` (notation `ε4`) in `d = 3`, stated in terms of the standard-basis components of `ε4` itself (`realLorentzTensor.leviCivita_basis_repr_apply`).
The underlying facts about the `generalizedKroneckerDelta` alone, with no tensor content — lives in `Physlib.Mathematics.KroneckerDelta.Contraction`, next to the definition of `generalizedKroneckerDelta`. Here we specialise those facts to the components of `ε4`, where `(ε4)_b = (Tensor.basis _).repr ε4 b` is the standard-basis component of `ε4`, an integer Levi-Civita symbol carried to the reals, and the sums run over the remaining (uncontracted) component slots.
ii. Key results
- `leviCivita_symbol_contract_zero` : `∑_b (ε4)_b · (ε4)_b = 24` (full Euclidean contraction). - `leviCivita_symbol_contract_one` : `∑_h (ε4)_{a,h} · (ε4)_{b,h} = 6 · δ[a,b]`. - `leviCivita_symbol_contract_two` : `∑_h (ε4)_{r,s,h} · (ε4)_{t,w,h} = 2 · (δ[r,t]·δ[s,w] - δ[r,w]·δ[s,t])`.
iii. Table of contents
- A. The combinatorial bridge lemma
- B. Euclidean epsilon-epsilon contraction identities
iv. References
A. Euclidean epsilon-epsilon contraction identities
3 declarations
Full contraction of the 4D Euclidean Levi-Civita symbol equals 24
The sum of the squares of all components of the 4-dimensional Euclidean Levi-Civita symbol over all possible indices is equal to 24: The Levi-Civita symbol is defined to be the sign of the permutation if the indices are a permutation of , and zero otherwise. This result represents the full Euclidean contraction of the tensor components, effectively counting the possible permutations.
Triple Contraction of the 4D Levi-Civita Symbol Equals
Let denote the 4-dimensional Euclidean Levi-Civita symbol for indices in , and let denote the Kronecker delta. For any indices , the triple contraction over the remaining three indices is given by:
Double Contraction of the 4D Euclidean Levi-Civita Symbol
For any indices , the double contraction of the 4-dimensional Euclidean Levi-Civita symbol over its last two indices satisfies: where denotes the Kronecker delta.
