Of Potential Term mono
SuperSymmetry.SU5.ChargeSpectrum.ofPotentialTerm_mono
Project documentation
Given a charges x : Charges associated to the representations, and a potential term T, the charges associated with instances of that potential term. -/ def ofPotentialTerm (x : ChargeSpectrum š©) (T : PotentialTerm) : Multiset š© := let add : Multiset š© ā Multiset š© ā Multiset š© := fun a b => (a ĆĖ¢ b).map fun (x, y) => x + y (T.toFieldLabel.map fun...
Source project: Physlib
Person-level attribution pending.