Physlib.Relativity.Tensors.LeviCivita.Basic
The Levi-Civita tensor as a real Lorentz tensor
i. Overview
This file defines the rank-four Levi-Civita tensor `εᵘᵛᵖᵟ` as a real Lorentz tensor in `d = 3` spatial dimensions, with `ε⁰¹²³ = 1`, and proves its antisymmetry under each adjacent transposition of indices.
The component on a multi-index `f` is the generalized Kronecker delta of `f` against the identity, i.e. the sign of `f` when `f` is a permutation and `0` otherwise. The integer components are carried by `TensorSpecies.Tensor.TensorInt.toTensor`.
ii. Key results
- `leviCivita` : the rank-four Levi-Civita tensor `ε4`, with `ε⁰¹²³ = 1`. - `leviCivita_basis_repr_apply` : its standard-basis components as a generalized Kronecker delta. - `leviCivita_antisymm`, `leviCivita_antisymm_mid`, `leviCivita_antisymm_last` : antisymmetry under each adjacent transposition of the indices.
iii. Table of contents
- A. Definition
- B. Components in the standard basis
- C. Antisymmetry
iv. References
A. Definition
B. Components in the standard basis
C. Antisymmetry
11 declarations
Rank-four Levi-Civita tensor with
The Levi-Civita tensor is a rank-4 contravariant real Lorentz tensor in 4-dimensional spacetime ( spatial dimensions). For a multi-index , the component of the tensor is defined by the generalized Kronecker delta . This value corresponds to the sign of the permutation if is a permutation of the indices , and is otherwise. Consequently, the tensor is totally antisymmetric and satisfies the normalization .
Notation for the rank-four Levi-Civita tensor
The notation represents the rank-four Levi-Civita tensor within the framework of real Lorentz tensors. This tensor is totally antisymmetric and is normalized such that its component in the standard basis .
The Levi-Civita tensor is given by the lift of the generalized Kronecker delta to real components
The rank-four contravariant Levi-Civita tensor in -dimensional spacetime is equal to the tensor whose components are given by the generalized Kronecker delta . Specifically, for any multi-index , the component of the tensor is determined by the sign of the permutation relative to the identity sequence . This theorem states that can be constructed by lifting these integer-valued generalized Kronecker delta components into the real Lorentz tensor space using the `TensorInt.toTensor` function.
4D Euclidean Levi-Civita symbol
Given a sequence of four indices represented by a function , this function returns the value of the 4-dimensional Euclidean Levi-Civita symbol . The value is defined as the generalized Kronecker delta , which is equal to the sign of the permutation (i.e., for even permutations and for odd permutations) if is a permutation, and otherwise.
Components of the Levi-Civita Tensor are Generalized Kronecker Deltas
In 4-dimensional spacetime ( spatial dimensions), the components of the rank-four contravariant Levi-Civita tensor in the standard basis, for a given multi-index where each index is in , are given by the generalized Kronecker delta: Here, the generalized Kronecker delta is defined as the determinant of the matrix whose entries are the Kronecker deltas for and .
The Levi-Civita tensor vanishes for repeated indices
Let be the rank-four contravariant Levi-Civita tensor in dimensional spacetime. For any multi-index , if there exist distinct index positions such that the indices at these positions are equal (i.e., ), then the component of the tensor in the standard basis is zero:
In 4-dimensional spacetime (with spatial dimensions), the rank-4 contravariant Levi-Civita tensor is antisymmetric with respect to its first two indices. That is, for any indices , it holds that:
The rank-four Levi-Civita tensor in dimensional spacetime is antisymmetric with respect to its middle two indices, satisfying the identity .
The rank-four Levi-Civita tensor is antisymmetric in its last two indices. For any choice of indices , it satisfies the relation:
For the rank-four Levi-Civita tensor in dimensional spacetime, the contraction with its covariant counterpart over three indices satisfies the identity: where is the Kronecker delta (the unit tensor).
In 4-dimensional spacetime (with spatial dimensions), the full contraction of the rank-four Levi-Civita tensor with its covariant form (where indices are lowered using the Minkowski metric ) is equal to : where the indices are summed over .
