defpred S1[ Ordinal] means ( $1 is Ordinal of F1() implies P1[$1] );
A4: S1[ {} ] by A1, ORDINAL4:35;
A5: for A being Ordinal st S1[A] holds
S1[ succ A]
proof
let A be Ordinal; :: thesis: ( S1[A] implies S1[ succ A] )
assume that
A6: ( A is Ordinal of F1() implies P1[A] ) and
A7: succ A is Ordinal of F1() ; :: thesis: P1[ succ A]
( A in succ A & succ A in On F1() ) by A7, Th8, ORDINAL1:10;
then A in On F1() by ORDINAL1:19;
then reconsider a = A as Ordinal of F1() by Th8;
P1[ succ a] by A2, A6;
hence P1[ succ A] ; :: thesis: verum
end;
A8: for A being Ordinal st A <> {} & A is limit_ordinal & ( for B being Ordinal st B in A holds
S1[B] ) holds
S1[A]
proof
let A be Ordinal; :: thesis: ( A <> {} & A is limit_ordinal & ( for B being Ordinal st B in A holds
S1[B] ) implies S1[A] )

assume that
A9: ( A <> {} & A is limit_ordinal ) and
A10: for B being Ordinal st B in A & B is Ordinal of F1() holds
P1[B] ; :: thesis: S1[A]
assume A is Ordinal of F1() ; :: thesis: P1[A]
then reconsider a = A as Ordinal of F1() ;
( {} = 0-element_of F1() & ( for b being Ordinal of F1() st b in a holds
P1[b] ) ) by A10, ORDINAL4:35;
hence P1[A] by A3, A9; :: thesis: verum
end;
for A being Ordinal holds S1[A] from ORDINAL2:sch 1(A4, A5, A8);
hence for a being Ordinal of F1() holds P1[a] ; :: thesis: verum