Skip to content

Comments

Introduce Z-prime charge assignments for Standard Model fermions#913

Open
ValentinBredemestre wants to merge 1 commit intolean-phys-community:masterfrom
ValentinBredemestre:Issue-880-sm-zprime-charges
Open

Introduce Z-prime charge assignments for Standard Model fermions#913
ValentinBredemestre wants to merge 1 commit intolean-phys-community:masterfrom
ValentinBredemestre:Issue-880-sm-zprime-charges

Conversation

@ValentinBredemestre
Copy link
Contributor

Introduce the key data structure for Z′-models over the Standard Model: integer charge assignments for the chiral SM fermions with n families.

This provides a lightweight foundation for the Z′ API (issue #880), on which family symmetries, anomaly cancellation conditions, and equivalence relations will be built in subsequent work.

Introduce the key data structure for Z′-models over the Standard Model:
integer charge assignments for the chiral SM fermions with n families.

This provides a lightweight foundation for the Z′ API (issue lean-phys-community#880), on which
family symmetries, anomaly cancellation conditions, and equivalence relations
will be built in subsequent work.
@ValentinBredemestre ValentinBredemestre requested a review from a team as a code owner January 17, 2026 20:51
-/

/-- Integer Z′-charges for the `n`-family Standard Model fermions (without RHN). -/
abbrev SMZPrimeCharges (n : ℕ) : Type := Fin 5 → Fin n → ℤ
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks, good, although I would make this a structure not an abbreviation. You could even make the fields of the abbreviation Q, U, D etc. I would also make a note in

https://github.com/HEPLean/PhysLean/blob/master/PhysLean/Particles/StandardModel/AnomalyCancellation/Basic.lean

About this new definition of things

@jstoobysmith jstoobysmith added awaiting-author A reviewer has asked the author a question or requested changes t-particles Particles labels Feb 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting-author A reviewer has asked the author a question or requested changes t-particles Particles

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants