let f, g be Function of (Polynom-Ring (n,L)),L; ( ( for p being Polynomial of n,L holds f . p = eval (p,x) ) & ( for p being Polynomial of n,L holds g . p = eval (p,x) ) implies f = g )
assume that
A3:
for p being Polynomial of n,L holds f . p = eval (p,x)
and
A4:
for p being Polynomial of n,L holds g . p = eval (p,x)
; f = g
reconsider f = f, g = g as Function of the carrier of (Polynom-Ring (n,L)), the carrier of L ;
A6:
dom g = the carrier of (Polynom-Ring (n,L))
by FUNCT_2:def 1;
dom f = the carrier of (Polynom-Ring (n,L))
by FUNCT_2:def 1;
hence
f = g
by A6, A5, FUNCT_1:2; verum