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