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

theorem
  z*' = 0 implies z = 0
proof
  assume z*' = 0;
  then 0 = Re z+(-Im z)*<i>;
  hence Re z = Re 0 & Im z = Im 0 by Th12;
end;
