
theorem
not F_Complex is SplittingField of X^2-2
proof
set F = FAdj(F_Rat,{2-Root(2)});
H: F is Subfield of F_Complex by FIELD_4:7;
now assume A: F_Complex is SplittingField of X^2-2;
  X^2-2 splits_in F by 2split,FIELD_8:def 1; then
  F_Complex == F by H,A,FIELD_8:def 1; then
  F_Complex is Subfield of F by FIELD_7:def 2; then
  the carrier of F_Complex c= the carrier of F by EC_PF_1:def 1;
  hence contradiction by nnn;
  end;
hence thesis;
end;
