Class FINITE-SET

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: