let R1, R2 be Relation of (Class (PropRel Q)); ( ( for B, C being Subset of (Prop Q) holds
( [B,C] in R1 iff ( B in Class (PropRel Q) & C in Class (PropRel Q) & ( for p, q being Element of Prop Q st p in B & q in C holds
p |- q ) ) ) ) & ( for B, C being Subset of (Prop Q) holds
( [B,C] in R2 iff ( B in Class (PropRel Q) & C in Class (PropRel Q) & ( for p, q being Element of Prop Q st p in B & q in C holds
p |- q ) ) ) ) implies R1 = R2 )
assume that
A3:
for B, C being Subset of (Prop Q) holds
( [B,C] in R1 iff ( B in Class (PropRel Q) & C in Class (PropRel Q) & ( for p, q being Element of Prop Q st p in B & q in C holds
p |- q ) ) )
and
A4:
for B, C being Subset of (Prop Q) holds
( [B,C] in R2 iff ( B in Class (PropRel Q) & C in Class (PropRel Q) & ( for p, q being Element of Prop Q st p in B & q in C holds
p |- q ) ) )
; R1 = R2
for x, y being object holds
( [x,y] in R1 iff [x,y] in R2 )
proof
let x,
y be
object ;
( [x,y] in R1 iff [x,y] in R2 )
thus
(
[x,y] in R1 implies
[x,y] in R2 )
( [x,y] in R2 implies [x,y] in R1 )
assume A7:
[x,y] in R2
;
[x,y] in R1
then
(
x in Class (PropRel Q) &
y in Class (PropRel Q) )
by ZFMISC_1:87;
hence
[x,y] in R1
by A5, A7;
verum
end;
hence
R1 = R2
by RELAT_1:def 2; verum