Function COMPLEMENT


Slots on this function:

Instance-Of: Function
Arity: 2
Domain: Set
Range: Set

Other Related Axioms:

(<- (Complement ?S) (Setofall ?X (Not (Member ?X ?S))))

(=> (Complement $X $Y) (Set $Y))

(=> (Complement $X $Y) (Set $X))


Notes: