theorem
  [:{x,y},X:] = [:{x},X:] \/ [:{y},X:] & [:X,{x,y}:] = [:X,{x}:] \/ [:X, {y} :]
proof
  {x,y}={x} \/ {y} by ENUMSET1:1;
  hence thesis by Th96;
end;
