defpred S1[ set , set ] means ex x being Element of X st
( $1 = x & $2 in (x . O1) \& O2 );
consider O being Relation such that
A1:
for z, s being set holds
( [z,s] in O iff ( z in X & s in X & S1[z,s] ) )
from RELAT_1:sch 1();
O c= [:X,X:]
proof
let z be
set ;
RELAT_1:def 3 for b1 being set holds
( not [z,b1] in O or [z,b1] in [:X,X:] )let s be
set ;
( not [z,s] in O or [z,s] in [:X,X:] )
assume
[z,s] in O
;
[z,s] in [:X,X:]
then
(
z in X &
s in X )
by A1;
hence
[z,s] in [:X,X:]
by ZFMISC_1:87;
verum
end;
then reconsider O = O as Operation of X ;
take
O
; for L being List of X holds L | O = union { ((x . O1) \& O2) where x is Element of X : x in L }
let L be List of X; L | O = union { ((x . O1) \& O2) where x is Element of X : x in L }
thus
L | O c= union { ((x . O1) \& O2) where x is Element of X : x in L }
XBOOLE_0:def 10 union { ((x . O1) \& O2) where x is Element of X : x in L } c= L | O
let z be set ; TARSKI:def 3 ( not z in union { ((x . O1) \& O2) where x is Element of X : x in L } or z in L | O )
assume
z in union { ((x . O1) \& O2) where x is Element of X : x in L }
; z in L | O
then consider Y being set such that
A3:
( z in Y & Y in { ((x . O1) \& O2) where x is Element of X : x in L } )
by TARSKI:def 4;
consider x being Element of X such that
A4:
( Y = (x . O1) \& O2 & x in L )
by A3;
[x,z] in O
by A1, A3, A4;
hence
z in L | O
by A4, RELAT_1:def 13; verum