let A be non empty set ; :: thesis: for O being Ordinal holds A c= ConsecutiveSet A,O
let O be Ordinal; :: thesis: A c= ConsecutiveSet A,O
defpred S1[ Ordinal] means A c= ConsecutiveSet A,$1;
A1: S1[ {} ] by Th24;
A2: for O1 being Ordinal st S1[O1] holds
S1[ succ O1]
proof
let O1 be Ordinal; :: thesis: ( S1[O1] implies S1[ succ O1] )
assume A3: A c= ConsecutiveSet A,O1 ; :: thesis: S1[ succ O1]
ConsecutiveSet A,(succ O1) = new_set (ConsecutiveSet A,O1) by Th25;
then ConsecutiveSet A,O1 c= ConsecutiveSet A,(succ O1) by XBOOLE_1:7;
hence S1[ succ O1] by A3, XBOOLE_1:1; :: thesis: verum
end;
A4: for O2 being Ordinal st O2 <> {} & O2 is limit_ordinal & ( for O1 being Ordinal st O1 in O2 holds
S1[O1] ) holds
S1[O2]
proof
let O2 be Ordinal; :: thesis: ( O2 <> {} & O2 is limit_ordinal & ( for O1 being Ordinal st O1 in O2 holds
S1[O1] ) implies S1[O2] )

assume A5: ( O2 <> {} & O2 is limit_ordinal & ( for O1 being Ordinal st O1 in O2 holds
A c= ConsecutiveSet A,O1 ) ) ; :: thesis: S1[O2]
deffunc H1( Ordinal) -> set = ConsecutiveSet A,$1;
consider Ls being T-Sequence such that
A6: ( dom Ls = O2 & ( for O1 being Ordinal st O1 in O2 holds
Ls . O1 = H1(O1) ) ) from ORDINAL2:sch 2();
A7: ConsecutiveSet A,O2 = union (rng Ls) by A5, A6, Th26;
A8: {} in O2 by A5, ORDINAL3:10;
then Ls . {} = ConsecutiveSet A,{} by A6
.= A by Th24 ;
then A in rng Ls by A6, A8, FUNCT_1:def 5;
hence S1[O2] by A7, ZFMISC_1:92; :: thesis: verum
end;
for O being Ordinal holds S1[O] from ORDINAL2:sch 1(A1, A2, A4);
hence A c= ConsecutiveSet A,O ; :: thesis: verum