theorem Th3:
  not 0.A in Non_ZeroDiv_Set(A)
  proof
    0.A is Zero_Divisor of A by Th1; then
    0.A in ZeroDiv_Set(A);
    hence thesis by XBOOLE_0:def 5;
  end;
