PhysLean Documentation

PhysLean.Relativity.Tensors.ComplexTensor.Metrics.Basic

Metrics as complex Lorentz tensors #

Definitions. #

Notation #

The metric ηᵢᵢ as a complex Lorentz tensors.

Equations
Instances For

    The metric ηⁱⁱ as a complex Lorentz tensors.

    Equations
    Instances For

      The metric εᵃᵃ as a complex Lorentz tensors.

      Equations
      Instances For

        The metric ε^{dot a}^{dot a} as a complex Lorentz tensors.

        Equations
        Instances For

          The metric εₐₐ as a complex Lorentz tensors.

          Equations
          Instances For

            The metric ε_{dot a}_{dot a} as a complex Lorentz tensors.

            Equations
            Instances For

              Other forms #

              fromConstPair #

              fromPairT #

              complexCoBasis etc. #

              basis #

              theorem complexLorentzTensor.coMetric_eq_basis :
              coMetric = ((((TensorSpecies.Tensor.basis ![Color.down, Color.down]) fun (x : Fin (Nat.succ 0).succ) => match x with | 0 => 0 | 1 => 0) - (TensorSpecies.Tensor.basis ![Color.down, Color.down]) fun (x : Fin (Nat.succ 0).succ) => match x with | 0 => 1 | 1 => 1) - (TensorSpecies.Tensor.basis ![Color.down, Color.down]) fun (x : Fin (Nat.succ 0).succ) => match x with | 0 => 2 | 1 => 2) - (TensorSpecies.Tensor.basis ![Color.down, Color.down]) fun (x : Fin (Nat.succ 0).succ) => match x with | 0 => 3 | 1 => 3
              theorem complexLorentzTensor.contrMetric_eq_basis :
              contrMetric = ((((TensorSpecies.Tensor.basis ![Color.up, Color.up]) fun (x : Fin (Nat.succ 0).succ) => match x with | 0 => 0 | 1 => 0) - (TensorSpecies.Tensor.basis ![Color.up, Color.up]) fun (x : Fin (Nat.succ 0).succ) => match x with | 0 => 1 | 1 => 1) - (TensorSpecies.Tensor.basis ![Color.up, Color.up]) fun (x : Fin (Nat.succ 0).succ) => match x with | 0 => 2 | 1 => 2) - (TensorSpecies.Tensor.basis ![Color.up, Color.up]) fun (x : Fin (Nat.succ 0).succ) => match x with | 0 => 3 | 1 => 3
              theorem complexLorentzTensor.leftMetric_eq_basis :
              leftMetric = (-(TensorSpecies.Tensor.basis ![Color.upL, Color.upL]) fun (x : Fin (Nat.succ 0).succ) => match x with | 0 => 0 | 1 => 1) + (TensorSpecies.Tensor.basis ![Color.upL, Color.upL]) fun (x : Fin (Nat.succ 0).succ) => match x with | 0 => 1 | 1 => 0
              theorem complexLorentzTensor.rightMetric_eq_basis :
              rightMetric = (-(TensorSpecies.Tensor.basis ![Color.upR, Color.upR]) fun (x : Fin (Nat.succ 0).succ) => match x with | 0 => 0 | 1 => 1) + (TensorSpecies.Tensor.basis ![Color.upR, Color.upR]) fun (x : Fin (Nat.succ 0).succ) => match x with | 0 => 1 | 1 => 0

              ofRat #

              Group actions #

              The tensor coMetric is invariant under the action of SL(2,ℂ).

              The tensor contrMetric is invariant under the action of SL(2,ℂ).

              The tensor leftMetric is invariant under the action of SL(2,ℂ).

              The tensor rightMetric is invariant under the action of SL(2,ℂ).

              The tensor altLeftMetric is invariant under the action of SL(2,ℂ).