refactor: Move Pauli & SL2C

This commit is contained in:
jstoobysmith 2024-11-09 17:43:48 +00:00
parent 236e99bd33
commit 78c0046c49
11 changed files with 14 additions and 14 deletions

View file

@ -77,9 +77,13 @@ import HepLean.Lorentz.Group.Proper
import HepLean.Lorentz.Group.Restricted import HepLean.Lorentz.Group.Restricted
import HepLean.Lorentz.Group.Rotations import HepLean.Lorentz.Group.Rotations
import HepLean.Lorentz.MinkowskiMatrix import HepLean.Lorentz.MinkowskiMatrix
import HepLean.Lorentz.PauliMatrices.AsTensor
import HepLean.Lorentz.PauliMatrices.Basic
import HepLean.Lorentz.PauliMatrices.SelfAdjoint
import HepLean.Lorentz.RealVector.Basic import HepLean.Lorentz.RealVector.Basic
import HepLean.Lorentz.RealVector.Contraction import HepLean.Lorentz.RealVector.Contraction
import HepLean.Lorentz.RealVector.Modules import HepLean.Lorentz.RealVector.Modules
import HepLean.Lorentz.SL2C.Basic
import HepLean.Lorentz.Weyl.Basic import HepLean.Lorentz.Weyl.Basic
import HepLean.Lorentz.Weyl.Contraction import HepLean.Lorentz.Weyl.Contraction
import HepLean.Lorentz.Weyl.Metric import HepLean.Lorentz.Weyl.Metric
@ -95,10 +99,6 @@ import HepLean.Meta.Informal
import HepLean.Meta.TransverseTactics import HepLean.Meta.TransverseTactics
import HepLean.SpaceTime.Basic import HepLean.SpaceTime.Basic
import HepLean.SpaceTime.CliffordAlgebra import HepLean.SpaceTime.CliffordAlgebra
import HepLean.SpaceTime.PauliMatrices.AsTensor
import HepLean.SpaceTime.PauliMatrices.Basic
import HepLean.SpaceTime.PauliMatrices.SelfAdjoint
import HepLean.SpaceTime.SL2C.Basic
import HepLean.StandardModel.Basic import HepLean.StandardModel.Basic
import HepLean.StandardModel.HiggsBoson.Basic import HepLean.StandardModel.HiggsBoson.Basic
import HepLean.StandardModel.HiggsBoson.GaugeAction import HepLean.StandardModel.HiggsBoson.GaugeAction

View file

@ -5,11 +5,11 @@ Authors: Joseph Tooby-Smith
-/ -/
import Mathlib.Data.Complex.Exponential import Mathlib.Data.Complex.Exponential
import Mathlib.Analysis.InnerProductSpace.PiL2 import Mathlib.Analysis.InnerProductSpace.PiL2
import HepLean.SpaceTime.SL2C.Basic import HepLean.Lorentz.SL2C.Basic
import HepLean.Lorentz.ComplexVector.Modules import HepLean.Lorentz.ComplexVector.Modules
import HepLean.Meta.Informal import HepLean.Meta.Informal
import Mathlib.RepresentationTheory.Rep import Mathlib.RepresentationTheory.Rep
import HepLean.SpaceTime.PauliMatrices.SelfAdjoint import HepLean.Lorentz.PauliMatrices.SelfAdjoint
/-! /-!
# Complex Lorentz vectors # Complex Lorentz vectors

View file

@ -4,7 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
Authors: Joseph Tooby-Smith Authors: Joseph Tooby-Smith
-/ -/
import HepLean.Meta.Informal import HepLean.Meta.Informal
import HepLean.SpaceTime.SL2C.Basic import HepLean.Lorentz.SL2C.Basic
import Mathlib.RepresentationTheory.Rep import Mathlib.RepresentationTheory.Rep
import Mathlib.Logic.Equiv.TransferInstance import Mathlib.Logic.Equiv.TransferInstance
/-! /-!

View file

@ -7,7 +7,7 @@ import HepLean.Tensors.OverColor.Basic
import HepLean.Mathematics.PiTensorProduct import HepLean.Mathematics.PiTensorProduct
import HepLean.Lorentz.ComplexVector.Basic import HepLean.Lorentz.ComplexVector.Basic
import HepLean.Lorentz.Weyl.Two import HepLean.Lorentz.Weyl.Two
import HepLean.SpaceTime.PauliMatrices.Basic import HepLean.Lorentz.PauliMatrices.Basic
/-! /-!
## Pauli matrices ## Pauli matrices

View file

@ -7,7 +7,7 @@ import HepLean.Mathematics.PiTensorProduct
import Mathlib.RepresentationTheory.Rep import Mathlib.RepresentationTheory.Rep
import Mathlib.Logic.Equiv.TransferInstance import Mathlib.Logic.Equiv.TransferInstance
import HepLean.Lorentz.Group.Basic import HepLean.Lorentz.Group.Basic
import HepLean.SpaceTime.PauliMatrices.Basic import HepLean.Lorentz.PauliMatrices.Basic
/-! /-!
## Interaction of Pauli matrices with self-adjoint matrices ## Interaction of Pauli matrices with self-adjoint matrices

View file

@ -7,7 +7,7 @@ import HepLean.Meta.Informal
import HepLean.Lorentz.Group.Basic import HepLean.Lorentz.Group.Basic
import Mathlib.RepresentationTheory.Rep import Mathlib.RepresentationTheory.Rep
import Mathlib.Logic.Equiv.TransferInstance import Mathlib.Logic.Equiv.TransferInstance
import HepLean.SpaceTime.PauliMatrices.SelfAdjoint import HepLean.Lorentz.PauliMatrices.SelfAdjoint
/-! /-!
## Modules associated with Real Lorentz vectors ## Modules associated with Real Lorentz vectors

View file

@ -7,7 +7,7 @@ import HepLean.Lorentz.Group.Basic
import HepLean.Lorentz.RealVector.Basic import HepLean.Lorentz.RealVector.Basic
import Mathlib.RepresentationTheory.Basic import Mathlib.RepresentationTheory.Basic
import HepLean.Lorentz.Group.Restricted import HepLean.Lorentz.Group.Restricted
import HepLean.SpaceTime.PauliMatrices.SelfAdjoint import HepLean.Lorentz.PauliMatrices.SelfAdjoint
import HepLean.Meta.Informal import HepLean.Meta.Informal
/-! /-!
# The group SL(2, ) and it's relation to the Lorentz group # The group SL(2, ) and it's relation to the Lorentz group

View file

@ -4,7 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
Authors: Joseph Tooby-Smith Authors: Joseph Tooby-Smith
-/ -/
import HepLean.Meta.Informal import HepLean.Meta.Informal
import HepLean.SpaceTime.SL2C.Basic import HepLean.Lorentz.SL2C.Basic
import Mathlib.RepresentationTheory.Rep import Mathlib.RepresentationTheory.Rep
import HepLean.Lorentz.Weyl.Modules import HepLean.Lorentz.Weyl.Modules
import Mathlib.Logic.Equiv.TransferInstance import Mathlib.Logic.Equiv.TransferInstance

View file

@ -4,7 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
Authors: Joseph Tooby-Smith Authors: Joseph Tooby-Smith
-/ -/
import HepLean.Meta.Informal import HepLean.Meta.Informal
import HepLean.SpaceTime.SL2C.Basic import HepLean.Lorentz.SL2C.Basic
import Mathlib.RepresentationTheory.Rep import Mathlib.RepresentationTheory.Rep
import Mathlib.Logic.Equiv.TransferInstance import Mathlib.Logic.Equiv.TransferInstance
/-! /-!

View file

@ -12,7 +12,7 @@ import HepLean.Lorentz.ComplexVector.Contraction
import HepLean.Lorentz.ComplexVector.Metric import HepLean.Lorentz.ComplexVector.Metric
import HepLean.Lorentz.ComplexVector.Unit import HepLean.Lorentz.ComplexVector.Unit
import HepLean.Mathematics.PiTensorProduct import HepLean.Mathematics.PiTensorProduct
import HepLean.SpaceTime.PauliMatrices.AsTensor import HepLean.Lorentz.PauliMatrices.AsTensor
/-! /-!
## Complex Lorentz tensors ## Complex Lorentz tensors