reserve i,j,e,u for object;
reserve I for set; 
reserve x,X,Y,Z,V for ManySortedSet of I;
reserve I for non empty set,
  x,X,Y for ManySortedSet of I;

theorem
  x in X & x in Y implies X (/\) Y <> EmptyMS I
by Th8,Th124;
