Physlib.StringTheory.FTheory.SU5.Quanta.Basic
18 declarations
Representation of `Quanta` as
#instReprThis definition provides an instance of the `Repr` typeclass for the `Quanta 𝓩` structure, which defines how to format an element as a string for display. For a given `Quanta` object , its string representation is given by the tuple , where and are the charges of the and particles, denotes the data for the 5-bar representations, and denotes the data for the 10-dimensional representations.
Equality of components implies equality of `Quanta` objects
#extLet be a type. For any two `Quanta` objects over , if their Higgs charges and are equal ( and ), and their flux data and for the and representations respectively are equal ( and ), then the two objects are equal ().
Equality for is decidable
#instDecidableEqFor any type with decidable equality, the equality between two objects is decidable. This is established by checking the equality of their four constituent fields: the charges and , and the flux data and .
Charge spectrum of a `Quanta` object
#toChargesThis function maps a `Quanta` object (which contains quantum numbers for representations) to its corresponding `ChargeSpectrum`. It extracts the charges and of the Higgs particles and , and determines the finite sets of charges and by extracting all unique charges present in the flux data and associated with the and representations, respectively.
The charge of is
#toCharges_qHdFor any `Quanta` object representing the quantum numbers of representations, the charge of the Higgs particle in the corresponding charge spectrum, denoted , is equal to the charge defined in the original object.
The charge of is
#toCharges_qHuFor any `Quanta` object representing the quantum numbers of representations, the charge of the Higgs particle in the corresponding charge spectrum, denoted , is equal to the charge defined in the original object.
Reduction of a `Quanta` object by summing fluxes per charge
#reduceThe reduction of a `Quanta` object , denoted as , is a new `Quanta` object that preserves the charges of the Higgs fields and from . For the and representations, the respective flux collections and are replaced by their reduced versions, in which all fluxes corresponding to the same charge (or representation) are summed together.
Lifting a charge spectrum to a multiset of quanta without exotics or zero fluxes
#liftChargeGiven a charge spectrum of an model, this function constructs a multiset of all possible `Quanta` objects that correspond to that spectrum. Each `Quanta` object in the resulting multiset preserves the charges of the Higgs fields and from the spectrum . The and representation-specific quanta are obtained by lifting the respective charge components and using `FiveQuanta.liftCharge` and `TenQuanta.liftCharge`. The resulting multiset contains only those configurations that do not have chiral exotics and have no zero fluxes.
if and only if Higgs charges and representation quanta match
#mem_liftCharge_iffFor a charge spectrum and a quanta object in an F-theory model, is an element of the multiset of lifted quanta if and only if the following conditions are met: 1. The charges of the Higgs fields and in match those in ( and ). 2. The representation quanta of are in the lifted multiset of the charge component . 3. The representation quanta of are in the lifted multiset of the charge component .
In an F-theory model, let be a charge spectrum and be a quanta object. If is an element of the multiset , which consists of all valid quantum configurations (fluxes and charges) compatible with the spectrum that have no chiral exotics or zero fluxes, then the charge spectrum derived from is equal to (i.e., ).
Anomaly cancellation coefficients for the particle
#HdAnomalyCoefficientFor a commutative ring , given an optional charge associated with the particle, the anomaly cancellation coefficients are defined as the pair . If the charge is not provided (represented as `none`), the coefficients are .
`HdAnomalyCoefficient` Commutes with Ring Homomorphisms
#HdAnomalyCoefficient_mapLet and be commutative rings, and let be a ring homomorphism. For any optional charge associated with the particle, applying the anomaly coefficient function to the mapped charge (where maps `none` to `none`) is equivalent to applying component-wise to the resulting pair of anomaly coefficients. That is, where is the pair of coefficients in .
Anomaly cancellation coefficients for the particle
#HuAnomalyCoefficientFor a commutative ring , given an optional charge associated with the particle, the function returns a pair of anomaly cancellation coefficients in defined by: These values represent the contribution of the particle to the linear and quadratic anomaly cancellation conditions in the model.
Ring Homomorphisms Commute with Anomaly Coefficients
#HuAnomalyCoefficient_mapLet and be commutative rings and be a ring homomorphism. For an optional charge associated with the particle, the anomaly coefficient function commutes with the ring homomorphism in the following sense: where . Here, denotes the application of to the charge if it exists (returning `none` otherwise), and the right-hand side represents the application of to each component of the anomaly coefficient pair in .
Linear Anomaly Cancellation Condition:
#LinearAnomalyCancellationIn the F-theory model, for a given set of quanta over a commutative ring , the linear anomaly cancellation condition is the proposition that the sum of the charge contributions from the Higgs particles and the matter representations vanishes. Specifically, the condition is given by: where and are the charges of the and particles respectively, the first sum corresponds to the representations with charges and multiplicities (fluxes) , and the second sum corresponds to the representations with charges and multiplicities .
Quartic Anomaly Cancellation Condition:
#QuarticAnomalyCancellationIn the F-theory model, for a given set of quanta over a commutative ring , the quartic anomaly cancellation condition is the proposition that the sum of the quadratic charge contributions from the Higgs particles and the matter representations vanishes. Specifically, the condition is given by: where and are the charges of the and particles, the first sum corresponds to the representations with charges and multiplicities (fluxes) , and the second sum corresponds to the representations with charges and multiplicities .
The linear anomaly cancellation condition is decidable
#instDecidableLinearAnomalyCancellationOfDecidableEqIn the F-theory model, for a given set of quanta defined over a commutative ring with decidable equality, the linear anomaly cancellation condition is a decidable proposition. Specifically, it is decidable whether the sum of charge contributions from the Higgs particles () and the matter representations () vanishes: where and are the charges of the and particles, and the sums represent the contributions from the and representations respectively.
Decidability of the quartic anomaly cancellation condition for
#instDecidableQuarticAnomalyCancellationOfDecidableEqFor a set of quanta defined over a commutative ring that has decidable equality, it is decidable whether satisfies the quartic anomaly cancellation condition. This condition is expressed as: where and are the charges of the Higgs particles and , and the sums are taken over the and representations with charges and multiplicities (fluxes) .
