:: deftheorem defines valid_output NOMIN_8:def 13 :
for V, A being set
for Z, res being object
for b5 being SCPartialNominativePredicate of V,A holds
( b5 = valid_output (V,A,Z,res) iff ( dom b5 = { d where d is TypeSCNominativeData of V,A : d in dom (denaming (V,A,Z)) } & ( for d being object st d in dom b5 holds
( ( <*res*> is_valid_output V,A,<*Z*>,d implies b5 . d = TRUE ) & ( not <*res*> is_valid_output V,A,<*Z*>,d implies b5 . d = FALSE ) ) ) ) );