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

theorem
  (-x).|.(-y) = x.|.y
proof
  (-x).|.(-y) = - x.|.(-y) .= - ( - x.|.y ) by Th42;
  hence thesis;
end;
