refactor: Move Real Lorentz vect
This commit is contained in:
parent
58ea861113
commit
e3ad445866
9 changed files with 10 additions and 10 deletions
|
@ -5,7 +5,7 @@ Authors: Joseph Tooby-Smith
|
|||
-/
|
||||
import HepLean.SpaceTime.MinkowskiMatrix
|
||||
import Mathlib.Algebra.Lie.Classical
|
||||
import HepLean.SpaceTime.LorentzVector.Real.Basic
|
||||
import HepLean.Lorentz.RealVector.Basic
|
||||
/-!
|
||||
# The Lorentz Algebra
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ Authors: Joseph Tooby-Smith
|
|||
-/
|
||||
import HepLean.Lorentz.Group.Proper
|
||||
import Mathlib.Topology.Constructions
|
||||
import HepLean.SpaceTime.LorentzVector.Real.NormOne
|
||||
import HepLean.Lorentz.RealVector.NormOne
|
||||
/-!
|
||||
# Boosts
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ Copyright (c) 2024 Joseph Tooby-Smith. All rights reserved.
|
|||
Released under Apache 2.0 license as described in the file LICENSE.
|
||||
Authors: Joseph Tooby-Smith
|
||||
-/
|
||||
import HepLean.SpaceTime.LorentzVector.Real.NormOne
|
||||
import HepLean.Lorentz.RealVector.NormOne
|
||||
import HepLean.Lorentz.Group.Proper
|
||||
/-!
|
||||
# The Orthochronous Lorentz Group
|
||||
|
|
|
@ -8,7 +8,7 @@ import Mathlib.Analysis.InnerProductSpace.PiL2
|
|||
import HepLean.Lorentz.Group.Basic
|
||||
import HepLean.Meta.Informal
|
||||
import Mathlib.RepresentationTheory.Rep
|
||||
import HepLean.SpaceTime.LorentzVector.Real.Modules
|
||||
import HepLean.Lorentz.RealVector.Modules
|
||||
/-!
|
||||
|
||||
# Real Lorentz vectors
|
|
@ -3,7 +3,7 @@ Copyright (c) 2024 Joseph Tooby-Smith. All rights reserved.
|
|||
Released under Apache 2.0 license as described in the file LICENSE.
|
||||
Authors: Joseph Tooby-Smith
|
||||
-/
|
||||
import HepLean.SpaceTime.LorentzVector.Real.Basic
|
||||
import HepLean.Lorentz.RealVector.Basic
|
||||
/-!
|
||||
|
||||
# Contraction of Real Lorentz vectors
|
|
@ -3,7 +3,7 @@ Copyright (c) 2024 Joseph Tooby-Smith. All rights reserved.
|
|||
Released under Apache 2.0 license as described in the file LICENSE.
|
||||
Authors: Joseph Tooby-Smith
|
||||
-/
|
||||
import HepLean.SpaceTime.LorentzVector.Real.Contraction
|
||||
import HepLean.Lorentz.RealVector.Contraction
|
||||
import Mathlib.GroupTheory.GroupAction.Blocks
|
||||
/-!
|
||||
|
|
@ -4,7 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
|
|||
Authors: Joseph Tooby-Smith
|
||||
-/
|
||||
import HepLean.Lorentz.Group.Basic
|
||||
import HepLean.SpaceTime.LorentzVector.Real.Basic
|
||||
import HepLean.Lorentz.RealVector.Basic
|
||||
import Mathlib.RepresentationTheory.Basic
|
||||
import HepLean.Lorentz.Group.Restricted
|
||||
import HepLean.SpaceTime.PauliMatrices.SelfAdjoint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue