let R1, R2 be Relation of X; :: thesis: ( ( for x, y being Element of X holds
( [x,y] in R1 iff f . x,y <= a ) ) & ( for x, y being Element of X holds
( [x,y] in R2 iff f . x,y <= a ) ) implies R1 = R2 )
assume that
A2:
for x, y being Element of X holds
( [x,y] in R1 iff f . x,y <= a )
and
A3:
for x, y being Element of X holds
( [x,y] in R2 iff f . x,y <= a )
; :: thesis: R1 = R2
for c, d being set holds
( [c,d] in R1 iff [c,d] in R2 )
hence
R1 = R2
by RELAT_1:def 2; :: thesis: verum