let R, S be Equivalence_Relation of ( the Sorts of U1 . s); ( ( for x, y being Element of the Sorts of U1 . s holds
( [x,y] in R iff (F . s) . x = (F . s) . y ) ) & ( for x, y being Element of the Sorts of U1 . s holds
( [x,y] in S iff (F . s) . x = (F . s) . y ) ) implies R = S )
assume that
A5:
for x, y being Element of the Sorts of U1 . s holds
( [x,y] in R iff (F . s) . x = (F . s) . y )
and
A6:
for x, y being Element of the Sorts of U1 . s holds
( [x,y] in S iff (F . s) . x = (F . s) . y )
; R = S
now for x, y being object holds
( ( [x,y] in R implies [x,y] in S ) & ( [x,y] in S implies [x,y] in R ) )let x,
y be
object ;
( ( [x,y] in R implies [x,y] in S ) & ( [x,y] in S implies [x,y] in R ) )thus
(
[x,y] in R implies
[x,y] in S )
( [x,y] in S implies [x,y] in R )assume A8:
[x,y] in S
;
[x,y] in Rthen reconsider a =
x,
b =
y as
Element of the
Sorts of
U1 . s by ZFMISC_1:87;
(F . s) . a = (F . s) . b
by A6, A8;
hence
[x,y] in R
by A5;
verum end;
hence
R = S
by RELAT_1:def 2; verum