let F be Field; :: thesis: for E being FieldExtension of F
for p being non zero Element of the carrier of (Polynom-Ring F)
for a being Element of E holds
( a is_a_root_of p,E iff multiplicity (p,a) >= 1 )

let E be FieldExtension of F; :: thesis: for p being non zero Element of the carrier of (Polynom-Ring F)
for a being Element of E holds
( a is_a_root_of p,E iff multiplicity (p,a) >= 1 )

let p be non zero Element of the carrier of (Polynom-Ring F); :: thesis: for a being Element of E holds
( a is_a_root_of p,E iff multiplicity (p,a) >= 1 )

let a be Element of E; :: thesis: ( a is_a_root_of p,E iff multiplicity (p,a) >= 1 )
the carrier of (Polynom-Ring F) c= the carrier of (Polynom-Ring E) by FIELD_4:10;
then reconsider q = p as Element of the carrier of (Polynom-Ring E) ;
p <> 0_. F ;
then q <> 0_. E by FIELD_4:12;
then reconsider q = q as non zero Element of the carrier of (Polynom-Ring E) by UPROOTS:def 5;
A: now :: thesis: ( multiplicity (p,a) >= 1 implies a is_a_root_of p,E )end;
now :: thesis: ( a is_a_root_of p,E implies multiplicity (p,a) >= 1 )end;
hence ( a is_a_root_of p,E iff multiplicity (p,a) >= 1 ) by A; :: thesis: verum