refactor: Create Mathematics folder

This commit is contained in:
jstoobysmith 2024-06-26 14:04:18 -04:00
parent d2c89d8cc2
commit 049370513d
5 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,5 @@
import HepLean.AnomalyCancellation.Basic import HepLean.AnomalyCancellation.Basic
import HepLean.AnomalyCancellation.GroupActions import HepLean.AnomalyCancellation.GroupActions
import HepLean.AnomalyCancellation.LinearMaps
import HepLean.AnomalyCancellation.MSSMNu.B3 import HepLean.AnomalyCancellation.MSSMNu.B3
import HepLean.AnomalyCancellation.MSSMNu.Basic import HepLean.AnomalyCancellation.MSSMNu.Basic
import HepLean.AnomalyCancellation.MSSMNu.HyperCharge import HepLean.AnomalyCancellation.MSSMNu.HyperCharge
@ -59,7 +58,8 @@ import HepLean.FlavorPhysics.CKMMatrix.Relations
import HepLean.FlavorPhysics.CKMMatrix.Rows import HepLean.FlavorPhysics.CKMMatrix.Rows
import HepLean.FlavorPhysics.CKMMatrix.StandardParameterization.Basic import HepLean.FlavorPhysics.CKMMatrix.StandardParameterization.Basic
import HepLean.FlavorPhysics.CKMMatrix.StandardParameterization.StandardParameters import HepLean.FlavorPhysics.CKMMatrix.StandardParameterization.StandardParameters
import HepLean.GroupTheory.SO3.Basic import HepLean.Mathematics.SO3.Basic
import HepLean.Mathematics.LinearMaps
import HepLean.SpaceTime.AsSelfAdjointMatrix import HepLean.SpaceTime.AsSelfAdjointMatrix
import HepLean.SpaceTime.Basic import HepLean.SpaceTime.Basic
import HepLean.SpaceTime.CliffordAlgebra import HepLean.SpaceTime.CliffordAlgebra

View file

@ -3,7 +3,7 @@ Copyright (c) 2024 Joseph Tooby-Smith. All rights reserved.
Released under Apache 2.0 license. Released under Apache 2.0 license.
Authors: Joseph Tooby-Smith Authors: Joseph Tooby-Smith
-/ -/
import HepLean.AnomalyCancellation.LinearMaps import HepLean.Mathematics.LinearMaps
import Mathlib.Algebra.Module.Basic import Mathlib.Algebra.Module.Basic
import Mathlib.LinearAlgebra.FiniteDimensional import Mathlib.LinearAlgebra.FiniteDimensional
/-! /-!

View file

@ -4,7 +4,7 @@ Released under Apache 2.0 license.
Authors: Joseph Tooby-Smith Authors: Joseph Tooby-Smith
-/ -/
import HepLean.SpaceTime.LorentzGroup.Basic import HepLean.SpaceTime.LorentzGroup.Basic
import HepLean.GroupTheory.SO3.Basic import HepLean.Mathematics.SO3.Basic
import Mathlib.Topology.Constructions import Mathlib.Topology.Constructions
/-! /-!
# Rotations # Rotations