refactor: Move Real Lorentz vect

This commit is contained in:
jstoobysmith 2024-11-09 17:37:12 +00:00
parent 58ea861113
commit e3ad445866
9 changed files with 10 additions and 10 deletions

View file

@ -70,6 +70,9 @@ import HepLean.Lorentz.Group.Orthochronous
import HepLean.Lorentz.Group.Proper 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.RealVector.Basic
import HepLean.Lorentz.RealVector.Contraction
import HepLean.Lorentz.RealVector.Modules
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
@ -91,9 +94,6 @@ import HepLean.SpaceTime.LorentzVector.Complex.Metric
import HepLean.SpaceTime.LorentzVector.Complex.Modules import HepLean.SpaceTime.LorentzVector.Complex.Modules
import HepLean.SpaceTime.LorentzVector.Complex.Two import HepLean.SpaceTime.LorentzVector.Complex.Two
import HepLean.SpaceTime.LorentzVector.Complex.Unit import HepLean.SpaceTime.LorentzVector.Complex.Unit
import HepLean.SpaceTime.LorentzVector.Real.Basic
import HepLean.SpaceTime.LorentzVector.Real.Contraction
import HepLean.SpaceTime.LorentzVector.Real.Modules
import HepLean.SpaceTime.MinkowskiMatrix import HepLean.SpaceTime.MinkowskiMatrix
import HepLean.SpaceTime.PauliMatrices.AsTensor import HepLean.SpaceTime.PauliMatrices.AsTensor
import HepLean.SpaceTime.PauliMatrices.Basic import HepLean.SpaceTime.PauliMatrices.Basic

View file

@ -5,7 +5,7 @@ Authors: Joseph Tooby-Smith
-/ -/
import HepLean.SpaceTime.MinkowskiMatrix import HepLean.SpaceTime.MinkowskiMatrix
import Mathlib.Algebra.Lie.Classical import Mathlib.Algebra.Lie.Classical
import HepLean.SpaceTime.LorentzVector.Real.Basic import HepLean.Lorentz.RealVector.Basic
/-! /-!
# The Lorentz Algebra # The Lorentz Algebra

View file

@ -5,7 +5,7 @@ Authors: Joseph Tooby-Smith
-/ -/
import HepLean.Lorentz.Group.Proper import HepLean.Lorentz.Group.Proper
import Mathlib.Topology.Constructions import Mathlib.Topology.Constructions
import HepLean.SpaceTime.LorentzVector.Real.NormOne import HepLean.Lorentz.RealVector.NormOne
/-! /-!
# Boosts # Boosts

View file

@ -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. Released under Apache 2.0 license as described in the file LICENSE.
Authors: Joseph Tooby-Smith Authors: Joseph Tooby-Smith
-/ -/
import HepLean.SpaceTime.LorentzVector.Real.NormOne import HepLean.Lorentz.RealVector.NormOne
import HepLean.Lorentz.Group.Proper import HepLean.Lorentz.Group.Proper
/-! /-!
# The Orthochronous Lorentz Group # The Orthochronous Lorentz Group

View file

@ -8,7 +8,7 @@ import Mathlib.Analysis.InnerProductSpace.PiL2
import HepLean.Lorentz.Group.Basic import HepLean.Lorentz.Group.Basic
import HepLean.Meta.Informal import HepLean.Meta.Informal
import Mathlib.RepresentationTheory.Rep import Mathlib.RepresentationTheory.Rep
import HepLean.SpaceTime.LorentzVector.Real.Modules import HepLean.Lorentz.RealVector.Modules
/-! /-!
# Real Lorentz vectors # Real Lorentz vectors

View file

@ -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. Released under Apache 2.0 license as described in the file LICENSE.
Authors: Joseph Tooby-Smith Authors: Joseph Tooby-Smith
-/ -/
import HepLean.SpaceTime.LorentzVector.Real.Basic import HepLean.Lorentz.RealVector.Basic
/-! /-!
# Contraction of Real Lorentz vectors # Contraction of Real Lorentz vectors

View file

@ -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. Released under Apache 2.0 license as described in the file LICENSE.
Authors: Joseph Tooby-Smith Authors: Joseph Tooby-Smith
-/ -/
import HepLean.SpaceTime.LorentzVector.Real.Contraction import HepLean.Lorentz.RealVector.Contraction
import Mathlib.GroupTheory.GroupAction.Blocks import Mathlib.GroupTheory.GroupAction.Blocks
/-! /-!

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.Lorentz.Group.Basic import HepLean.Lorentz.Group.Basic
import HepLean.SpaceTime.LorentzVector.Real.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.SpaceTime.PauliMatrices.SelfAdjoint