PhysLean Documentation

PhysLean.StringTheory.FTheory.SU5U1.Quanta.FromParts

Quanta from charges and fluxes #

Each FiveQuanta or TenQuanta has an underlying FluxesFive or FluxesTen and Multiset of charges.

In this file we define the fromParts function which takes a FluxesFive or FluxesTen and a Multiset of charges and returns a list of the allowed FiveQuanta or TenQuanta which can be formed from them.

We do this only in the very restrictive case when:

FiveQuanta from parts #

The list of FiveQuanta which arise from charges and fluxes. Note: This gives junk unless the charges correspond to a CodimensionOneConfig and fluxes has no exotics and no zero entries.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    theorem FTheory.SU5U1.FiveQuanta.card_eq_charges_card_of_mem_fromParts (I : CodimensionOneConfig) (charges : Multiset ) (fluxes : FluxesFive) (hf : fluxes.NoExotics fluxes.HasNoZero) (hc : scharges, s I.allowedBarFiveCharges) (F : FiveQuanta) :
    F fromParts I charges fluxesMultiset.card F = charges.card
    theorem FTheory.SU5U1.FiveQuanta.card_eq_fluxes_card_of_mem_fromParts (I : CodimensionOneConfig) (charges : Multiset ) (fluxes : FluxesFive) (hf : fluxes.NoExotics fluxes.HasNoZero) (hc : scharges, s I.allowedBarFiveCharges) (F : FiveQuanta) :
    F fromParts I charges fluxesMultiset.card F = Multiset.card fluxes
    theorem FTheory.SU5U1.FiveQuanta.fromParts_eq_preimage (I : CodimensionOneConfig) (charges : Multiset ) (fluxes : FluxesFive) (hf : fluxes.NoExotics fluxes.HasNoZero) (hc : scharges, s I.allowedBarFiveCharges) (F : FiveQuanta) :
    F.toCharges = charges F.toFluxesFive = fluxes F fromParts I charges fluxes

    The multiset of FiveQuanta obtained from a mutliset of charges Multiset, which have a FluxesFive in FluxesFive.elemsNoExotics.

    Equations
    Instances For

      TenQuanta from parts #

      The list of TenQuanta which arise from charges and fluxes. Note: This gives junk unless charges the charges correspond to a CodimensionOneConfig and fluxes has no exotics and no zero entries.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        theorem FTheory.SU5U1.TenQuanta.card_eq_charges_card_of_mem_fromParts (I : CodimensionOneConfig) (charges : Multiset ) (fluxes : FluxesTen) (hf : fluxes.NoExotics fluxes.HasNoZero) (hc : scharges, s I.allowedTenCharges) (F : TenQuanta) :
        F fromParts I charges fluxesMultiset.card F = charges.card
        theorem FTheory.SU5U1.TenQuanta.card_eq_fluxes_card_of_mem_fromParts (I : CodimensionOneConfig) (charges : Multiset ) (fluxes : FluxesTen) (hf : fluxes.NoExotics fluxes.HasNoZero) (hc : scharges, s I.allowedTenCharges) (F : TenQuanta) :
        F fromParts I charges fluxesMultiset.card F = Multiset.card fluxes
        theorem FTheory.SU5U1.TenQuanta.fromParts_eq_preimage (I : CodimensionOneConfig) (charges : Multiset ) (fluxes : FluxesTen) (hf : fluxes.NoExotics fluxes.HasNoZero) (hc : scharges, s I.allowedTenCharges) (F : TenQuanta) :
        F.toCharges = charges F.toFluxesTen = fluxes F fromParts I charges fluxes

        The multiset of TenQuanta obtained from a mutliset of charges Multiset, which have a FluxesTen in FluxesTen.elemsNoExotics.

        Equations
        Instances For

          The multiset of Quanta obtained from a Charges, which have a Fluxes which do not permit exotics.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For