defpred S1[ Element of F1(), Element of F1(), Element of F1(), Element of F1(), Element of F1()] means for r being Element of F1() st r = $5 holds
P1[$1,$2,$3,$4,$5];
A2:
for x, y, z, s being Element of F1() ex t being Element of F1() st S1[x,y,z,s,t]
proof
let x,
y,
z,
s be
Element of
F1();
ex t being Element of F1() st S1[x,y,z,s,t]
consider t being
Element of
F1()
such that A3:
P1[
x,
y,
z,
s,
t]
by A1;
take
t
;
S1[x,y,z,s,t]
thus
S1[
x,
y,
z,
s,
t]
by A3;
verum
end;
consider f being Function of [:F1(),F1(),F1(),F1():],F1() such that
A4:
for a, b, c, d being Element of F1() holds S1[a,b,c,d,f . [a,b,c,d]]
from MULTOP_1:sch 5(A2);
take o = f; for a, b, c, d being Element of F1() holds P1[a,b,c,d,o . a,b,c,d]
let a, b, c, d be Element of F1(); P1[a,b,c,d,o . a,b,c,d]
thus
P1[a,b,c,d,o . a,b,c,d]
by A4; verum