consider f being Function such that
A1: ( dom f = F2() & ( for x being object st x in F2() holds
f . x = F3(x) ) ) from FUNCT_1:sch 3();
{ F3(w) where w is Element of F1() : ( w in F2() & P1[w] ) } c= rng f
proof
let x be object ; :: according to TARSKI:def 3 :: thesis: ( not x in { F3(w) where w is Element of F1() : ( w in F2() & P1[w] ) } or x in rng f )
assume x in { F3(w) where w is Element of F1() : ( w in F2() & P1[w] ) } ; :: thesis: x in rng f
then consider w being Element of F1() such that
A2: x = F3(w) and
A3: w in F2() and
P1[w] ;
f . w = x by A1, A2, A3;
hence x in rng f by A1, A3, FUNCT_1:def 3; :: thesis: verum
end;
hence card { F3(w) where w is Element of F1() : ( w in F2() & P1[w] ) } c= card F2() by A1, CARD_1:12; :: thesis: verum