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();
A2: { 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 A3: x in { F3(w) where w is Element of F1() : w in F2() } ; :: thesis: x in rng f
consider w being Element of F1() such that
A4: x = F3(w) and
A5: w in F2() by A3;
A6: f . w = x by A1, A4, A5;
thus x in rng f by A1, A5, A6, FUNCT_1:def 5; :: thesis: verum
end;
thus card { F3(w) where w is Element of F1() : w in F2() } c= card F2() by A1, A2, CARD_1:28; :: thesis: verum