thus ( F4() in F5(F3()) implies for b being Element of F2() st b in F3() holds
P1[F4(),b] ) :: thesis: ( ( for b being Element of F2() st b in F3() holds
P1[F4(),b] ) implies F4() in F5(F3()) )
proof
defpred S1[ set ] means P2[$1,F3()];
assume F4() in F5(F3()) ; :: thesis: for b being Element of F2() st b in F3() holds
P1[F4(),b]

then A3: F4() in { a where a is Element of F1() : S1[a] } by A1;
S1[F4()] from LMOD_7:sch 6(A3);
hence for b being Element of F2() st b in F3() holds
P1[F4(),b] by A2; :: thesis: verum
end;
assume for b being Element of F2() st b in F3() holds
P1[F4(),b] ; :: thesis: F4() in F5(F3())
hence F4() in F5(F3()) by A1, A2; :: thesis: verum