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