consider f being Function such that
A1: ( dom f = F2() & ( for x being set 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() } c= rng f
proof
let x be set ; :: according to TARSKI:def 3 :: thesis: ( not x in { F3(w) where w is Element of F1() : w in F2() } or x in rng f )
assume x in { F3(w) where w is Element of F1() : w in F2() } ; :: thesis: x in rng f
then consider w being Element of F1() such that
A4: x = F3(w) and
A5: w in F2() ;
f . w = x by A1, A4, A5;
hence x in rng f by A1, A5, FUNCT_1:def 5; :: thesis: verum
end;
hence card { F3(w) where w is Element of F1() : w in F2() } c= card F2() by A1, CARD_1:28; :: thesis: verum