PhysLean Documentation

PhysLean.Relativity.PauliMatrices.Basic

Pauli matrices #

The pauli matrices are defined ultimately through

A tensorial structure is put on Fin 1 ⊕ Fin 3 → Matrix (Fin 2) (Fin 2) ℂ to allow the use of index notation. We then define the following notation:

and the following abbreviations:

The Pauli matrices.

Equations
Instances For

    The Pauli matrices.

    Equations
    Instances For

      The 'Pauli matrix' corresponding to the identit 1.

      Equations
      Instances For

        The Pauli matrix corresponding to the identit !![0, 1; 1, 0].

        Equations
        Instances For

          The Pauli matrix corresponding to the identit !![0, -I; I, 0].

          Equations
          Instances For

            The Pauli matrix corresponding to the identit !![1, 0; 0, -1].

            Equations
            Instances For

              Matrix relations #

              Inversions #

              Lemmas related to the inversions of the Pauli matrices.

              Equations

              Products #

              These lemmas try to put the terms in numerical order. We skip σ0 since it's just 1 anyway.

              Traces #

              The trace of σ0 multiplied by σ0 is equal to 2.

              The trace of σ0 multiplied by σ1 is equal to 0.

              The trace of σ0 multiplied by σ2 is equal to 0.

              The trace of σ0 multiplied by σ3 is equal to 0.

              The trace of σ1 multiplied by σ0 is equal to 0.

              The trace of σ1 multiplied by σ1 is equal to 2.

              @[simp]

              The trace of σ1 multiplied by σ2 is equal to 0.

              @[simp]

              The trace of σ1 multiplied by σ3 is equal to 0.

              The trace of σ2 multiplied by σ0 is equal to 0.

              The trace of σ2 multiplied by σ1 is equal to 0.

              The trace of σ2 multiplied by σ2 is equal to 2.

              @[simp]

              The trace of σ2 multiplied by σ3 is equal to 0.

              The trace of σ3 multiplied by σ0 is equal to 0.

              The trace of σ3 multiplied by σ1 is equal to 0.

              The trace of σ3 multiplied by σ2 is equal to 0.

              The trace of σ3 multiplied by σ3 is equal to 2.

              Commutation relations #

              Lemmas related to the commutation relations of the Pauli matrices.