defpred S1[ set , set , set ] means ex a being Element of Z_2 ex c being Subset of X st
( $1 = a & $2 = c & $3 = a \*\ c );
A1:
for x, y being set st x in the carrier of Z_2 & y in bool X holds
ex z being set st
( z in bool X & S1[x,y,z] )
consider f being Function of [: the carrier of Z_2,(bool X):],(bool X) such that
A4:
for x, y being set st x in the carrier of Z_2 & y in bool X holds
S1[x,y,f . (x,y)]
from BINOP_1:sch 1(A1);
take
f
; for a being Element of Z_2
for c being Subset of X holds f . (a,c) = a \*\ c
for a being Element of Z_2
for c being Subset of X holds f . (a,c) = a \*\ c
hence
for a being Element of Z_2
for c being Subset of X holds f . (a,c) = a \*\ c
; verum