Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Physlib/Particles/StandardModel/Representations.lean
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module

public import Mathlib.Analysis.Complex.Basic
public import Mathlib.LinearAlgebra.UnitaryGroup
public import Physlib.Meta.TODO.Basic
/-!
# Representations appearing in the Standard Model

Expand Down Expand Up @@ -55,4 +56,10 @@ lemma repU1_fundamentalSU2_commute (u1 : unitary ℂ) (g : specialUnitaryGroup (
apply Subtype.ext
simp

TODO "Define a structure capturing the fermionic content of the Standard Model, with all fermions
expressed as left-handed Weyl fermions (`Fermion.LeftHandedWeyl`) and including all three
families. The structure should carry a `Module ℂ` instance together with a representation of the
Lorentz group and a representation of the global gauge group `GaugeGroupI` (built from `repU1`
and `fundamentalSU2`)."

end StandardModel
Loading