let X be set ; :: thesis: ( ( for a being set st a in X holds
a is T-Sequence ) & X is c=-linear implies union X is T-Sequence )
assume that
A1:
for a being set st a in X holds
a is T-Sequence
and
A2:
X is c=-linear
; :: thesis: union X is T-Sequence
( union X is Relation-like & union X is Function-like )
proof
thus
for
a being
set st
a in union X holds
ex
b,
c being
set st
[b,c] = a
:: according to RELAT_1:def 1 :: thesis: union X is Function-like
let a be
set ;
:: according to FUNCT_1:def 1 :: thesis: for b1, b2 being number holds
( not [a,b1] in union X or not [a,b2] in union X or b1 = b2 )let b,
c be
set ;
:: thesis: ( not [a,b] in union X or not [a,c] in union X or b = c )
assume A4:
(
[a,b] in union X &
[a,c] in union X )
;
:: thesis: b = c
then consider x being
set such that A5:
(
[a,b] in x &
x in X )
by TARSKI:def 4;
consider y being
set such that A6:
(
[a,c] in y &
y in X )
by A4, TARSKI:def 4;
reconsider x =
x as
T-Sequence by A1, A5;
reconsider y =
y as
T-Sequence by A1, A6;
x,
y are_c=-comparable
by A2, A5, A6, Def9;
then
(
x c= y or
y c= x )
by XBOOLE_0:def 9;
hence
b = c
by A5, A6, FUNCT_1:def 1;
:: thesis: verum
end;
then reconsider F = union X as Function ;
defpred S1[ set , set ] means ( $1 in X & ( for L being T-Sequence st L = $1 holds
dom L = $2 ) );
A7:
for a, b, c being set st S1[a,b] & S1[a,c] holds
b = c
consider G being Function such that
A9:
for a, b being set holds
( [a,b] in G iff ( a in X & S1[a,b] ) )
from FUNCT_1:sch 1(A7);
A10:
for a, b being set st [a,b] in G holds
b is Ordinal
for a being set st a in rng G holds
a is Ordinal
then consider A being Ordinal such that
A13:
rng G c= A
by Th36;
defpred S2[ Ordinal] means for B being Ordinal st B in rng G holds
B c= $1;
for B being Ordinal st B in rng G holds
B c= A
by A13, Def2;
then A14:
ex A being Ordinal st S2[A]
;
consider A being Ordinal such that
A15:
( S2[A] & ( for C being Ordinal st S2[C] holds
A c= C ) )
from ORDINAL1:sch 1(A14);
F is T-Sequence-like
hence
union X is T-Sequence
; :: thesis: verum