Map lift Charge
FTheory.SU5.TenQuanta.map_liftCharge
Project documentation
Given a finite set of charges c the TenQuanta which do not have exotics, duplicate charges or zero fluxes, which map down to c. This is defined to be as efficient as possible. -/ def liftCharge (c : Finset π©) : Multiset (TenQuanta π©) := /- The {(1, 0), (1, 0), (1, 0)} case. -/ /- The multisets of cardinality 3 containing 3 elements of c. -/ let...
Source project: Physlib
Person-level attribution pending.