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

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