PhyslibSearch

Physlib.Particles.SuperSymmetry.SU5.ChargeSpectrum.Basic

40 declarations

instance

Decidable equality for SU(5)SU(5) charge spectra

#instDecidableEq

For a type of charges Z\mathcal{Z} with decidable equality, the equality between any two charge spectra s1,s2ChargeSpectrum Zs_1, s_2 \in \text{ChargeSpectrum } \mathcal{Z} is also decidable.

definition

Equivalence between SU(5)SU(5) Charge Spectrum and the product of its components

#toProd

For a given type of charges Z\mathcal{Z}, there exists an equivalence (bijection) between the charge spectrum ChargeSpectrum Z\text{ChargeSpectrum } \mathcal{Z} and the product type Option Z×Option Z×Finset Z×Finset Z\text{Option } \mathcal{Z} \times \text{Option } \mathcal{Z} \times \text{Finset } \mathcal{Z} \times \text{Finset } \mathcal{Z}. This mapping sends a charge spectrum ss to a quadruple (qHd,qHu,Q5ˉ,Q10)(q_{H_d}, q_{H_u}, Q_{\bar{5}}, Q_{10}), where qHdq_{H_d} and qHuq_{H_u} represent the optional charges of the HdH_d and HuH_u Higgs fields, and Q5ˉQ_{\bar{5}} and Q10Q_{10} are finite sets of charges corresponding to the 5ˉ\mathbf{\bar{5}} and 10\mathbf{10} matter representations, respectively.

instance

String representation of an SU(5)SU(5) charge spectrum

#instRepr

Given a type of charges Z\mathcal{Z} that possesses a string representation, this definition provides a string representation for a charge spectrum sChargeSpectrum Zs \in \text{ChargeSpectrum } \mathcal{Z}. If the charge spectrum is given by the quadruple s=qHd,qHu,Q5ˉ,Q10s = \langle q_{H_d}, q_{H_u}, Q_{\bar{5}}, Q_{10} \rangle—where qHdq_{H_d} and qHuq_{H_u} are the optional charges of the HdH_d and HuH_u Higgs fields, and Q5ˉQ_{\bar{5}} and Q10Q_{10} are finite sets of charges for the 5ˉ\mathbf{\bar{5}} and 10\mathbf{10} matter representations respectively—it is represented as a string in the format qHd,qHu,Q5ˉ,Q10\langle q_{H_d}, q_{H_u}, Q_{\bar{5}}, Q_{10} \rangle.

instance

Subset relation xyx \subseteq y for SU(5)SU(5) charge spectra

#hasSubset

For two SU(5)SU(5) charge spectra x,yChargeSpectrum Zx, y \in \text{ChargeSpectrum } \mathcal{Z}, the subset relation xyx \subseteq y is defined by the component-wise subset inclusion of their constituent charges. Specifically, xyx \subseteq y if and only if: 1. toFinset(x.qHd)toFinset(y.qHd)\text{toFinset}(x.q_{H_d}) \subseteq \text{toFinset}(y.q_{H_d}) 2. toFinset(x.qHu)toFinset(y.qHu)\text{toFinset}(x.q_{H_u}) \subseteq \text{toFinset}(y.q_{H_u}) 3. x.Q5ˉy.Q5ˉx.Q_{\bar{5}} \subseteq y.Q_{\bar{5}} 4. x.Q10y.Q10x.Q_{10} \subseteq y.Q_{10} where qHdq_{H_d} and qHuq_{H_u} are the optional charges of the HdH_d and HuH_u Higgs fields, Q5ˉQ_{\bar{5}} and Q10Q_{10} are the finite sets of charges for the 5ˉ\mathbf{\bar{5}} and 10\mathbf{10} matter representations, and toFinset\text{toFinset} is the mapping that sends an optional value to a singleton set if it exists or to the empty set otherwise.

instance

Strict subset relation xyx \subset y for SU(5)SU(5) charge spectra

#hasSSubset

For two SU(5)SU(5) charge spectra x,yChargeSpectrum Zx, y \in \text{ChargeSpectrum } \mathcal{Z}, the strict subset relation xyx \subset y is defined to hold if and only if xx is a subset of yy (xyx \subseteq y) and xx is not equal to yy (xyx \neq y).

instance

Decidability of the subset relation xyx \subseteq y for SU(5)SU(5) charge spectra

#subsetDecidable

Given a type Z\mathcal{Z} with decidable equality, the subset relation xyx \subseteq y between two SU(5)SU(5) charge spectra x,yChargeSpectrum Zx, y \in \text{ChargeSpectrum } \mathcal{Z} is decidable. This means there is an algorithm to determine whether xyx \subseteq y, which is defined by the conjunction of the following conditions: 1. toFinset(x.qHd)toFinset(y.qHd)\text{toFinset}(x.q_{H_d}) \subseteq \text{toFinset}(y.q_{H_d}) 2. toFinset(x.qHu)toFinset(y.qHu)\text{toFinset}(x.q_{H_u}) \subseteq \text{toFinset}(y.q_{H_u}) 3. x.Q5ˉy.Q5ˉx.Q_{\bar{5}} \subseteq y.Q_{\bar{5}} 4. x.Q10y.Q10x.Q_{10} \subseteq y.Q_{10} where qHdq_{H_d} and qHuq_{H_u} are optional charges for the Higgs fields, Q5ˉQ_{\bar{5}} and Q10Q_{10} are finite sets of charges for the matter representations, and toFinset\text{toFinset} converts optional values into singleton or empty sets.

theorem

Definition of the subset relation xyx \subseteq y for SU(5)SU(5) charge spectra

#subset_def

For any two SU(5)SU(5) charge spectra x,yChargeSpectrum Zx, y \in \text{ChargeSpectrum } \mathcal{Z}, the subset relation xyx \subseteq y holds if and only if: 1. toFinset(x.qHd)toFinset(y.qHd)\text{toFinset}(x.q_{H_d}) \subseteq \text{toFinset}(y.q_{H_d}) 2. toFinset(x.qHu)toFinset(y.qHu)\text{toFinset}(x.q_{H_u}) \subseteq \text{toFinset}(y.q_{H_u}) 3. x.Q5ˉy.Q5ˉx.Q_{\bar{5}} \subseteq y.Q_{\bar{5}} 4. x.Q10y.Q10x.Q_{10} \subseteq y.Q_{10} where qHdq_{H_d} and qHuq_{H_u} are the optional charges of the HdH_d and HuH_u Higgs fields, Q5ˉQ_{\bar{5}} and Q10Q_{10} are the finite sets of charges for the 5ˉ\mathbf{\bar{5}} and 10\mathbf{10} matter representations, and toFinset\text{toFinset} is a function that maps an optional value to a singleton set containing the value if it exists, or to the empty set otherwise.

theorem

Reflexivity of the subset relation for charge spectra (xxx \subseteq x)

#subset_refl

For any SU(5)SU(5) charge spectrum xChargeSpectrum Zx \in \text{ChargeSpectrum } \mathcal{Z}, the subset relation xxx \subseteq x holds. This relation is defined as the component-wise subset inclusion of the charges associated with the Higgs fields and matter representations within the spectrum.

theorem

x=y    x.toFinset=y.toFinsetx = y \iff x.\text{toFinset} = y.\text{toFinset}

#toFinset_inj

For any two optional values xx and yy of type Z\mathcal{Z}, the values are equal (x=yx = y) if and only if their corresponding finite sets are equal (x.toFinset=y.toFinsetx.\text{toFinset} = y.\text{toFinset}). Here, the finite set representation of an optional value is the singleton set {z}\{z\} if the value exists (i.e., x=some zx = \text{some } z), and the empty set \emptyset if the value is absent (i.e., x=nonex = \text{none}).

theorem

Transitivity of the subset relation for charge spectra (xyyz    xzx \subseteq y \wedge y \subseteq z \implies x \subseteq z)

#subset_trans

Let x,y,zChargeSpectrum Zx, y, z \in \text{ChargeSpectrum } \mathcal{Z} be charge spectra in an SU(5)SU(5) SUSY GUT. If xyx \subseteq y and yzy \subseteq z, then xzx \subseteq z.

theorem

Antisymmetry of the subset relation for charge spectra (xyyx    x=yx \subseteq y \wedge y \subseteq x \implies x = y)

#subset_antisymm

For any two SU(5)SU(5) SUSY GUT charge spectra x,yChargeSpectrum Zx, y \in \text{ChargeSpectrum } \mathcal{Z}, if xyx \subseteq y and yxy \subseteq x, then x=yx = y. The subset relation xyx \subseteq y is defined by the component-wise inclusion of the charges associated with the theory's particles. Specifically, xyx \subseteq y if and only if: 1. toFinset(x.qHd)toFinset(y.qHd)\text{toFinset}(x.q_{H_d}) \subseteq \text{toFinset}(y.q_{H_d}) 2. toFinset(x.qHu)toFinset(y.qHu)\text{toFinset}(x.q_{H_u}) \subseteq \text{toFinset}(y.q_{H_u}) 3. x.Q5ˉy.Q5ˉx.Q_{\bar{5}} \subseteq y.Q_{\bar{5}} 4. x.Q10y.Q10x.Q_{10} \subseteq y.Q_{10} where qHdq_{H_d} and qHuq_{H_u} are the optional charges of the HdH_d and HuH_u Higgs fields, Q5ˉQ_{\bar{5}} and Q10Q_{10} are the finite sets of charges for the 5ˉ\mathbf{\bar{5}} and 10\mathbf{10} matter representations, and toFinset\text{toFinset} maps an optional value to a singleton set if it exists or to an empty set if it is absent.

instance

Empty charge spectrum

#emptyInst

The empty charge spectrum ChargeSpectrum Z\emptyset \in \text{ChargeSpectrum } \mathcal{Z} is defined as the specific configuration where no particles are present. Formally, it is represented by the quadruple (none,none,,)(\text{none}, \text{none}, \emptyset, \emptyset), indicating that: - The optional Higgs down (HdH_d) charge is absent. - The optional Higgs up (HuH_u) charge is absent. - The finite set of charges for matter in the 5ˉ\bar{\mathbf{5}} representation is empty. - The finite set of charges for matter in the 10\mathbf{10} representation is empty.

theorem

=(none,none,,)\emptyset = (\text{none}, \text{none}, \emptyset, \emptyset) for SU(5)SU(5) Charge Spectra

#empty_eq

In the context of SU(5)SU(5) SUSY GUT theories, the empty charge spectrum ChargeSpectrum Z\emptyset \in \text{ChargeSpectrum } \mathcal{Z} is equal to the quadruple (none,none,,)(\text{none}, \text{none}, \emptyset, \emptyset). This represents a configuration where: - The optional Higgs down (HdH_d) charge is absent (none\text{none}). - The optional Higgs up (HuH_u) charge is absent (none\text{none}). - The set of charges for matter in the 5ˉ\bar{\mathbf{5}} representation is empty (\emptyset). - The set of charges for matter in the 10\mathbf{10} representation is empty (\emptyset).

theorem

x\emptyset \subseteq x for SU(5)SU(5) Charge Spectra

#empty_subset

For any SU(5)SU(5) charge spectrum xChargeSpectrum Zx \in \text{ChargeSpectrum } \mathcal{Z}, the empty charge spectrum \emptyset is a subset of xx, denoted as x\emptyset \subseteq x.

theorem

xx=x \subseteq \emptyset \leftrightarrow x = \emptyset for SU(5)SU(5) Charge Spectra

#subset_of_empty_iff_empty

For any SU(5)SU(5) charge spectrum xChargeSpectrum Zx \in \text{ChargeSpectrum } \mathcal{Z}, it holds that xx \subseteq \emptyset if and only if x=x = \emptyset. Here, \emptyset denotes the empty charge spectrum where no particles are present.

theorem

qHdq_{H_d} of the empty charge spectrum is none\text{none}

#empty_qHd

In an SU(5)SU(5) SUSY GUT theory, the charge of the Higgs down particle (HdH_d) in the empty charge spectrum ChargeSpectrum Z\emptyset \in \text{ChargeSpectrum } \mathcal{Z}, denoted by qHdq_{H_d}, is none\text{none}, indicating that the particle is absent from the spectrum.

theorem

The qHuq_{H_u} charge of the empty charge spectrum is absent

#empty_qHu

In an SU(5)SU(5) SUSY GUT theory, the optional charge of the Higgs up (HuH_u) particle in the empty charge spectrum \emptyset, denoted by qHuq_{H_u}, is absent (represented by `none`).

theorem

The Q5ˉQ_{\bar{5}} charge set of the empty charge spectrum is empty

#empty_Q5

In an SU(5)SU(5) SUSY GUT theory, the finite set of charges for matter in the 5ˉ\bar{\mathbf{5}} representation of the empty charge spectrum \emptyset, denoted by Q5ˉQ_{\bar{5}}, is the empty set \emptyset.

theorem

The Q10Q_{10} charge set of the empty charge spectrum is empty

#empty_Q10

In an SU(5)SU(5) SUSY GUT theory, the finite set of charges for matter in the 10\mathbf{10} representation of the empty charge spectrum \emptyset, denoted by Q10Q_{10}, is the empty set \emptyset.

definition

Cardinality of a charge spectrum xx

#card

The cardinality of a charge spectrum xx is the sum of the sizes of its constituent charge sets. Specifically, it is defined as: \[ \text{card}(x) = |q_{H_u}| + |q_{H_d}| + |Q_5| + |Q_{10}| \] where qHu|q_{H_u}| and qHd|q_{H_d}| are the cardinalities of the optional charges for the HuH_u and HdH_d particles (equal to 11 if the charge is present and 00 if it is absent), and Q5|Q_5| and Q10|Q_{10}| are the cardinalities of the finite sets of charges for the 5ˉ\bar{5} and 1010 representations, respectively.

theorem

card()=0\text{card}(\emptyset) = 0 for SU(5)SU(5) charge spectra

#card_empty

For an SU(5)SU(5) SUSY GUT theory, the cardinality of the empty charge spectrum ChargeSpectrum Z\emptyset \in \text{ChargeSpectrum } \mathcal{Z} is equal to 00.

theorem

xy    card(x)card(y)x \subseteq y \implies \text{card}(x) \le \text{card}(y) for SU(5)SU(5) Charge Spectra

#card_mono

For any two SU(5)SU(5) charge spectra xx and yy with charges in Z\mathcal{Z}, if xyx \subseteq y (meaning each constituent set of charges in xx is a subset of the corresponding set in yy), then the cardinality of xx is less than or equal to the cardinality of yy, denoted as card(x)card(y)\text{card}(x) \le \text{card}(y).

definition

Powerset of an optional value xOption Zx \in \text{Option } \mathcal{Z}

#powerset

Given a set of charges Z\mathcal{Z}, let Option Z\text{Option } \mathcal{Z} denote the type representing an optional value, which is either a value from Z\mathcal{Z} (denoted some y\text{some } y for yZy \in \mathcal{Z}) or an empty value (denoted none\text{none}). For an element xOption Zx \in \text{Option } \mathcal{Z}, the powerset function returns a finite set of optional values defined by: \[ \text{powerset}(x) = \begin{cases} \{ \text{none} \} & \text{if } x = \text{none} \\ \{ \text{none}, \text{some } y \} & \text{if } x = \text{some } y \end{cases} \] This construction treats xx as a set of at most one element and returns the set containing all its possible "subsets" in the Option\text{Option} type representation.

theorem

ypowerset(x)    toFinset(y)toFinset(x)y \in \text{powerset}(x) \iff \text{toFinset}(y) \subseteq \text{toFinset}(x)

#mem_powerset_iff

For any optional values x,yx, y of type Option Z\text{Option } \mathcal{Z}, yy is an element of the powerset of xx if and only if the finite set representation of yy is a subset of the finite set representation of xx. Here, the finite set representation toFinset(a)\text{toFinset}(a) is defined as the empty set \emptyset if a=nonea = \text{none} and the singleton set {z}\{z\} if a=some za = \text{some } z.

definition

Powerset of an SU(5)SU(5) Charge Spectrum xx

#powerset

For a given charge spectrum xChargeSpectrum Zx \in \text{ChargeSpectrum } \mathcal{Z}, its powerset is the finite set consisting of all charge spectra yy that are subsets of xx (denoted yxy \subseteq x). If the spectrum xx is represented by the components (qHd,qHu,Q5ˉ,Q10)(q_{H_d}, q_{H_u}, Q_{\bar{5}}, Q_{10}), where qHdq_{H_d} and qHuq_{H_u} are optional charges for the Higgs fields and Q5ˉ,Q10Q_{\bar{5}}, Q_{10} are finite sets of matter charges, then a spectrum y=(qHd,qHu,Q5ˉ,Q10)y = (q'_{H_d}, q'_{H_u}, Q'_{\bar{5}}, Q'_{10}) belongs to the powerset if and only if: - qHdq'_{H_d} is a subset of qHdq_{H_d} in the sense of the optional type (i.e., qHd=qHdq'_{H_d} = q_{H_d} or qHd=noneq'_{H_d} = \text{none}), - qHuq'_{H_u} is a subset of qHuq_{H_u}, - Q5ˉQ5ˉQ'_{\bar{5}} \subseteq Q_{\bar{5}}, and - Q10Q10Q'_{10} \subseteq Q_{10}.

theorem

xpowerset(y)x \in \text{powerset}(y) iff component-wise powerset membership holds for charge spectra

#mem_powerset_iff

For any two SU(5)SU(5) charge spectra x,yChargeSpectrum Zx, y \in \text{ChargeSpectrum } \mathcal{Z}, the spectrum xx is an element of the powerset of yy if and only if each of its components is an element of the powerset of the corresponding component in yy. That is, \[ x \in \text{powerset}(y) \iff x.q_{H_d} \in \text{powerset}(y.q_{H_d}) \land x.q_{H_u} \in \text{powerset}(y.q_{H_u}) \land x.Q_{\bar{5}} \in \text{powerset}(y.Q_{\bar{5}}) \land x.Q_{10} \in \text{powerset}(y.Q_{10}) \] where qHdq_{H_d} and qHuq_{H_u} are the optional Higgs charges, Q5ˉQ_{\bar{5}} and Q10Q_{10} are the finite sets of matter charges, and powerset\text{powerset} denotes the power set operation defined for the respective types.

theorem

xpowerset(y)    xyx \in \text{powerset}(y) \iff x \subseteq y for SU(5)SU(5) charge spectra

#mem_powerset_iff_subset

For any two SU(5)SU(5) charge spectra x,yChargeSpectrum Zx, y \in \text{ChargeSpectrum } \mathcal{Z}, xx is an element of the powerset of yy if and only if xx is a subset of yy (xyx \subseteq y). Here, the subset relation for charge spectra is defined by the component-wise inclusion of the charges for the Higgs fields Hd,HuH_d, H_u and the matter representations 5ˉ,10\mathbf{\bar{5}}, \mathbf{10}.

theorem

xpowerset xx \in \text{powerset } x

#self_mem_powerset

For any SU(5)SU(5) SUSY GUT charge spectrum xChargeSpectrum Zx \in \text{ChargeSpectrum } \mathcal{Z}, it holds that xx is an element of its own powerset, denoted as xpowerset xx \in \text{powerset } x.

theorem

powerset x\emptyset \in \text{powerset } x

#empty_mem_powerset

For any SU(5)SU(5) charge spectrum xChargeSpectrum Zx \in \text{ChargeSpectrum } \mathcal{Z}, the empty charge spectrum \emptyset is an element of the powerset of xx.

theorem

powerset()={}\text{powerset}(\emptyset) = \{\emptyset\} for SU(5)SU(5) Charge Spectra

#powerset_of_empty

The powerset of the empty SU(5)SU(5) charge spectrum ChargeSpectrum Z\emptyset \in \text{ChargeSpectrum } \mathcal{Z} is equal to the singleton set containing only the empty charge spectrum itself, denoted as {}\{\emptyset\}.

theorem

powerset xpowerset y    xy\text{powerset } x \subseteq \text{powerset } y \iff x \subseteq y for SU(5)SU(5) Charge Spectra

#powerset_mono

For any two SU(5)SU(5) charge spectra x,yChargeSpectrum Zx, y \in \text{ChargeSpectrum } \mathcal{Z}, the powerset of xx is a subset of the powerset of yy if and only if xx is a subset of yy. In mathematical notation, this is expressed as: powerset xpowerset y    xy\text{powerset } x \subseteq \text{powerset } y \iff x \subseteq y where the powerset of a spectrum consists of all spectra that are its subsets.

theorem

Existence of a minimal element in a finite set of charge spectra (inductive version)

#min_exists_inductive

Let SS be a non-empty finite set of SU(5)SU(5) charge spectra over a type of charges Z\mathcal{Z}. For any natural number nn such that the cardinality of the set is S=n|S| = n, there exists a charge spectrum ySy \in S such that the intersection of its powerset and SS contains only yy itself, i.e., powerset(y)S={y}\text{powerset}(y) \cap S = \{y\}. Here, powerset(y)\text{powerset}(y) is the set of all charge spectra zz such that zyz \subseteq y. This property implies that yy is a minimal element of SS with respect to the subset relation.

theorem

Existence of a minimal element in a finite set of SU(5)SU(5) charge spectra

#min_exists

Let SS be a non-empty finite set of SU(5)SU(5) charge spectra over a type of charges Z\mathcal{Z}. There exists a charge spectrum ySy \in S such that the intersection of its powerset and SS is the singleton set {y}\{y\}. Here, powerset(y)\text{powerset}(y) is defined as the set of all charge spectra zz such that zyz \subseteq y. This condition implies that yy is a minimal element of SS with respect to the subset relation.

definition

Finite set of charge spectra with charges in S5ˉS_{\bar{5}} and S10S_{10}

#ofFinset

Given two finite sets of charges S5ˉ,S10ZS_{\bar{5}}, S_{10} \subset \mathcal{Z}, this function defines the finite set of all charge spectra xChargeSpectrum Zx \in \text{ChargeSpectrum } \mathcal{Z} such that the charges associated with the 5ˉ\mathbf{\bar{5}} representations (the optional HdH_d and HuH_u Higgs charges and the set of matter charges Q5ˉQ_{\bar{5}}) are contained in S5ˉS_{\bar{5}}, and the charges associated with the 10\mathbf{10} representation (Q10Q_{10}) are contained in S10S_{10}. Specifically, xx is an element of the resulting set if x.qHdS5ˉ{none}x.q_{H_d} \in S_{\bar{5}} \cup \{\text{none}\}, x.qHuS5ˉ{none}x.q_{H_u} \in S_{\bar{5}} \cup \{\text{none}\}, x.Q5ˉS5ˉx.Q_{\bar{5}} \subseteq S_{\bar{5}}, and x.Q10S10x.Q_{10} \subseteq S_{10}.

theorem

xofFinset S5ˉS10x \in \text{ofFinset } S_{\bar{5}} S_{10} if and only if its charges are contained in S5ˉS_{\bar{5}} and S10S_{10}

#mem_ofFinset_iff

For any finite sets of charges S5ˉ,S10ZS_{\bar{5}}, S_{10} \subseteq \mathcal{Z}, a charge spectrum xChargeSpectrum Zx \in \text{ChargeSpectrum } \mathcal{Z} belongs to the finite set `ofFinset` S5ˉS10S_{\bar{5}} S_{10} if and only if the following conditions hold: - The finite set representation of the optional HdH_d Higgs charge, qHdq_{H_d}, is a subset of S5ˉS_{\bar{5}}. - The finite set representation of the optional HuH_u Higgs charge, qHuq_{H_u}, is a subset of S5ˉS_{\bar{5}}. - The set of 5ˉ\bar{5} matter charges Q5ˉQ_{\bar{5}} is a subset of S5ˉS_{\bar{5}}. - The set of 1010 matter charges Q10Q_{10} is a subset of S10S_{10}. (Note: For an optional charge qq, its finite set representation is {q}\{q\} if the particle exists and \emptyset otherwise.)

theorem

xyyofFinset S5ˉS10    xofFinset S5ˉS10x \subseteq y \land y \in \text{ofFinset } S_{\bar{5}} S_{10} \implies x \in \text{ofFinset } S_{\bar{5}} S_{10}

#mem_ofFinset_antitone

Let Z\mathcal{Z} be a type of charges and S5ˉ,S10ZS_{\bar{5}}, S_{10} \subseteq \mathcal{Z} be finite sets. For any two charge spectra x,yChargeSpectrum Zx, y \in \text{ChargeSpectrum } \mathcal{Z}, if xyx \subseteq y and yofFinset S5ˉS10y \in \text{ofFinset } S_{\bar{5}} S_{10}, then xofFinset S5ˉS10x \in \text{ofFinset } S_{\bar{5}} S_{10}. Here, the subset relation xyx \subseteq y indicates that each component of the charge spectrum xx (the optional Higgs charges qHd,qHuq_{H_d}, q_{H_u} and the matter charge sets Q5ˉ,Q10Q_{\bar{5}}, Q_{10}) is contained within the corresponding component of yy. The set ofFinset S5ˉS10\text{ofFinset } S_{\bar{5}} S_{10} consists of all charge spectra whose 5ˉ\mathbf{\bar{5}}-representation charges are contained in S5ˉS_{\bar{5}} and whose 10\mathbf{10}-representation charges are contained in S10S_{10}.

theorem

S5ˉS5ˉS_{\bar{5}} \subseteq S_{\bar{5}}' and S10S10    ofFinset S5ˉS10ofFinset S5ˉS10S_{10} \subseteq S_{10}' \implies \text{ofFinset } S_{\bar{5}} S_{10} \subseteq \text{ofFinset } S_{\bar{5}}' S_{10}'

#ofFinset_subset_of_subset

Let Z\mathcal{Z} be the type of charges. For any finite sets of charges S5ˉ,S5ˉ,S10,S10ZS_{\bar{5}}, S_{\bar{5}}', S_{10}, S_{10}' \subseteq \mathcal{Z}, if S5ˉS5ˉS_{\bar{5}} \subseteq S_{\bar{5}}' and S10S10S_{10} \subseteq S_{10}', then the set of charge spectra ofFinset(S5ˉ,S10)\text{ofFinset}(S_{\bar{5}}, S_{10}) is a subset of ofFinset(S5ˉ,S10)\text{ofFinset}(S_{\bar{5}}', S_{10}'). Here, ofFinset(S5ˉ,S10)\text{ofFinset}(S_{\bar{5}}, S_{10}) is defined as the finite set of all SU(5)SU(5) SUSY GUT charge spectra xx such that: - The charges of the optional Higgs particles HdH_d and HuH_u (if they exist) are contained in S5ˉS_{\bar{5}}. - The set of matter charges in the 5ˉ\mathbf{\bar{5}} representation, Q5ˉQ_{\bar{5}}, is a subset of S5ˉS_{\bar{5}}. - The set of matter charges in the 10\mathbf{10} representation, Q10Q_{10}, is a subset of S10S_{10}.

theorem

Every charge spectrum xx belongs to ofFinset (univ Z)(univ Z)\text{ofFinset } (\text{univ } \mathcal{Z}) (\text{univ } \mathcal{Z})

#ofFinset_univ

If the type of charges Z\mathcal{Z} is finite, then for any charge spectrum xChargeSpectrum Zx \in \text{ChargeSpectrum } \mathcal{Z}, xx is an element of the set of charge spectra whose charges are restricted to the universal set of all possible charges in Z\mathcal{Z}. That is, xofFinset (univ Z)(univ Z)x \in \text{ofFinset } (\text{univ } \mathcal{Z}) (\text{univ } \mathcal{Z}).

definition

Cardinality of SU(5)SU(5) charge spectra restricted to finite sets S5S_5 and S10S_{10}

#ofFinsetCard

Given two finite sets of charges S5S_5 and S10S_{10} in the charge space Z\mathcal{Z}, this definition calculates the cardinality of the set of all possible SU(5)SU(5) SUSY GUT charge spectra restricted to these sets. The value is given by: \[ (|S_5| + 1)^2 \cdot 2^{|S_5|} \cdot 2^{|S_{10}|} \] where S5|S_5| and S10|S_{10}| denote the number of elements in S5S_5 and S10S_{10} respectively. This formula accounts for the optional existence of HdH_d and HuH_u (each having S5+1|S_5| + 1 possibilities including the absence of the particle), and the power sets of S5S_5 and S10S_{10} for the matter charges in the 5ˉ\bar{5} and 1010 representations.

theorem

The cardinality of SU(5)SU(5) charge spectra restricted to S5ˉS_{\bar{5}} and S10S_{10} is (S5ˉ+1)22S5ˉ2S10(|S_{\bar{5}}| + 1)^2 \cdot 2^{|S_{\bar{5}}|} \cdot 2^{|S_{10}|}

#ofFinset_card_eq_ofFinsetCard

For any two finite sets of charges S5ˉS_{\bar{5}} and S10S_{10} in the charge space Z\mathcal{Z}, the cardinality of the finite set of SU(5)SU(5) charge spectra whose components are restricted to these sets is given by: \[ |\{ x \in \text{ChargeSpectrum } \mathcal{Z} \mid x.q_{H_d} \in S_{\bar{5}} \cup \{\text{none}\}, x.q_{H_u} \in S_{\bar{5}} \cup \{\text{none}\}, x.Q_{\bar{5}} \subseteq S_{\bar{5}}, x.Q_{10} \subseteq S_{10} \}| = (|S_{\bar{5}}| + 1)^2 \cdot 2^{|S_{\bar{5}}|} \cdot 2^{|S_{10}|} \]