defpred S2[ set ] means $1 is FinSequence of D;
consider X being set such that
A1: for x being set holds
( x in X iff ( x in bool [:NAT,D:] & S2[x] ) ) from XBOOLE_0:sch 1();
take X ; :: thesis: for x being set holds
( x in X iff x is FinSequence of D )

let x be set ; :: thesis: ( x in X iff x is FinSequence of D )
thus ( x in X implies x is FinSequence of D ) by A1; :: thesis: ( x is FinSequence of D implies x in X )
assume x is FinSequence of D ; :: thesis: x in X
then reconsider p = x as FinSequence of D ;
p c= [:NAT,D:] by RELAT_1:185;
hence x in X by A1; :: thesis: verum