let F be Field; :: thesis: for p being irreducible Element of the carrier of (Polynom-Ring F)
for q being Element of the carrier of (Polynom-Ring F) holds
( not q divides p or q is unital or q is_associated_to p )

let p be irreducible Element of the carrier of (Polynom-Ring F); :: thesis: for q being Element of the carrier of (Polynom-Ring F) holds
( not q divides p or q is unital or q is_associated_to p )

let q be Element of the carrier of (Polynom-Ring F); :: thesis: ( not q divides p or q is unital or q is_associated_to p )
assume AS: q divides p ; :: thesis: ( q is unital or q is_associated_to p )
then consider r being Polynomial of F such that
C: q *' r = p by RING_4:1;
per cases ( q is zero or not q is zero ) ;
end;