A4: for A being Ordinal st ( for B being Ordinal st B in A holds
P1[B] ) holds
P1[A]
proof
let A be Ordinal; :: thesis: ( ( for B being Ordinal st B in A holds
P1[B] ) implies P1[A] )

assume A5: for B being Ordinal st B in A holds
P1[B] ; :: thesis: P1[A]
A6: now end;
now
given B being Ordinal such that A9: A = succ B ; :: thesis: P1[A]
B in A by A9, ORDINAL1:6;
hence P1[A] by A2, A5, A9; :: thesis: verum
end;
hence P1[A] by A1, A6; :: thesis: verum
end;
thus for A being Ordinal holds P1[A] from ORDINAL1:sch 2(A4); :: thesis: verum