The Clifford Algebra #
This file defines the Gamma matrices and their relationship to the Clifford algebra.
Main Definitions #
γ0, γ1, γ2, γ3: The four gamma matrices in the Dirac representation (4×4 complex matrices)γSet: The set of gamma matricesdiracForm: The quadratic form with Minkowski signature (+,-,-,-) corresponding to the gamma matricesdiracAlgebra: The algebra generated by the gamma matrices over ℝofCliffordAlgebra: The algebra homomorphism from the Clifford algebra todiracAlgebra
Main Results #
ofCliffordAlgebra_surjective: The homomorphismofCliffordAlgebrais surjective
TODO #
- Complete the isomorphism by proving injectivity of
ofCliffordAlgebra(requires dimension theory) - Construct the
AlgEquivbetweenCliffordAlgebra diracFormanddiracAlgebra
The γ⁰ gamma matrix in the Dirac representation.
Equations
- spaceTime.γ0 = !![1, 0, 0, 0; 0, 1, 0, 0; 0, 0, -1, 0; 0, 0, 0, -1]
Instances For
The γ¹ gamma matrix in the Dirac representation.
Equations
- spaceTime.γ1 = !![0, 0, 0, 1; 0, 0, 1, 0; 0, -1, 0, 0; -1, 0, 0, 0]
Instances For
The γ³ gamma matrix in the Dirac representation.
Equations
- spaceTime.γ3 = !![0, 0, 1, 0; 0, 0, 0, -1; -1, 0, 0, 0; 0, 1, 0, 0]
Instances For
The γ⁵ gamma matrix in the Dirac representation.
Equations
Instances For
The γ gamma matrices in the Dirac representation.
Instances For
The algebra generated by the gamma matrices in the Dirac representation.
Instances For
The quadratic form of the clifford algebra corresponding to the γ matrices.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The injection from the clifford algebra over diracForm into the algebra generated by the
γ matrices.
Equations
- spaceTime.γ.ofCliffordAlgebra = (CliffordAlgebra.lift spaceTime.γ.diracForm) ⟨∑ i : Fin 4, (LinearMap.proj i).smulRight ⟨spaceTime.γ i, ⋯⟩, ⋯⟩
Instances For
The generators of the clifford algebra correspond to the elements γ.
Surjectivity of ofCliffordAlgebra #
Each gamma matrix (as an element of diracAlgebra) is in the range of ofCliffordAlgebra.
The range of ofCliffordAlgebra equals the top subalgebra (i.e., all of diracAlgebra).
The homomorphism ofCliffordAlgebra is surjective.