Class
EVEN-INTEGER
Defined in theory:
Kif-numbers
Source code:
kif-numbers.lisp
Slots on this class:
Documentation
:
Even integer
Subclass-Of
:
Integer
Axioms:
(=> (
Even-Integer
?X) (
=
(
Mod
?X 2) 0))