let R be Ring; :: thesis: for p being Polynomial of R st deg p < 2 holds
for a being Element of R ex y, z being Element of R st p = <%y,z%>

let p be Polynomial of R; :: thesis: ( deg p < 2 implies for a being Element of R ex y, z being Element of R st p = <%y,z%> )
assume A: deg p < 2 ; :: thesis: for a being Element of R ex y, z being Element of R st p = <%y,z%>
let a be Element of R; :: thesis: ex y, z being Element of R st p = <%y,z%>
take y = p . 0; :: thesis: ex z being Element of R st p = <%y,z%>
take z = p . 1; :: thesis: p = <%y,z%>
set q = <%y,z%>;
now :: thesis: for i being Element of NAT holds p . i = <%y,z%> . i
let i be Element of NAT ; :: thesis: p . b1 = <%y,z%> . b1
per cases ( i = 0 or i = 1 or ( i <> 0 & i <> 1 ) ) ;
suppose i = 0 ; :: thesis: p . b1 = <%y,z%> . b1
hence p . i = <%y,z%> . i by POLYNOM5:38; :: thesis: verum
end;
suppose i = 1 ; :: thesis: p . b1 = <%y,z%> . b1
hence p . i = <%y,z%> . i by POLYNOM5:38; :: thesis: verum
end;
end;
end;
hence p = <%y,z%> ; :: thesis: verum