let L be domRing; for p being Polynomial of L
for x being Element of L holds
( eval (p,x) = 0. L iff rpoly (1,x) divides p )
let p be Polynomial of L; for x being Element of L holds
( eval (p,x) = 0. L iff rpoly (1,x) divides p )
let x be Element of L; ( eval (p,x) = 0. L iff rpoly (1,x) divides p )
A1:
now ( rpoly (1,x) divides p implies eval (p,x) = 0. L )assume
rpoly (1,
x)
divides p
;
eval (p,x) = 0. Lthen consider u being
Polynomial of
L such that A2:
(rpoly (1,x)) *' u = p
by RING_4:1;
A3:
eval (
(rpoly (1,x)),
x) =
x - x
by HURWITZ:29
.=
0. L
by RLVECT_1:15
;
thus eval (
p,
x) =
(eval ((rpoly (1,x)),x)) * (eval (u,x))
by A2, POLYNOM4:24
.=
0. L
by A3
;
verum end;
hence
( eval (p,x) = 0. L iff rpoly (1,x) divides p )
by A1; verum