theorem Th41:
  [a,a@b] ## [a@b,b]
proof
  a@b = (a@b)@(a@b) by Def3;
  then a,a@b @@ a@b,b;
  hence thesis;
end;
