
theorem main1:
for F being Field ex E being FieldExtension of F st E is algebraic-closed
proof
let F be Field;
set f = the ClosureSequence of F;
take E = SeqField f;
thus thesis;
end;
