Is Pheno Constrained insert Q10 iff is Pheno Constrained Q10
SuperSymmetry.SU5.ChargeSpectrum.isPhenoConstrained_insertQ10_iff_isPhenoConstrainedQ10
Project documentation
The proposition which is true if the addition of a charge q10 to a set of charges x leads x to being phenomenologically constrained. -/ def IsPhenoConstrainedQ10 [DecidableEq 𝓩] (x : ChargeSpectrum 𝓩) (q10 : 𝓩) : Prop := x.AllowsTermQ10 q10 μ ∨ x.AllowsTermQ10 q10 β ∨ x.AllowsTermQ10 q10 Λ ∨ x.AllowsTermQ10 q10 W2 ∨ x.AllowsTermQ10 q10 W4 ∨ x.All...
Source project: Physlib
Person-level attribution pending.