reserve x for Complex;

theorem
  x - 0 = x
proof
  x - 0 = x + 0 by Lm1,XCMPLX_0:def 8;
  hence thesis by Th1;
end;
