Relation INVERTIBLE


Slots on this relation:

Arity: 3

Axioms:

(<=> (Invertible ?Op ?Id ?Domain)
     (Forall (?X)
             (=> (Instance-Of ?X ?Domain)
                 (Exists (?Y)
                         (And (Instance-Of ?Y ?Domain)
                              (= (Value ?Op ?X ?Y) ?Id)
                              (= (Value ?Op ?Y ?X) ?Id))))))