Function INTERSECTION

Range: Set
Axioms:
(Undefined (Arity Intersection))

(= (Intersection @Sets)
   (Setofall ?X
             (Exists (?S)
                     (=> (Item ?S (Listof @Sets)) (Member ?X ?S)))))

(=> (= (Intersection @Sets) ?Set)
    (=> (Item ?S (Listof @Sets)) (Set ?S)))