let S be non empty ZeroStr ; :: thesis: for u being Element of S holds
( u in NonZero S iff not u is zero )

let u be Element of S; :: thesis: ( u in NonZero S iff not u is zero )
thus ( u in NonZero S implies not u is zero ) :: thesis: ( not u is zero implies u in NonZero S )
proof end;
thus ( not u is zero implies u in NonZero S ) :: thesis: verum
proof end;