Charge Spectrum #
i. Overview #
In this module we define the charge spectrum of a SU(5)
SUSY GUT theory with
additional charges (usually U(1)
) valued in ๐ฉ
satisfying the condition of:
- The optional existence of a
Hd
particle in thebar 5
representation. - The optional existence of a
Hu
particle in the5
representation. - The optional existence of matter in the
bar 5
representation. - The optional existence of matter in the
10
representation.
The charge spectrum contains the information of the unique charges of each type of particle present in theory. Importantly, the charge spectrum does not contain information about the multiplicity of those charges.
With just the charge spectrum of the theory it is possible to put a number of constraints on the theory, most notably phenomenological constraints.
By keeping the presence of Hd
and Hu
optional, we can define a number of useful properties
of the charge spectrum, which can help in searching for viable theories.
ii. Key results #
ChargeSpectrum ๐ฉ
: The type of charge spectra with charges of type๐ฉ
, which is usuallyโค
.
iii. Table of contents #
- A. The definition of the charge spectrum
- A.1. Extensionality properties
- A.2. Relation to products
- A.3. Rendering
- B. The subset relation
- C. The empty charge spectrum
- D. The cardinality of a charge spectrum
- E. The power set of a charge spectrum
- F. Finite sets of charge spectra with values
iv. References #
There are no known references for charge spectra in the literature. They were created specifically for the purpose of PhysLean.
A. The definition of the charge spectrum #
The type such that an element corresponds to the collection of
charges associated with the matter content of the theory.
The order of charges is implicitly taken to be qHd
, qHu
, Q5
, Q10
.
The Q5
and Q10
charges are represented by Finset
rather than
Multiset
, so multiplicity is not included.
This is defined for a general type ๐ฉ
, which could be e.g.
โค
in the case ofU(1)
,โค ร โค
in the case ofU(1) ร U(1)
,Fin 2
in the case ofโคโ
etc.
- qHd : Option ๐ฉ
The charge of the
Hd
particle. - qHu : Option ๐ฉ
The negative of the charge of the
Hu
particle. That is to say, the charge of theHu
when considered in the 5-bar representation. - Q5 : Finset ๐ฉ
The finite set of charges of the matter fields in the
Q5
representation. - Q10 : Finset ๐ฉ
The finite set of charges of the matter fields in the
Q10
representation.
Instances For
A.1. Extensionality properties #
We prove extensionality properties for ChargeSpectrum ๐ฉ
, that is
conditions of when two elements of ChargeSpectrum ๐ฉ
are equal.
We also show that when ๐ฉ
has decidable equality, so does ChargeSpectrum ๐ฉ
.
A.2. Relation to products #
We show that ChargeSpectrum ๐ฉ
is equivalent to the product
Option ๐ฉ ร Option ๐ฉ ร Finset ๐ฉ ร Fin ๐ฉ
.
In an old implementation this was definitionally true, it is not so now.
A.3. Rendering #
Equations
- One or more equations did not get rendered due to their size.
B. The subset relation #
We define a HasSubset
and HasSSubset
instance on ChargeSpectrum ๐ฉ
.
Equations
- One or more equations did not get rendered due to their size.
Equations
- SuperSymmetry.SU5.ChargeSpectrum.hasSSubset = { SSubset := fun (x y : SuperSymmetry.SU5.ChargeSpectrum ๐ฉ) => x โ y โง x โ y }
Equations
C. The empty charge spectrum #
D. The cardinality of a charge spectrum #
The cardinality of a Charges
is defined to be the sum of the cardinalities
of each of the underlying finite sets of charges, with Option โค
turned to finsets.
Instances For
E. The power set of a charge spectrum #
The powerset of a charge . Given a charge x : Charges
it's powerset is the finite set of all Charges
which are subsets of x
.
Equations
Instances For
F. Finite sets of charge spectra with values #
We define the finite set of ChargeSpectrum
with 5-bar and 10d representation
charges in a given finite set.
Given S5 S10 : Finset ๐ฉ
the finite set of charges associated with
for which the 5-bar representation charges sit in S5
and
the 10d representation charges sit in S10
.
Equations
- One or more equations did not get rendered due to their size.