PhysLean/HepLean.lean

208 lines
10 KiB
Text
Raw Normal View History

import HepLean.AnomalyCancellation.Basic
2024-04-17 09:14:27 -04:00
import HepLean.AnomalyCancellation.GroupActions
2024-04-17 16:23:40 -04:00
import HepLean.AnomalyCancellation.MSSMNu.B3
2024-04-17 15:12:20 -04:00
import HepLean.AnomalyCancellation.MSSMNu.Basic
2024-04-17 16:23:40 -04:00
import HepLean.AnomalyCancellation.MSSMNu.HyperCharge
import HepLean.AnomalyCancellation.MSSMNu.LineY3B3
2024-04-22 07:00:17 -04:00
import HepLean.AnomalyCancellation.MSSMNu.OrthogY3B3.Basic
import HepLean.AnomalyCancellation.MSSMNu.OrthogY3B3.PlaneWithY3B3
import HepLean.AnomalyCancellation.MSSMNu.OrthogY3B3.ToSols
2024-04-17 16:23:40 -04:00
import HepLean.AnomalyCancellation.MSSMNu.Permutations
import HepLean.AnomalyCancellation.MSSMNu.Y3
2024-04-18 09:53:05 -04:00
import HepLean.AnomalyCancellation.PureU1.Basic
import HepLean.AnomalyCancellation.PureU1.BasisLinear
2024-04-18 10:09:08 -04:00
import HepLean.AnomalyCancellation.PureU1.ConstAbs
2024-04-18 11:09:21 -04:00
import HepLean.AnomalyCancellation.PureU1.Even.BasisLinear
2024-04-18 11:30:10 -04:00
import HepLean.AnomalyCancellation.PureU1.Even.LineInCubic
import HepLean.AnomalyCancellation.PureU1.Even.Parameterization
2024-04-18 11:30:10 -04:00
import HepLean.AnomalyCancellation.PureU1.LineInPlaneCond
2024-04-18 10:50:21 -04:00
import HepLean.AnomalyCancellation.PureU1.LowDim.One
import HepLean.AnomalyCancellation.PureU1.LowDim.Three
import HepLean.AnomalyCancellation.PureU1.LowDim.Two
2024-04-18 11:09:21 -04:00
import HepLean.AnomalyCancellation.PureU1.Odd.BasisLinear
2024-04-18 11:30:10 -04:00
import HepLean.AnomalyCancellation.PureU1.Odd.LineInCubic
import HepLean.AnomalyCancellation.PureU1.Odd.Parameterization
2024-04-18 09:53:05 -04:00
import HepLean.AnomalyCancellation.PureU1.Permutations
2024-07-30 08:07:47 -04:00
import HepLean.AnomalyCancellation.PureU1.Sorts
2024-04-18 10:09:08 -04:00
import HepLean.AnomalyCancellation.PureU1.VectorLike
import HepLean.AnomalyCancellation.SM.Basic
import HepLean.AnomalyCancellation.SM.FamilyMaps
import HepLean.AnomalyCancellation.SM.NoGrav.Basic
import HepLean.AnomalyCancellation.SM.NoGrav.One.Lemmas
2024-04-17 14:28:07 -04:00
import HepLean.AnomalyCancellation.SM.NoGrav.One.LinearParameterization
import HepLean.AnomalyCancellation.SM.Permutations
2024-04-18 08:40:46 -04:00
import HepLean.AnomalyCancellation.SMNu.Basic
import HepLean.AnomalyCancellation.SMNu.FamilyMaps
import HepLean.AnomalyCancellation.SMNu.NoGrav.Basic
import HepLean.AnomalyCancellation.SMNu.Ordinary.Basic
2024-04-19 10:08:56 -04:00
import HepLean.AnomalyCancellation.SMNu.Ordinary.DimSevenPlane
import HepLean.AnomalyCancellation.SMNu.Ordinary.FamilyMaps
2024-04-18 09:06:16 -04:00
import HepLean.AnomalyCancellation.SMNu.Permutations
2024-04-18 09:26:45 -04:00
import HepLean.AnomalyCancellation.SMNu.PlusU1.BMinusL
2024-04-18 09:29:34 -04:00
import HepLean.AnomalyCancellation.SMNu.PlusU1.Basic
2024-04-19 10:08:56 -04:00
import HepLean.AnomalyCancellation.SMNu.PlusU1.BoundPlaneDim
2024-04-18 09:06:16 -04:00
import HepLean.AnomalyCancellation.SMNu.PlusU1.FamilyMaps
2024-04-18 09:26:45 -04:00
import HepLean.AnomalyCancellation.SMNu.PlusU1.HyperCharge
2024-04-19 10:08:56 -04:00
import HepLean.AnomalyCancellation.SMNu.PlusU1.PlaneNonSols
2024-04-18 09:26:45 -04:00
import HepLean.AnomalyCancellation.SMNu.PlusU1.QuadSol
import HepLean.AnomalyCancellation.SMNu.PlusU1.QuadSolToSol
2024-09-24 08:55:30 +00:00
import HepLean.BeyondTheStandardModel.GeorgiGlashow.Basic
2024-09-19 06:07:27 -04:00
import HepLean.BeyondTheStandardModel.PatiSalam.Basic
2024-09-19 07:55:35 -04:00
import HepLean.BeyondTheStandardModel.Spin10.Basic
2024-06-07 14:37:09 -04:00
import HepLean.BeyondTheStandardModel.TwoHDM.Basic
import HepLean.BeyondTheStandardModel.TwoHDM.GaugeOrbits
2024-04-29 10:42:44 -04:00
import HepLean.FlavorPhysics.CKMMatrix.Basic
import HepLean.FlavorPhysics.CKMMatrix.Invariants
import HepLean.FlavorPhysics.CKMMatrix.PhaseFreedom
import HepLean.FlavorPhysics.CKMMatrix.Relations
import HepLean.FlavorPhysics.CKMMatrix.Rows
import HepLean.FlavorPhysics.CKMMatrix.StandardParameterization.Basic
import HepLean.FlavorPhysics.CKMMatrix.StandardParameterization.StandardParameters
2024-11-09 17:31:18 +00:00
import HepLean.Lorentz.Algebra.Basic
import HepLean.Lorentz.Algebra.Basis
2024-11-09 17:46:52 +00:00
import HepLean.Lorentz.ComplexTensor.Basic
import HepLean.Lorentz.ComplexTensor.Basis
import HepLean.Lorentz.ComplexTensor.Bispinors.Basic
import HepLean.Lorentz.ComplexTensor.Lemmas
import HepLean.Lorentz.ComplexTensor.Metrics.Basic
import HepLean.Lorentz.ComplexTensor.Metrics.Basis
import HepLean.Lorentz.ComplexTensor.Metrics.Lemmas
import HepLean.Lorentz.ComplexTensor.PauliMatrices.Basic
import HepLean.Lorentz.ComplexTensor.PauliMatrices.Basis
import HepLean.Lorentz.ComplexTensor.PauliMatrices.CoContractContr
import HepLean.Lorentz.ComplexTensor.Units.Basic
import HepLean.Lorentz.ComplexTensor.Units.Symm
2024-11-09 17:41:00 +00:00
import HepLean.Lorentz.ComplexVector.Basic
import HepLean.Lorentz.ComplexVector.Contraction
import HepLean.Lorentz.ComplexVector.Metric
import HepLean.Lorentz.ComplexVector.Modules
import HepLean.Lorentz.ComplexVector.Two
import HepLean.Lorentz.ComplexVector.Unit
2024-11-09 17:29:43 +00:00
import HepLean.Lorentz.Group.Basic
import HepLean.Lorentz.Group.Boosts
import HepLean.Lorentz.Group.Orthochronous
import HepLean.Lorentz.Group.Proper
import HepLean.Lorentz.Group.Restricted
import HepLean.Lorentz.Group.Rotations
2024-11-09 17:41:00 +00:00
import HepLean.Lorentz.MinkowskiMatrix
2024-11-09 17:43:48 +00:00
import HepLean.Lorentz.PauliMatrices.AsTensor
import HepLean.Lorentz.PauliMatrices.Basic
import HepLean.Lorentz.PauliMatrices.SelfAdjoint
2024-11-09 17:37:12 +00:00
import HepLean.Lorentz.RealVector.Basic
import HepLean.Lorentz.RealVector.Contraction
import HepLean.Lorentz.RealVector.Modules
2024-11-10 06:57:41 +00:00
import HepLean.Lorentz.RealVector.NormOne
2024-11-09 17:43:48 +00:00
import HepLean.Lorentz.SL2C.Basic
2025-01-11 20:09:29 +08:00
import HepLean.Lorentz.SL2C.SelfAdjoint
2024-11-09 17:35:02 +00:00
import HepLean.Lorentz.Weyl.Basic
import HepLean.Lorentz.Weyl.Contraction
import HepLean.Lorentz.Weyl.Metric
import HepLean.Lorentz.Weyl.Modules
import HepLean.Lorentz.Weyl.Two
import HepLean.Lorentz.Weyl.Unit
2024-10-19 08:49:26 +00:00
import HepLean.Mathematics.Fin
import HepLean.Mathematics.Fin.Involutions
2024-06-26 14:04:18 -04:00
import HepLean.Mathematics.LinearMaps
import HepLean.Mathematics.List
import HepLean.Mathematics.List.InsertIdx
import HepLean.Mathematics.List.InsertionSort
import HepLean.Mathematics.PiTensorProduct
2024-06-27 08:48:09 -04:00
import HepLean.Mathematics.SO3.Basic
2025-01-11 17:11:38 +00:00
import HepLean.Mathematics.SchurTriangulation
2024-09-04 08:33:00 -04:00
import HepLean.Meta.AllFilePaths
2024-11-11 11:23:27 +00:00
import HepLean.Meta.Basic
import HepLean.Meta.Informal.Basic
import HepLean.Meta.Informal.Post
2024-12-04 16:24:23 +00:00
import HepLean.Meta.Notes.Basic
import HepLean.Meta.Notes.HTMLNote
2024-12-04 16:42:59 +00:00
import HepLean.Meta.Notes.NoteFile
2024-12-04 16:24:23 +00:00
import HepLean.Meta.Notes.ToHTML
2025-01-23 14:31:03 +00:00
import HepLean.Meta.Remark.Basic
import HepLean.Meta.Remark.Properties
2025-01-22 10:32:39 +00:00
import HepLean.Meta.TODO.Basic
2024-09-04 08:33:00 -04:00
import HepLean.Meta.TransverseTactics
import HepLean.PerturbationTheory.CreateAnnihilate
2024-12-02 16:26:19 +00:00
import HepLean.PerturbationTheory.FeynmanDiagrams.Basic
import HepLean.PerturbationTheory.FeynmanDiagrams.Instances.ComplexScalar
import HepLean.PerturbationTheory.FeynmanDiagrams.Instances.Phi4
import HepLean.PerturbationTheory.FeynmanDiagrams.Momentum
2025-02-03 12:12:36 +00:00
import HepLean.PerturbationTheory.FieldOpAlgebra.Basic
import HepLean.PerturbationTheory.FieldOpAlgebra.NormalOrder
import HepLean.PerturbationTheory.FieldOpAlgebra.StaticWickTheorem
import HepLean.PerturbationTheory.FieldOpAlgebra.SuperCommute
import HepLean.PerturbationTheory.FieldOpAlgebra.TimeContraction
import HepLean.PerturbationTheory.FieldOpAlgebra.TimeOrder
import HepLean.PerturbationTheory.FieldOpAlgebra.WicksTheorem
import HepLean.PerturbationTheory.FieldOpAlgebra.WicksTheoremNormal
import HepLean.PerturbationTheory.FieldOpFreeAlgebra.Basic
import HepLean.PerturbationTheory.FieldOpFreeAlgebra.Grading
import HepLean.PerturbationTheory.FieldOpFreeAlgebra.NormTimeOrder
import HepLean.PerturbationTheory.FieldOpFreeAlgebra.NormalOrder
import HepLean.PerturbationTheory.FieldOpFreeAlgebra.SuperCommute
import HepLean.PerturbationTheory.FieldOpFreeAlgebra.TimeOrder
import HepLean.PerturbationTheory.FieldSpecification.Basic
2025-02-03 11:28:14 +00:00
import HepLean.PerturbationTheory.FieldSpecification.CrAnFieldOp
2025-02-03 11:42:56 +00:00
import HepLean.PerturbationTheory.FieldSpecification.CrAnSection
import HepLean.PerturbationTheory.FieldSpecification.Examples
import HepLean.PerturbationTheory.FieldSpecification.Filters
import HepLean.PerturbationTheory.FieldSpecification.NormalOrder
import HepLean.PerturbationTheory.FieldSpecification.TimeOrder
import HepLean.PerturbationTheory.FieldStatistics.Basic
import HepLean.PerturbationTheory.FieldStatistics.ExchangeSign
import HepLean.PerturbationTheory.FieldStatistics.OfFinset
import HepLean.PerturbationTheory.Koszul.KoszulSign
import HepLean.PerturbationTheory.Koszul.KoszulSignInsert
import HepLean.PerturbationTheory.WickContraction.Basic
import HepLean.PerturbationTheory.WickContraction.Erase
import HepLean.PerturbationTheory.WickContraction.ExtractEquiv
2025-01-24 07:18:48 +00:00
import HepLean.PerturbationTheory.WickContraction.InsertAndContract
import HepLean.PerturbationTheory.WickContraction.InsertAndContractNat
import HepLean.PerturbationTheory.WickContraction.Involutions
import HepLean.PerturbationTheory.WickContraction.IsFull
2025-02-03 05:39:48 +00:00
import HepLean.PerturbationTheory.WickContraction.Join
2025-02-03 10:47:18 +00:00
import HepLean.PerturbationTheory.WickContraction.Sign.Basic
2025-02-03 10:51:42 +00:00
import HepLean.PerturbationTheory.WickContraction.Sign.InsertNone
import HepLean.PerturbationTheory.WickContraction.Sign.InsertSome
import HepLean.PerturbationTheory.WickContraction.Sign.Join
2025-02-03 05:39:48 +00:00
import HepLean.PerturbationTheory.WickContraction.Singleton
2025-01-30 12:45:00 +00:00
import HepLean.PerturbationTheory.WickContraction.StaticContract
2025-02-03 05:39:48 +00:00
import HepLean.PerturbationTheory.WickContraction.SubContraction
2025-02-03 06:14:33 +00:00
import HepLean.PerturbationTheory.WickContraction.TimeCond
import HepLean.PerturbationTheory.WickContraction.TimeContract
import HepLean.PerturbationTheory.WickContraction.Uncontracted
import HepLean.PerturbationTheory.WickContraction.UncontractedList
2024-05-14 08:25:03 -04:00
import HepLean.SpaceTime.Basic
import HepLean.SpaceTime.CliffordAlgebra
2024-05-06 11:09:37 -04:00
import HepLean.StandardModel.Basic
2024-05-09 15:09:14 -04:00
import HepLean.StandardModel.HiggsBoson.Basic
2024-07-10 11:34:34 -04:00
import HepLean.StandardModel.HiggsBoson.GaugeAction
import HepLean.StandardModel.HiggsBoson.PointwiseInnerProd
import HepLean.StandardModel.HiggsBoson.Potential
2024-05-09 15:09:14 -04:00
import HepLean.StandardModel.Representations
2024-10-11 16:09:40 +00:00
import HepLean.Tensors.OverColor.Basic
2024-10-16 16:38:36 +00:00
import HepLean.Tensors.OverColor.Discrete
2024-10-11 16:09:40 +00:00
import HepLean.Tensors.OverColor.Functors
import HepLean.Tensors.OverColor.Iso
2024-10-12 07:19:25 +00:00
import HepLean.Tensors.OverColor.Lift
import HepLean.Tensors.TensorSpecies.Basic
import HepLean.Tensors.TensorSpecies.Contractions.Basic
import HepLean.Tensors.TensorSpecies.Contractions.Categorical
import HepLean.Tensors.TensorSpecies.Contractions.ContrMap
2024-11-18 13:58:22 +00:00
import HepLean.Tensors.TensorSpecies.DualRepIso
2024-11-15 10:44:42 +00:00
import HepLean.Tensors.TensorSpecies.MetricTensor
2024-11-19 09:40:08 +00:00
import HepLean.Tensors.TensorSpecies.Pure
2024-11-15 10:44:42 +00:00
import HepLean.Tensors.TensorSpecies.UnitTensor
2024-10-08 07:31:33 +00:00
import HepLean.Tensors.Tree.Basic
import HepLean.Tensors.Tree.Dot
2024-10-08 07:31:33 +00:00
import HepLean.Tensors.Tree.Elab
2024-11-18 13:58:22 +00:00
import HepLean.Tensors.Tree.NodeIdentities.Assoc
2024-10-19 08:49:26 +00:00
import HepLean.Tensors.Tree.NodeIdentities.Basic
2024-10-29 11:18:28 +00:00
import HepLean.Tensors.Tree.NodeIdentities.Congr
2024-10-19 08:49:26 +00:00
import HepLean.Tensors.Tree.NodeIdentities.ContrContr
2024-10-21 13:40:23 +00:00
import HepLean.Tensors.Tree.NodeIdentities.ContrSwap
2024-10-19 08:49:26 +00:00
import HepLean.Tensors.Tree.NodeIdentities.PermContr
import HepLean.Tensors.Tree.NodeIdentities.PermProd
2024-10-22 13:16:38 +00:00
import HepLean.Tensors.Tree.NodeIdentities.ProdAssoc
2024-10-21 07:17:03 +00:00
import HepLean.Tensors.Tree.NodeIdentities.ProdComm
2024-10-28 07:36:41 +00:00
import HepLean.Tensors.Tree.NodeIdentities.ProdContr