assume
not { F2(a) where a is Element of F1() : P1[a] } = {}
; contradiction
then reconsider X = { F2(a) where a is Element of F1() : P1[a] } as non empty set ;
consider x being Element of X;
x in X
;
then
ex a being Element of F1() st
( x = F2(a) & P1[a] )
;
hence
contradiction
by A1; verum