theorem
  union {{x},{y}} = {x,y}
proof
  thus union {{x},{y}} = {x} \/ {y} by Lm15
    .= {x,y} by ENUMSET1:1;
end;
