theorem Th1:
  a,b // a,b
proof
  ex d st a,b // b,d by Def1;
  hence thesis by Def1;
end;
