theorem Th15:
  ex d st a,b @@ c,d
proof
  consider d such that
A1: d@a =b@c by Def3;
  a,b @@ c,d by A1;
  hence thesis;
end;
