PhysLean Documentation

PhysLean.StringTheory.FTheory.SU5.Charges.AnomalyFree

Anomaly cancellation #

i. Overview #

In this module we do two things. The first is to define a proposition IsAnomalyFree on a ChargeSpectrum which states that the charge spectrum can be lifted to an anomaly-free Quanta with fluxes which do not have exotics.

We then find all the viable charges given a configuration of the sections in codimension one fiber CodimensionOneConfig that can be lifted to an anomaly-free Quanta with fluxes which do not have exotics.

ii. Key results #

iii. Table of contents #

iv. References #

There are no known references for the material in this section.

A. Charge spectrum which lift to anomaly free quanta #

The condition on a collection of charges c that it extends to an anomaly free Quanta. That anomaly free Quanta is not tracked by this proposition.

Equations
Instances For

    A.1. Decidability of the proposition #

    A.2. The proposition is preserved under mappings of charge spectra #

    B. The viable charges which lift to anomaly free quanta #

    theorem FTheory.SU5.ChargeSpectrum.viable_anomalyFree (I : CodimensionOneConfig) :
    Multiset.filter IsAnomalyFree (viableCharges I) = match I with | CodimensionOneConfig.same => {{ qHd := some 2, qHu := some (-2), Q5 := {-3, -1}, Q10 := {-1} }, { qHd := some 2, qHu := some (-2), Q5 := {-1, 1}, Q10 := {-1} }, { qHd := some (-2), qHu := some 2, Q5 := {-1, 1}, Q10 := {1} }, { qHd := some (-2), qHu := some 2, Q5 := {1, 3}, Q10 := {1} }} | CodimensionOneConfig.nearestNeighbor => {{ qHd := some (-4), qHu := some (-14), Q5 := {6, 11}, Q10 := {-7} }, { qHd := some 6, qHu := some (-14), Q5 := {-9, 1}, Q10 := {-7} }, { qHd := some 6, qHu := some (-14), Q5 := {1, 11}, Q10 := {-7} }, { qHd := some (-14), qHu := some 6, Q5 := {1, 11}, Q10 := {3} }} | CodimensionOneConfig.nextToNearestNeighbor => {{ qHd := some 2, qHu := some 12, Q5 := {-13, -8}, Q10 := {6} }}

    The viable charges which are anomaly free.