theorem Th6:
  a,b // c,c implies a=b
proof
  assume
A1: a,b // c,c;
  a,a // c,c by Th5;
  then a,b // a,a by A1,Def1;
  hence thesis by Def1;
end;
