Mem min Top Bottom of minimally Allows Finset Terms
SuperSymmetry.SU5.ChargeSpectrum.mem_minTopBottom_of_minimallyAllowsFinsetTerms
Project documentation
The set of charges of the form (qHd, qHu, {q5}, {-qHd-q5, q10, qHu - q10}) This includes every charge which minimally allows for the top and bottom Yukawas. -/ def minTopBottom (S5 S10 : Finset š©) : Multiset (ChargeSpectrum š©) := Multiset.dedup <| (S5.val ĆĖ¢ S5.val ĆĖ¢ S5.val ĆĖ¢ S10.val).map (fun x => āØx.1, x.2.1, {x.2.2.1}, {- x.1 - x.2.2.1, x.2.2.2,...
Source project: Physlib
Person-level attribution pending.