Relation /=


Slots on this relation:

Documentation:
/= means not equal. It is a KIF operator.
Arity: 2

Axioms:

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


Notes: