reserve x for Complex;

theorem
  x / 1 = x
proof
  x / 1 = x * 1 by Lm3,XCMPLX_0:def 9;
  hence thesis by Th3;
end;
