consider X being set such that
A1: for x being set holds
( x in X iff ( x in F1() & P1[x] ) ) from XBOOLE_0:sch 1();
X c= F1()
proof
let x be set ; :: according to TARSKI:def 3 :: thesis: ( not x in X or x in F1() )
thus ( not x in X or x in F1() ) by A1; :: thesis: verum
end;
then X in bool F1() by ZFMISC_1:def 1;
then reconsider X = X as Subset of F1() by Def2;
take X ; :: thesis: for x being set holds
( x in X iff ( x in F1() & P1[x] ) )

thus for x being set holds
( x in X iff ( x in F1() & P1[x] ) ) by A1; :: thesis: verum