Class EVEN-INTEGER


Slots on this class:

Documentation: Even integer
Instance-Of: Class
Subclass-Of: Integer

Axioms:

(= (Mod ?X 2) 0)


Other Related Axioms:

(=> (Even-Integer ?X) (= (Mod ?X 2) 0))