Mem powerset sum of mem reduce to Fluxes Ten
FTheory.SU5.TenQuanta.mem_powerset_sum_of_mem_reduce_toFluxesTen
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.