feat: Informal lemmas about Higgs bosons

This commit is contained in:
jstoobysmith 2024-09-26 09:32:17 +00:00
parent b11d1771aa
commit 9c2f7baf33
5 changed files with 92 additions and 2 deletions

View file

@ -6,6 +6,7 @@ Authors: Joseph Tooby-Smith
import Mathlib.Data.Complex.Exponential
import Mathlib.Geometry.Manifold.Instances.Real
import Mathlib.LinearAlgebra.Matrix.ToLin
import HepLean.SpaceTime.Basic
import HepLean.Meta.Informal
/-!
# The Standard Model
@ -83,4 +84,26 @@ informal_definition GaugeGroup where
deps :≈ [``GaugeGroupI, ``gaugeGroup₆SubGroup, ``gaugeGroup₂SubGroup, ``gaugeGroup₃SubGroup,
``GaugeGroupQuot]
/-!
## Smoothness structure on the gauge group.
-/
informal_lemma gaugeGroupI_lie where
math :≈ "The gauge group `GaugeGroupI` is a Lie group.."
deps :≈ [``GaugeGroupI]
informal_lemma gaugeGroup_lie where
math :≈ "For every q in ``GaugeGroupQuot the group ``GaugeGroup q is a Lie group."
deps :≈ [``GaugeGroup]
informal_definition gaugeBundleI where
math :≈ "The trivial principal bundle over SpaceTime with structure group ``GaugeGroupI."
deps :≈ [``GaugeGroupI, ``SpaceTime]
informal_definition gaugeTransformI where
math :≈ "A global section of ``gaugeBundleI."
deps :≈ [``gaugeBundleI]
end StandardModel