theorem Th73:
  z1 - z2 = 0c n implies z1 = z2
proof
  assume z1 - z2 = 0c n;
  then z1 + - z2 = 0c n;
  then z1 = -(-z2) by Th51,Th52,BINOP_2:1,FINSEQOP:74;
  hence thesis;
end;
