
theorem
for F being Field,
    p being non constant Element of the carrier of Polynom-Ring F
ex E being FieldExtension of F st E is SplittingField of p
proof
let F be Field,
    p be non constant Element of the carrier of Polynom-Ring F;
set E = the SplittingField of p;
take E;
thus thesis;
end;
