let a be ordinal number ; :: thesis: a c= epsilon_ a
defpred S1[ Ordinal] means $1 c= epsilon_ $1;
( 0 in omega & omega c= epsilon_ 0 ) by Th6, Th30;
then A0: S1[ 0 ] ;
A1: for b being ordinal number st S1[b] holds
S1[ succ b]
proof end;
A2: for c being ordinal number st c <> {} & c is limit_ordinal & ( for b being ordinal number st b in c holds
S1[b] ) holds
S1[c]
proof
let c be ordinal number ; :: thesis: ( c <> {} & c is limit_ordinal & ( for b being ordinal number st b in c holds
S1[b] ) implies S1[c] )

assume that
( c <> {} & c is limit_ordinal ) and
Z1: for b being ordinal number st b in c holds
S1[b] ; :: thesis: S1[c]
let x be set ; :: according to TARSKI:def 3 :: thesis: ( not x in c or x in epsilon_ c )
assume Z2: x in c ; :: thesis: x in epsilon_ c
then reconsider a = x as Ordinal ;
( S1[a] & epsilon_ a in epsilon_ c ) by Z1, Z2, Th33;
hence x in epsilon_ c by ORDINAL1:22; :: thesis: verum
end;
for b being ordinal number holds S1[b] from ORDINAL2:sch 1(A0, A1, A2);
hence a c= epsilon_ a ; :: thesis: verum