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

theorem
  X c= Y (/\) Z implies X c= Y
proof
  Y (/\) Z c= Y by Th15;
  hence thesis by Th13;
end;
