let R1, R2 be Relation of the carrier of W; ( ( for x, y being Element of W holds
( [x,y] in R1 iff ( x <= y or y <= x ) ) ) & ( for x, y being Element of W holds
( [x,y] in R2 iff ( x <= y or y <= x ) ) ) implies R1 = R2 )
assume that
A1:
for x, y being Element of W holds
( [x,y] in R1 iff ( x <= y or y <= x ) )
and
A2:
for x, y being Element of W holds
( [x,y] in R2 iff ( x <= y or y <= x ) )
; R1 = R2
A3:
R1 c= R2
R2 c= R1
hence
R1 = R2
by XBOOLE_0:def 10, A3; verum