theorem Th18:
  (-x).|.y = - x.|.y
proof
  (-x) .|. y = ((-1r)*x) .|. y by CLVECT_1:3
    .= (-1) * x .|. y by Def11,COMPLEX1:def 4;
  hence thesis;
end;
