defpred S1[ Element of F1(), Element of F2(), set ] means $3 = F4($1,$2);
A1:
for x being Element of F1()
for y being Element of F2() ex z being Element of F3() st S1[x,y,z]
;
thus
ex f being Function of [:F1(),F2():],F3() st
for x being Element of F1()
for y being Element of F2() holds S1[x,y,f . (x,y)]
from BINOP_1:sch 3(A1); verum