{} c= X by XBOOLE_1:2;
then reconsider f = <*{}*> as FinSequence of bool X by FINSEQ_1:74;
for k being Nat st k in dom f holds
f . k in F
proof
let k be Nat; :: thesis: ( k in dom f implies f . k in F )
assume k in dom f ; :: thesis: f . k in F
then k in Seg 1 by FINSEQ_1:def 8;
then k = 1 by FINSEQ_1:2, TARSKI:def 1;
then f . k = {} by FINSEQ_1:def 8;
hence f . k in F by PROB_1:4; :: thesis: verum
end;
then reconsider f = <*{}*> as FinSequence of F by Def1;
take f ; :: thesis: f is disjoint_valued
A1: for n being set holds f . n = {}
proof end;
thus for x, y being set st x <> y holds
f . x misses f . y :: according to PROB_2:def 2 :: thesis: verum
proof
let x, y be set ; :: thesis: ( x <> y implies f . x misses f . y )
f . x = {} by A1;
hence ( x <> y implies f . x misses f . y ) by XBOOLE_1:65; :: thesis: verum
end;