theorem Th30:
  for X,Y be set holds X++Y = Y++X
proof
  let X,Y be  set;
  X++Y c= Y++X  c= X ++ Y by Lm4;
  hence thesis by XBOOLE_0:def 10;
end;
