reserve a,b,c,d for Real;
reserve z,z1,z2 for Complex;

theorem Th17:
  Re(-z) = -(Re z) & Im(-z) = -(Im z)
proof
  -z = -Re z+(-Im z)*<i> by Lm22;
  hence thesis by Th12;
end;
