defpred S1[ set , set ] means ex p being Polynomial of A st
( p = $1 & $2 = Ext_eval (p,x) );
A1:
for y being Element of the carrier of (Polynom-Ring A) ex z being Element of B st S1[y,z]
consider f being Function of (Polynom-Ring A),B such that
A2:
for y being Element of (Polynom-Ring A) holds S1[y,f . y]
from FUNCT_2:sch 3(A1);
reconsider f = f as Function of (Polynom-Ring A),B ;
take
f
; for p being Polynomial of A holds f . p = Ext_eval (p,x)
let p be Polynomial of A; f . p = Ext_eval (p,x)
p in Polynom-Ring A
by POLYNOM3:def 10;
then
ex q being Polynomial of A st
( q = p & f . p = Ext_eval (q,x) )
by A2;
hence
f . p = Ext_eval (p,x)
; verum