Physlib.Particles.SuperSymmetry.SU5.ChargeSpectrum.Basic
40 declarations
Decidable equality for charge spectra
#instDecidableEqFor a type of charges with decidable equality, the equality between any two charge spectra is also decidable.
Equivalence between Charge Spectrum and the product of its components
#toProdFor a given type of charges , there exists an equivalence (bijection) between the charge spectrum and the product type . This mapping sends a charge spectrum to a quadruple , where and represent the optional charges of the and Higgs fields, and and are finite sets of charges corresponding to the and matter representations, respectively.
String representation of an charge spectrum
#instReprGiven a type of charges that possesses a string representation, this definition provides a string representation for a charge spectrum . If the charge spectrum is given by the quadruple —where and are the optional charges of the and Higgs fields, and and are finite sets of charges for the and matter representations respectively—it is represented as a string in the format .
Subset relation for charge spectra
#hasSubsetFor two charge spectra , the subset relation is defined by the component-wise subset inclusion of their constituent charges. Specifically, if and only if: 1. 2. 3. 4. where and are the optional charges of the and Higgs fields, and are the finite sets of charges for the and matter representations, and is the mapping that sends an optional value to a singleton set if it exists or to the empty set otherwise.
Strict subset relation for charge spectra
#hasSSubsetFor two charge spectra , the strict subset relation is defined to hold if and only if is a subset of () and is not equal to ().
Decidability of the subset relation for charge spectra
#subsetDecidableGiven a type with decidable equality, the subset relation between two charge spectra is decidable. This means there is an algorithm to determine whether , which is defined by the conjunction of the following conditions: 1. 2. 3. 4. where and are optional charges for the Higgs fields, and are finite sets of charges for the matter representations, and converts optional values into singleton or empty sets.
Definition of the subset relation for charge spectra
#subset_defFor any two charge spectra , the subset relation holds if and only if: 1. 2. 3. 4. where and are the optional charges of the and Higgs fields, and are the finite sets of charges for the and matter representations, and is a function that maps an optional value to a singleton set containing the value if it exists, or to the empty set otherwise.
Reflexivity of the subset relation for charge spectra ()
#subset_reflFor any charge spectrum , the subset relation 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.
For any two optional values and of type , the values are equal () if and only if their corresponding finite sets are equal (). Here, the finite set representation of an optional value is the singleton set if the value exists (i.e., ), and the empty set if the value is absent (i.e., ).
Transitivity of the subset relation for charge spectra ()
#subset_transLet be charge spectra in an SUSY GUT. If and , then .
Antisymmetry of the subset relation for charge spectra ()
#subset_antisymmFor any two SUSY GUT charge spectra , if and , then . The subset relation is defined by the component-wise inclusion of the charges associated with the theory's particles. Specifically, if and only if: 1. 2. 3. 4. where and are the optional charges of the and Higgs fields, and are the finite sets of charges for the and matter representations, and maps an optional value to a singleton set if it exists or to an empty set if it is absent.
Empty charge spectrum
#emptyInstThe empty charge spectrum is defined as the specific configuration where no particles are present. Formally, it is represented by the quadruple , indicating that: - The optional Higgs down () charge is absent. - The optional Higgs up () charge is absent. - The finite set of charges for matter in the representation is empty. - The finite set of charges for matter in the representation is empty.
for Charge Spectra
#empty_eqIn the context of SUSY GUT theories, the empty charge spectrum is equal to the quadruple . This represents a configuration where: - The optional Higgs down () charge is absent (). - The optional Higgs up () charge is absent (). - The set of charges for matter in the representation is empty (). - The set of charges for matter in the representation is empty ().
for Charge Spectra
#empty_subsetFor any charge spectrum , the empty charge spectrum is a subset of , denoted as .
for Charge Spectra
#subset_of_empty_iff_emptyFor any charge spectrum , it holds that if and only if . Here, denotes the empty charge spectrum where no particles are present.
of the empty charge spectrum is
#empty_qHdIn an SUSY GUT theory, the charge of the Higgs down particle () in the empty charge spectrum , denoted by , is , indicating that the particle is absent from the spectrum.
The charge of the empty charge spectrum is absent
#empty_qHuIn an SUSY GUT theory, the optional charge of the Higgs up () particle in the empty charge spectrum , denoted by , is absent (represented by `none`).
The charge set of the empty charge spectrum is empty
#empty_Q5In an SUSY GUT theory, the finite set of charges for matter in the representation of the empty charge spectrum , denoted by , is the empty set .
The charge set of the empty charge spectrum is empty
#empty_Q10In an SUSY GUT theory, the finite set of charges for matter in the representation of the empty charge spectrum , denoted by , is the empty set .
Cardinality of a charge spectrum
#cardThe cardinality of a charge spectrum 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 and are the cardinalities of the optional charges for the and particles (equal to if the charge is present and if it is absent), and and are the cardinalities of the finite sets of charges for the and representations, respectively.
for charge spectra
#card_emptyFor an SUSY GUT theory, the cardinality of the empty charge spectrum is equal to .
for Charge Spectra
#card_monoFor any two charge spectra and with charges in , if (meaning each constituent set of charges in is a subset of the corresponding set in ), then the cardinality of is less than or equal to the cardinality of , denoted as .
Powerset of an optional value
#powersetGiven a set of charges , let denote the type representing an optional value, which is either a value from (denoted for ) or an empty value (denoted ). For an element , 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 as a set of at most one element and returns the set containing all its possible "subsets" in the type representation.
For any optional values of type , is an element of the powerset of if and only if the finite set representation of is a subset of the finite set representation of . Here, the finite set representation is defined as the empty set if and the singleton set if .
Powerset of an Charge Spectrum
#powersetFor a given charge spectrum , its powerset is the finite set consisting of all charge spectra that are subsets of (denoted ). If the spectrum is represented by the components , where and are optional charges for the Higgs fields and are finite sets of matter charges, then a spectrum belongs to the powerset if and only if: - is a subset of in the sense of the optional type (i.e., or ), - is a subset of , - , and - .
iff component-wise powerset membership holds for charge spectra
#mem_powerset_iffFor any two charge spectra , the spectrum is an element of the powerset of if and only if each of its components is an element of the powerset of the corresponding component in . 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 and are the optional Higgs charges, and are the finite sets of matter charges, and denotes the power set operation defined for the respective types.
for charge spectra
#mem_powerset_iff_subsetFor any two charge spectra , is an element of the powerset of if and only if is a subset of (). Here, the subset relation for charge spectra is defined by the component-wise inclusion of the charges for the Higgs fields and the matter representations .
For any SUSY GUT charge spectrum , it holds that is an element of its own powerset, denoted as .
For any charge spectrum , the empty charge spectrum is an element of the powerset of .
for Charge Spectra
#powerset_of_emptyThe powerset of the empty charge spectrum is equal to the singleton set containing only the empty charge spectrum itself, denoted as .
for Charge Spectra
#powerset_monoFor any two charge spectra , the powerset of is a subset of the powerset of if and only if is a subset of . In mathematical notation, this is expressed as: where the powerset of a spectrum consists of all spectra that are its subsets.
Existence of a minimal element in a finite set of charge spectra (inductive version)
#min_exists_inductiveLet be a non-empty finite set of charge spectra over a type of charges . For any natural number such that the cardinality of the set is , there exists a charge spectrum such that the intersection of its powerset and contains only itself, i.e., . Here, is the set of all charge spectra such that . This property implies that is a minimal element of with respect to the subset relation.
Existence of a minimal element in a finite set of charge spectra
#min_existsLet be a non-empty finite set of charge spectra over a type of charges . There exists a charge spectrum such that the intersection of its powerset and is the singleton set . Here, is defined as the set of all charge spectra such that . This condition implies that is a minimal element of with respect to the subset relation.
Finite set of charge spectra with charges in and
#ofFinsetGiven two finite sets of charges , this function defines the finite set of all charge spectra such that the charges associated with the representations (the optional and Higgs charges and the set of matter charges ) are contained in , and the charges associated with the representation () are contained in . Specifically, is an element of the resulting set if , , , and .
if and only if its charges are contained in and
#mem_ofFinset_iffFor any finite sets of charges , a charge spectrum belongs to the finite set `ofFinset` if and only if the following conditions hold: - The finite set representation of the optional Higgs charge, , is a subset of . - The finite set representation of the optional Higgs charge, , is a subset of . - The set of matter charges is a subset of . - The set of matter charges is a subset of . (Note: For an optional charge , its finite set representation is if the particle exists and otherwise.)
Let be a type of charges and be finite sets. For any two charge spectra , if and , then . Here, the subset relation indicates that each component of the charge spectrum (the optional Higgs charges and the matter charge sets ) is contained within the corresponding component of . The set consists of all charge spectra whose -representation charges are contained in and whose -representation charges are contained in .
Let be the type of charges. For any finite sets of charges , if and , then the set of charge spectra is a subset of . Here, is defined as the finite set of all SUSY GUT charge spectra such that: - The charges of the optional Higgs particles and (if they exist) are contained in . - The set of matter charges in the representation, , is a subset of . - The set of matter charges in the representation, , is a subset of .
Every charge spectrum belongs to
#ofFinset_univIf the type of charges is finite, then for any charge spectrum , is an element of the set of charge spectra whose charges are restricted to the universal set of all possible charges in . That is, .
Cardinality of charge spectra restricted to finite sets and
#ofFinsetCardGiven two finite sets of charges and in the charge space , this definition calculates the cardinality of the set of all possible 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 and denote the number of elements in and respectively. This formula accounts for the optional existence of and (each having possibilities including the absence of the particle), and the power sets of and for the matter charges in the and representations.
The cardinality of charge spectra restricted to and is
#ofFinset_card_eq_ofFinsetCardFor any two finite sets of charges and in the charge space , the cardinality of the finite set of 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}|} \]
