Class SIMPLE-SET

A simple set is a set that can be a member of another set.
Subclass-Of: Bounded, Set, Thing
Axioms:
(<=> (Simple-Set ?X) (And (Set ?X) (Bounded ?X)))

Notes: