let L be non empty ZeroStr ; :: thesis: for p being Polynomial of L holds
( p is non-zero iff len p > 0 )

let p be Polynomial of L; :: thesis: ( p is non-zero iff len p > 0 )
hereby :: thesis: ( len p > 0 implies p is non-zero ) end;
assume len p > 0 ; :: thesis: p is non-zero
then p <> 0_. L by POLYNOM4:3;
hence p is non-zero ; :: thesis: verum