Physlib

Physlib.Relativity.Tensors.RealTensor.Metrics.Pre

8 declarations

theorem

Expansion of preContrMetricVal(d)\text{preContrMetricVal}(d) in Basis Vectors e0e0eieie^0 \otimes e^0 - \sum e^i \otimes e^i

#preContrMetricVal_expand_tmul

For any natural number dd, the contravariant Minkowski metric tensor value preContrMetricVal(d)\text{preContrMetricVal}(d) can be expanded in terms of the contravariant basis vectors eμe^\mu as: preContrMetricVal(d)=e0e0i=0d1eiei \text{preContrMetricVal}(d) = e^0 \otimes e^0 - \sum_{i=0}^{d-1} e^i \otimes e^i where e0e^0 is the time-like basis vector (defined as `contrBasis d (Sum.inl 0)`) and eie^i are the spatial basis vectors (defined as `contrBasis d (Sum.inr i)` for i{0,,d1}i \in \{0, \dots, d-1\}). The operator \otimes denotes the tensor product over R\mathbb{R}.

theorem

preContrMetricVal(d)=iηii(eiei)\text{preContrMetricVal}(d) = \sum_i \eta_{ii} (e^i \otimes e^i)

#preContrMetricVal_expand_tmul_minkowskiMatrix

For any natural number dd, the contravariant Minkowski metric tensor value preContrMetricVal(d)\text{preContrMetricVal}(d) can be expanded as the sum over all indices ii of the diagonal entries of the Minkowski matrix η\eta multiplied by the tensor product of the corresponding basis vectors eie^i with themselves: preContrMetricVal(d)=iηii(eiei) \text{preContrMetricVal}(d) = \sum_i \eta_{ii} (e^i \otimes e^i) where ηii\eta_{ii} are the diagonal entries of the (d+1)(d+1)-dimensional Minkowski matrix (represented by `minkowskiMatrix i i`), eie^i are the contravariant basis vectors (represented by `contrBasis d i`), and \otimes denotes the tensor product over R\mathbb{R}.

theorem

preContrMetric(d)(1)=preContrMetricVal(d)\text{preContrMetric}(d)(1) = \text{preContrMetricVal}(d)

#preContrMetric_apply_one

For any natural number dd, the evaluation of the linear map representing the contravariant Lorentz metric preContrMetric(d)\text{preContrMetric}(d) at the scalar 1R1 \in \mathbb{R} is equal to the contravariant metric tensor value preContrMetricVal(d)\text{preContrMetricVal}(d).

theorem

Expansion of the Covariant Minkowski Metric in the Dual Basis

#preCoMetricVal_expand_tmul

For any natural number dd, the covariant Minkowski metric tensor value η\eta in d+1d+1 dimensions (denoted by `preCoMetricVal d`) can be expressed in terms of the dual basis vectors e0,e1,,ede^0, e^1, \dots, e^d (denoted by `coBasis d`). Specifically, the metric tensor is the difference between the tensor product of the temporal basis vector with itself and the sum of the tensor products of the spatial basis vectors with themselves: η=e0e0i=1deiei\eta = e^0 \otimes e^0 - \sum_{i=1}^d e^i \otimes e^i where e0e^0 corresponds to the index `Sum.inl 0` and eie^i corresponds to the index `Sum.inr i`.

theorem

η=iηii(eiei)\eta = \sum_i \eta_{ii} (e^i \otimes e^i)

#preCoMetricVal_expand_tmul_minkowskiMatrix

For any natural number dd, the covariant Minkowski metric tensor η\eta in d+1d+1 dimensions (denoted by `preCoMetricVal d`) is equal to the sum over all indices ii of the diagonal elements of the Minkowski matrix ηii\eta_{ii} (denoted by `minkowskiMatrix i i`) multiplied by the tensor product of the ii-th dual basis vector eie^i (denoted by `coBasis d i`) with itself: η=iηii(eiei)\eta = \sum_i \eta_{ii} (e^i \otimes e^i)

theorem

The value of preCoMetric(d)\text{preCoMetric}(d) at 11 is preCoMetricVal(d)\text{preCoMetricVal}(d)

#preCoMetric_apply_one

For any natural number dd, applying the covariant metric map preCoMetric(d)\text{preCoMetric}(d) to the real number 11 yields the covariant metric tensor value preCoMetricVal(d)\text{preCoMetricVal}(d).

theorem

ημρηρσ=δσμ\eta^{\mu\rho} \eta_{\rho\sigma} = \delta^\mu_\sigma

#contrCoContract_apply_metric

In (1+d)(1+d)-dimensional Minkowski spacetime, let ημν\eta^{\mu\nu} denote the contravariant metric tensor and ηρσ\eta_{\rho\sigma} denote the covariant metric tensor. When the tensor product of these two metrics is formed and the second index of the contravariant metric is contracted with the first index of the covariant metric, the resulting tensor (after swapping the remaining indices) is the Kronecker delta δσμ\delta^\mu_\sigma, which represents the identity tensor in the representation Co dContr d\text{Co } d \otimes \text{Contr } d. In component notation, this expresses the identity: \[ \sum_{\rho} \eta^{\mu\rho} \eta_{\rho\sigma} = \delta^\mu_\sigma \]

theorem

Contraction of metrics ημνηνρ=δμρ\eta_{\mu\nu} \eta^{\nu\rho} = \delta_\mu^\rho

#coContrContract_apply_metric

For any dimension dd, let ημν\eta_{\mu\nu} be the covariant Minkowski metric tensor (represented by `preCoMetric d`) and ηρσ\eta^{\rho\sigma} be the contravariant Minkowski metric tensor (represented by `preContrMetric d`). The theorem states that if one takes the tensor product of these two metrics and contracts the second index of the covariant metric with the first index of the contravariant metric (using the morphism `coContrContract`), the resulting tensor—after reordering the remaining indices via the braiding map β\beta—is the identity tensor δμρ\delta_\mu^\rho (represented by `preContrCoUnit d`). In standard index notation, this corresponds to the identity: νημνηνρ=δμρ\sum_{\nu} \eta_{\mu\nu} \eta^{\nu\rho} = \delta_\mu^\rho where δμρ\delta_\mu^\rho is the Kronecker delta.