Class FINITE-SET


Slots on this class:

Documentation:
A set that has only finite elements
Subclass-Of: Set

Axioms:

(<=> (Finite-Set ?F-Set)
     (And (Set ?F-Set)
          (Exists (@Elements) (= ?F-Set (Setof @Elements)))))


Notes: