set X = { F4(x,y) where x is Element of F1(), y is Element of F2() : P1[x,y] } ;
{ F4(x,y) where x is Element of F1(), y is Element of F2() : P1[x,y] } c= F3()
proof
let w be set ; :: according to TARSKI:def 3 :: thesis: ( not w in { F4(x,y) where x is Element of F1(), y is Element of F2() : P1[x,y] } or w in F3() )
assume w in { F4(x,y) where x is Element of F1(), y is Element of F2() : P1[x,y] } ; :: thesis: w in F3()
then ex x being Element of F1() ex y being Element of F2() st
( w = F4(x,y) & P1[x,y] ) ;
hence w in F3() ; :: thesis: verum
end;
hence { F4(x,y) where x is Element of F1(), y is Element of F2() : P1[x,y] } is Subset of F3() ; :: thesis: verum