
theorem :: COMPOS_1:56
 for S being ZeroStr holds not 0.S in NonZero S
 proof let S be ZeroStr;
  assume 0.S in NonZero S;
   then not 0.S in {0.S} by XBOOLE_0:def 5;
  hence thesis by TARSKI:def 1;
 end;
