let R be Ring; :: thesis: for p being Polynomial of R holds p <> [1,2]
let p be Polynomial of R; :: thesis: p <> [1,2]
A1: dom p = NAT by FUNCT_2:def 1;
now :: thesis: not p = [1,2]end;
hence p <> [1,2] ; :: thesis: verum