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

let x be object ; :: 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:] ;
hence x in X by A1; :: thesis: verum