theorem
  Re z = 0 implies z*' = -z
proof
  assume
A1: Re z = 0;
  hence z*' = -0+(-Im z)*<i> .= -z by A1,Lm22;
end;
