theorem Th18:
  a,b '||' a,b
proof
  b,a '||' b,b by Def11;
  hence thesis by Def11;
end;
