Physlib.Particles.SuperSymmetry.SU5.ChargeSpectrum.OfPotentialTerm
17 declarations
Multiset of charges for a potential term given spectrum
#ofPotentialTermGiven a charge spectrum , which assigns a multiset of charges in an abelian group to each field label, and a potential term in the SUSY GUT, this function calculates the multiset of all possible total charges for that term. Let the potential term be composed of fields with labels (obtained via `toFieldLabel`). If is the multiset of charges associated with the field label in the spectrum , the function returns the multiset . This result is computed by performing a left-fold over the list of multisets using a multiset addition operation (the Minkowski sum), starting with the identity multiset .
Monotonicity of `ofPotentialTerm` with respect to
#ofPotentialTerm_monoFor any two charge spectra such that , and for any potential term , the multiset of total charges associated with under spectrum is a sub-multiset of the charges associated with under spectrum , i.e., .
The multiset of charges for any potential term given an empty spectrum is
#ofPotentialTerm_emptyFor any potential term in the Grand Unified Theory, the multiset of total charges `ofPotentialTerm` associated with given the empty charge spectrum is the empty multiset .
Explicit multiset of charges for a potential term
#ofPotentialTerm'Given a charge spectrum (characterized by the sets of charges and for matter fields and optional charges and for Higgs fields) and a potential term in an supersymmetric theory, this function computes the multiset of charges resulting from the combination of fields in . The computation is performed via an explicit case-by-case mapping: * For the Higgs mass term : the multiset (provided both Higgs charges are defined). * For the matter-Higgs mixing term : the multiset . * For the trilinear matter interaction : the multiset . * For the dimension-5 operators : * : . * : . * : . * : . * For the Kähler potential terms : * : . * : . * For the Yukawa couplings: * `topYukawa`: . * `bottomYukawa`: . If a required Higgs charge is undefined (`none`), the resulting multiset is empty (). This version is optimized for computational decidability.
Explicit charge multiset for the Higgs mass term
#ofPotentialTerm'_μ_finsetFor a given charge spectrum , the multiset of charges associated with the Higgs mass potential term is the collection containing the single charge , where and are the charges of the Higgs fields and respectively. If either or is undefined in the charge spectrum , the resulting multiset is empty.
Explicit charge multiset for the matter-Higgs mixing term
#ofPotentialTerm'_β_finsetFor a given charge spectrum , the multiset of charges associated with the matter-Higgs mixing potential term is the collection of all charges , where is the charge of the Higgs field and is a charge from the set of charges associated with the representation. If the Higgs charge is undefined in the charge spectrum , the resulting multiset is empty.
Explicit charge multiset for the operator
#ofPotentialTerm'_W2_finsetFor a given charge spectrum in an supersymmetric theory, the multiset of charges associated with the dimension-5 potential term is the collection of all sums , where is the charge of the Higgs field and are charges from the set of charges associated with the representation. If the Higgs charge is undefined, the resulting multiset is empty.
Explicit charge multiset for the operator
#ofPotentialTerm'_W3_finsetFor a given charge spectrum in an supersymmetric theory, the multiset of charges associated with the dimension-5 potential term is the collection of all sums , where is the charge of the Higgs field and are charges from the set of charges associated with the representation. If the Higgs charge is undefined, the resulting multiset is empty.
Explicit charge multiset for the operator
#ofPotentialTerm'_W4_finsetFor a given charge spectrum in an supersymmetric theory, the multiset of charges associated with the dimension-5 potential term is the collection of all sums , where and are the charges of the Higgs fields and respectively, and is a charge from the set of charges associated with the representation. If either Higgs charge or is undefined, the resulting multiset is empty.
Explicit formula for the multiset of charges of the potential term
#ofPotentialTerm'_K2_finsetFor a given charge spectrum in an supersymmetric theory, let be the set of charges associated with the representation, and let and be the optional charges of the Higgs fields and . The multiset of charges associated with the Kähler potential term is the collection of all sums , where . If either or is undefined, the resulting multiset is empty.
Explicit formula for the multiset of charges of the top Yukawa term
#ofPotentialTerm'_topYukawa_finsetFor a charge spectrum in an supersymmetric theory, let be the set of charges for the matter fields in the representation and be the optional charge for the Higgs field. The multiset of charges associated with the top Yukawa coupling term, denoted by , is given by the multiset of values for all . If is undefined, the resulting multiset is empty.
Explicit formula for the multiset of charges of the bottom Yukawa term
#ofPotentialTerm'_bottomYukawa_finsetFor a charge spectrum in an supersymmetric theory, let and be the sets of charges for the matter fields and be the optional charge for the Higgs field. The multiset of charges associated with the bottom Yukawa coupling term, denoted by , is equal to the multiset of sums . If is undefined, the resulting multiset is empty.
In an supersymmetric Grand Unified Theory (GUT), for any potential term , the explicit multiset of charges associated with the empty charge spectrum is empty. The empty charge spectrum refers to a configuration where no charges are assigned to the Higgs fields and , and the sets of charges and for matter fields are empty.
For any charge spectrum (mapping field labels to multisets of charges in an abelian group ) and any potential term in an supersymmetric theory, the multiset of total charges computed from the constituent field labels of , denoted by , is a sub-multiset of the explicitly defined multiset of charges for that term, denoted by .
For any charge spectrum in an supersymmetric theory and any potential term , the explicitly defined multiset of charges is a sub-multiset of the multiset , where is the multiset of total charges calculated by summing the charges of the constituent fields of .
For any potential term in an supersymmetric theory, any charge spectrum (assigning multisets of charges to field labels), and any charge , is an element of the multiset (the multiset of total charges calculated by summing the charges of the constituent fields of ) if and only if it is an element of the explicitly defined multiset .
Monotonicity of with respect to
#ofPotentialTerm'_monoFor any two charge spectra such that , and for any potential term , the explicitly defined multiset of charges associated with under spectrum is a sub-multiset of those associated with under spectrum , i.e., .
