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

theorem Th13:
  Re z+(Im z)*<i> = z
proof
  [*Re z, Im z*] = z by Lm3;
  hence thesis by Lm21;
end;
