assume
{ F3(y) where y is Element of F1() : ( P1[y] & not F3(y) in F2() ) } meets F2()
; contradiction
then consider x being object such that
A1:
x in { F3(y) where y is Element of F1() : ( P1[y] & not F3(y) in F2() ) }
and
A2:
x in F2()
by XBOOLE_0:3;
ex y being Element of F1() st
( x = F3(y) & P1[y] & not F3(y) in F2() )
by A1;
hence
contradiction
by A2; verum