reserve x for Complex;

theorem
  0 / x = 0
proof
  0 / x = 0 * x" by XCMPLX_0:def 9;
  hence thesis by Th2;
end;
