PhysLean Documentation

PhysLean.Particles.SuperSymmetry.SU5.ChargeSpectrum.OfFieldLabel

Charges assocaited with a field label #

i. Overview #

Recall that a FieldLabel is one of the seven possible superfields in the SU(5) GUT, corresponding to the fields present and their conjugates.

Given a charge spectrum x : ChargeSpectrum 𝓩, we are intrested in the finite set of charges carried by representations associated with a given FieldLabel.

Results in this module will be used to find the charges associated with terms in the potential.

ii. Key results #

iii. Table of contents #

iv. References #

There are no known references for the results in this file.

A. Charges associated with a field label #

We first define ofFieldLabel, which given a charge spectrum x : ChargeSpectrum 𝓩 and a FieldLabel, returns the finite set of charges associated with representations corresponding to that FieldLabel.

A.1. The field labels for the empty charge spectrum #

We show that the charges associated with any field label for the empty charge spectrum is empty. This follows directly from the definition.

@[simp]

ofFieldLabel ∅ F is empty for any field label F.

A.2. Monotonicity of ofFieldLabel #

We show that the function ofFieldLabel is monotone in the charge spectrum, with relation to the subset relation. That is for a fixed field label F, if x ⊆ y are charge spectra, then ofFieldLabel x F ⊆ ofFieldLabel y F.

The function ofFieldLabel is monotone in the charge spectrum.

A.3. Membership of conjugate charegs #

We show that a charge is a member of the finite sets associated with a field label if and only if its negative is a member of the finite set associated with the conjugate field label.

A.4. Extensionality of charge spectra via ofFieldLabel #

We whow that two charge spectra are equal if they are equal on all field labels.

This extensionality lemma is actually overkill in most cases, as there are a lot more direct ways to show that two charge spectra are equal.

Two charges are equal if they are equal on all field labels.