defpred S1[ set , set ] means ex x', y' being Element of st
( x' = $1 & y' = $2 & x' << y' );
consider R being Relation of , such that
A1:
for x, y being set holds
( [x,y] in R iff ( x in the carrier of L & y in the carrier of L & S1[x,y] ) )
from RELSET_1:sch 1();
reconsider R = R as Relation of ;
take
R
; for x, y being Element of holds
( [x,y] in R iff x << y )
let x, y be Element of ; ( [x,y] in R iff x << y )
hereby ( x << y implies [x,y] in R )
assume
[x,y] in R
;
x << ythen
ex
x',
y' being
Element of st
(
x' = x &
y' = y &
x' << y' )
by A1;
hence
x << y
;
verum
end;
assume
x << y
; [x,y] in R
hence
[x,y] in R
by A1; verum