set M = { F3(w) where w is Element of F1() : w in F2() } ;
consider f being Function such that
A2: dom f = F2() /\ F1() and
A3: for y being set st y in F2() /\ F1() holds
f . y = F3(y) from FUNCT_1:sch 3();
{ F3(w) where w is Element of F1() : w in F2() } = f .: F2()
proof
thus { F3(w) where w is Element of F1() : w in F2() } c= f .: F2() :: according to XBOOLE_0:def 10 :: thesis: f .: F2() c= { F3(w) where w is Element of F1() : w in F2() }
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 f .: F2() )
assume x in { F3(w) where w is Element of F1() : w in F2() } ; :: thesis: x in f .: F2()
then consider u being Element of F1() such that
A4: x = F3(u) and
A5: u in F2() ;
A6: u in dom f by A2, A5, XBOOLE_0:def 4;
then f . u = F3(u) by A2, A3;
hence x in f .: F2() by A4, A5, A6, FUNCT_1:def 12; :: thesis: verum
end;
let x be set ; :: according to TARSKI:def 3 :: thesis: ( not x in f .: F2() or x in { F3(w) where w is Element of F1() : w in F2() } )
assume x in f .: F2() ; :: thesis: x in { F3(w) where w is Element of F1() : w in F2() }
then consider y being set such that
A7: y in dom f and
A8: y in F2() and
A9: x = f . y by FUNCT_1:def 12;
reconsider y = y as Element of F1() by A2, A7, XBOOLE_0:def 4;
x = F3(y) by A2, A3, A7, A9;
hence x in { F3(w) where w is Element of F1() : w in F2() } by A8; :: thesis: verum
end;
hence { F3(w) where w is Element of F1() : w in F2() } is finite by A1; :: thesis: verum