let P1, P2 be Relation; :: thesis: ( ( for x, y being object holds
( [x,y] in P1 iff [y,x] in R ) ) & ( for x, y being object holds
( [x,y] in P2 iff [y,x] in R ) ) implies P1 = P2 )

assume that
A2: for x, y being object holds
( [x,y] in P1 iff [y,x] in R ) and
A3: for x, y being object holds
( [x,y] in P2 iff [y,x] in R ) ; :: thesis: P1 = P2
let x be object ; :: according to RELAT_1:def 2 :: thesis: for b being object holds
( [x,b] in P1 iff [x,b] in P2 )

let y be object ; :: thesis: ( [x,y] in P1 iff [x,y] in P2 )
( [x,y] in P1 iff [y,x] in R ) by A2;
hence ( [x,y] in P1 iff [x,y] in P2 ) by A3; :: thesis: verum