defpred S1[ set ] means ex x being bound_QC-variable st
( x = $1 & not x in still_not-bound_in p );
consider X being set such that
A1: for b being set holds
( b in X iff ( b in bound_QC-variables & S1[b] ) ) from XBOOLE_0:sch 1();
take X ; :: thesis: for b being set holds
( b in X iff ex x being bound_QC-variable st
( x = b & not x in still_not-bound_in p ) )

thus for b being set holds
( b in X iff ex x being bound_QC-variable st
( x = b & not x in still_not-bound_in p ) ) by A1; :: thesis: verum