PhysLean Documentation

PhysLean.Relativity.Lorentz.ComplexTensor.Metrics.Basis

Metrics and basis expansions #

The expansion of the Lorentz covariant metric in terms of basis vectors.

contrMetric #

The expansion of the Lorentz contravariant metric in terms of basis vectors.

theorem complexLorentzTensor.leftMetric_expand :
(TensorTree.tensorNode leftMetric).tensor = (-basisVector ![Color.upL, Color.upL] fun (x : Fin (Nat.succ 0).succ) => match x with | 0 => 0 | 1 => 1) + basisVector ![Color.upL, Color.upL] fun (x : Fin (Nat.succ 0).succ) => match x with | 0 => 1 | 1 => 0

The expansion of the Fermionic left metric in terms of basis vectors.

The expansion of the Fermionic left metric in terms of basis vectors as a structured tensor tree.

theorem complexLorentzTensor.altLeftMetric_expand :
(TensorTree.tensorNode altLeftMetric).tensor = (basisVector ![Color.downL, Color.downL] fun (x : Fin (Nat.succ 0).succ) => match x with | 0 => 0 | 1 => 1) - basisVector ![Color.downL, Color.downL] fun (x : Fin (Nat.succ 0).succ) => match x with | 0 => 1 | 1 => 0

The expansion of the Fermionic alt-left metric in terms of basis vectors.

The expansion of the Fermionic alt-left metric in terms of basis vectors as a structured tensor tree.

theorem complexLorentzTensor.rightMetric_expand :
(TensorTree.tensorNode rightMetric).tensor = (-basisVector ![Color.upR, Color.upR] fun (x : Fin (Nat.succ 0).succ) => match x with | 0 => 0 | 1 => 1) + basisVector ![Color.upR, Color.upR] fun (x : Fin (Nat.succ 0).succ) => match x with | 0 => 1 | 1 => 0

The expansion of the Fermionic right metric in terms of basis vectors.

The expansion of the Fermionic right metric in terms of basis vectors as a structured tensor tree.

theorem complexLorentzTensor.altRightMetric_expand :
(TensorTree.tensorNode altRightMetric).tensor = (basisVector ![Color.downR, Color.downR] fun (x : Fin (Nat.succ 0).succ) => match x with | 0 => 0 | 1 => 1) - basisVector ![Color.downR, Color.downR] fun (x : Fin (Nat.succ 0).succ) => match x with | 0 => 1 | 1 => 0

The expansion of the Fermionic alt-right metric in terms of basis vectors.

The expansion of the Fermionic alt-right metric in terms of basis vectors as a structured tensor tree.