theorem Th78:
  z1 = z1 + z - z
proof
  thus z1 = z1 + 0c n by BINOP_2:1,FINSEQOP:56
    .= z1 + (z - z) by Th72
    .= z1 + z - z by Th75;
end;
