reserve a, b, c, d, x, y, z for Complex;
reserve r for Real;

theorem Th77:
  angle(a,b,a) = 0
proof
  Arg(a-b)-Arg(a-b) = 0;
  hence thesis by Def4;
end;
