let A, B be Relation of M; :: thesis: ( ( for x, y being Element of M holds
( [x,y] in A iff x,y are_in_tolerance_wrt a ) ) & ( for x, y being Element of M holds
( [x,y] in B iff x,y are_in_tolerance_wrt a ) ) implies A = B )
assume that
A2:
for x, y being Element of M holds
( [x,y] in A iff x,y are_in_tolerance_wrt a )
and
A3:
for x, y being Element of M holds
( [x,y] in B iff x,y are_in_tolerance_wrt a )
; :: thesis: A = B
for c, d being set holds
( [c,d] in A iff [c,d] in B )
hence
A = B
by RELAT_1:def 2; :: thesis: verum