let R1, R2 be Equivalence_Relation of Prop Q; :: thesis: ( ( for p, q being Element of Prop Q holds
( [p,q] in R1 iff p <==> q ) ) & ( for p, q being Element of Prop Q holds
( [p,q] in R2 iff p <==> q ) ) implies R1 = R2 )
assume A5:
( ( for p, q being Element of Prop Q holds
( [p,q] in R1 iff p <==> q ) ) & ( for p, q being Element of Prop Q holds
( [p,q] in R2 iff p <==> q ) ) )
; :: thesis: R1 = R2
for x, y being set holds
( [x,y] in R1 iff [x,y] in R2 )
proof
let x,
y be
set ;
:: thesis: ( [x,y] in R1 iff [x,y] in R2 )
thus
(
[x,y] in R1 implies
[x,y] in R2 )
:: thesis: ( [x,y] in R2 implies [x,y] in R1 )
assume A8:
[x,y] in R2
;
:: thesis: [x,y] in R1
then
(
x is
Element of
Prop Q &
y is
Element of
Prop Q )
by ZFMISC_1:106;
hence
[x,y] in R1
by A6, A8;
:: thesis: verum
end;
hence
R1 = R2
by RELAT_1:def 2; :: thesis: verum