theorem Th8:
  a,b ==> c,c implies a=b
proof
  assume a,b ==> c,c;
  then a # c = b # c by Th5;
  hence thesis by RLVECT_1:8;
end;
