docs: More todos

This commit is contained in:
jstoobysmith 2024-07-09 19:22:16 -04:00
parent b5a22f9685
commit f83908e259
9 changed files with 13 additions and 23 deletions

View file

@ -21,7 +21,7 @@ open Matrix
open Complex
open ComplexConjugate
/-- The global gauge group of the standard model. TODO: Generalize to quotient. -/
/-- The global gauge group of the standard model. -/
abbrev GaugeGroup : Type :=
specialUnitaryGroup (Fin 3) × specialUnitaryGroup (Fin 2) × unitary

View file

@ -41,7 +41,8 @@ open SpaceTime
-/
/-- The trivial vector bundle 𝓡² × ℂ². (TODO: Make associated bundle.) -/
/-! TODO: Make `HiggsBundle` an associated bundle. -/
/-- The trivial vector bundle 𝓡² × ℂ². -/
abbrev HiggsBundle := Bundle.Trivial SpaceTime HiggsVec
instance : SmoothVectorBundle HiggsVec HiggsBundle SpaceTime.asSmoothManifold :=