consider B being set such that
A1:
for x being set holds
( x in B iff ( x in F1() & P1[x] ) )
from XBOOLE_0:sch 1();
for x being set st x in B holds
x in F1()
by A1;
then reconsider B = B as Subset of F1() by Lm2;
take
B
; for x being Element of F1() holds
( x in B iff P1[x] )
let x be Element of F1(); ( x in B iff P1[x] )
x in F1()
by Def2;
hence
( x in B iff P1[x] )
by A1; verum