theorem Th1:
  0.A is Zero_Divisor of A
  proof
    consider b be Element of A such that
A1: b = 1.A;
    0.A * b = 0.A; then
    0.A is zero_divisible by A1;
    hence thesis;
  end;
