reconsider T1 = F1() as non empty 1-sorted ;
reconsider S1 = F2() as sequence of T1 ;
A2: ex n being Element of NAT st
for m being Element of NAT
for x being Point of T1 st n <= m & x = S1 . m holds
P1[x] by A1;
ex n being Element of NAT st
for m being Element of NAT st n <= m holds
P1[(S1 * F3()) . m] from FRECHET2:sch 1(A2);
hence ex n being Element of NAT st
for m being Element of NAT st n <= m holds
P1[(F2() * F3()) . m] ; :: thesis: verum