Physlib.Relativity.Tensors.ComponentIdx.Single
Component indices for one-index tensors
i. Overview
This file defines the canonical equivalence between component indices for a single color and the basis indices of that color.
ii. Key results
- `TensorSpecies.Tensor.ComponentIdx.single` is the equivalence between `ComponentIdx ![c]` and `basisIdx c`. - `TensorSpecies.Tensor.ComponentIdx.single_apply` and `TensorSpecies.Tensor.ComponentIdx.single_symm_apply` are simp lemmas for the two directions of this equivalence.
iii. Table of contents
- A. Single-index equivalence
iv. References
There are no known references for the material in this module.
A. Single-index equivalence
3 declarations
Equivalence
For a given color , let be the type of component indices for a tensor with a single index of color . This definition establishes a canonical equivalence between and the type of basis indices for that color, . Specifically, it maps a single-index component (which is a function from a singleton set to the basis indices) to its unique component , and vice-versa.
For a given color , let be a component index for a tensor with a single index of color . The canonical equivalence maps the multi-index to the basis index at its only index position. That is, .
The -th index of the inverse of the single-index equivalence is the original basis index,
For any color and any basis index , let be the inverse of the canonical equivalence between the basis indices of color and the component indices of a rank-1 tensor with index structure . For the unique index in the domain , the -th component of the multi-index is equal to the original basis index .
