
theorem Th1:
  for a be Complex st a = a*' holds Im a = 0
proof
  let z be Complex;
  assume z = z*';
  then Im z = 0+ -(Im z) by COMPLEX1:27;
  hence thesis;
end;
