Is Complete mono
SuperSymmetry.SU5.ChargeSpectrum.isComplete_mono
Project documentation
A charge spectrum is complete if it has all types of fields. -/ def IsComplete (x : ChargeSpectrum π©) : Prop := x.qHd.isSome β§ x.qHu.isSome β§ x.Q5 β β β§ x.Q10 β β instance [DecidableEq π©] (x : ChargeSpectrum π©) : Decidable (IsComplete x) := inferInstanceAs (Decidable (x.qHd.isSome β§ x.qHu.isSome β§ x.Q5 β β β§ x.Q10 β β )) /-! ### A.1. The empty spectrum...
Source project: Physlib
Person-level attribution pending.