feat: Extract informal def and lemmas

This commit is contained in:
jstoobysmith 2024-09-16 10:07:40 -04:00
parent 0214c166b5
commit bf5db3aa91
4 changed files with 106 additions and 15 deletions

View file

@ -178,6 +178,7 @@ informal_lemma zero_is_zero_section where
physics :≈ "The zero Higgs field is the zero section of the Higgs bundle."
math :≈ "The HiggsField `zero` defined by `ofReal 0`
is the constant zero-section of the bundle `HiggsBundle`."
deps :≈ [`StandardModel.HiggsField.zero]
end HiggsField

View file

@ -196,6 +196,7 @@ informal_lemma stablity_group where
for non-zero `‖φ‖` is the `SU(3) x U(1)` subgroup of
`gaugeGroup := SU(3) x SU(2) x U(1)` with the embedding given by
`(g, e^{i θ}) ↦ (g, diag (e ^ {3 * i θ}, e ^ {- 3 * i θ}), e^{i θ})`."
deps :≈ [`StandardModel.HiggsVec, `StandardModel.HiggsVec.rep]
end HiggsVec