Returns the number of elements in a set.
(<=> (Cardinality ?Set ?Integer) (And (Set ?Set) (Exists (@Elements) (And (= ?Set (Setof @Elements)) (= ?Integer (Length (Listof @Elements)))))))