let A, B be Relation of R; ( ( for a, b being Element of R holds
( [a,b] in A iff a - b in I ) ) & ( for a, b being Element of R holds
( [a,b] in B iff a - b in I ) ) implies A = B )
assume that
A2:
for a, b being Element of R holds
( [a,b] in A iff a - b in I )
and
A3:
for a, b being Element of R holds
( [a,b] in B iff a - b in I )
; A = B
let x, y be object ; RELAT_1:def 2 ( ( not [x,y] in A or [x,y] in B ) & ( not [x,y] in B or [x,y] in A ) )
thus
( [x,y] in A implies [x,y] in B )
( not [x,y] in B or [x,y] in A )
assume A5:
[x,y] in B
; [x,y] in A
then reconsider x = x, y = y as Element of R by ZFMISC_1:87;
x - y in I
by A3, A5;
hence
[x,y] in A
by A2; verum