let f1, f2 be Function of (Polynom-Ring L),L; :: thesis: ( ( for p being Polynomial of L holds f1 . p = eval (p,x) ) & ( for p being Polynomial of L holds f2 . p = eval (p,x) ) implies f1 = f2 )
assume that
A3: for p being Polynomial of L holds f1 . p = eval (p,x) and
A4: for p being Polynomial of L holds f2 . p = eval (p,x) ; :: thesis: f1 = f2
now :: thesis: for y being Element of (Polynom-Ring L) holds f1 . y = f2 . y
let y be Element of (Polynom-Ring L); :: thesis: f1 . y = f2 . y
reconsider p = y as Polynomial of L by POLYNOM3:def 10;
thus f1 . y = eval (p,x) by A3
.= f2 . y by A4 ; :: thesis: verum
end;
hence f1 = f2 by FUNCT_2:63; :: thesis: verum