Relation /=


Slots on this relation:

Documentation:
/= means not equal. It is a KIF operator.
Instance-Of: Relation
Arity: 2

Equivalence Axioms:

(<=> (/= ?X ?Y) (Not (= ?X ?Y)))


Other Related Axioms:

(<=> (/= ?X ?Y) (Not (= ?X ?Y)))


Notes: