Reduce num Chiral U of mem elems No Exotics
FTheory.SU5.TenQuanta.reduce_numChiralU_of_mem_elemsNoExotics
Project documentation
The reduce of TenQuanta is a new TenQuanta with all the fluxes corresponding to the same charge (i.e. representation) added together. -/ def reduce (x : TenQuanta 𝓩) : TenQuanta 𝓩 := x.toCharges.dedup.map fun q10 => (q10, ((x.filter (fun f => f.1 = q10)).map (fun y => y.2)).sum) /-! ### B.1. The reduced TenQuanta has no duplicate elements -/ lem...
Source project: Physlib
Person-level attribution pending.