let X, Y be set ; [:X,Y:] ~ = [:Y,X:]
let x be set ; RELAT_1:def 2 for b1 being set holds
( ( not [x,b1] in [:X,Y:] ~ or [x,b1] in [:Y,X:] ) & ( not [x,b1] in [:Y,X:] or [x,b1] in [:X,Y:] ~ ) )
let y be set ; ( ( not [x,y] in [:X,Y:] ~ or [x,y] in [:Y,X:] ) & ( not [x,y] in [:Y,X:] or [x,y] in [:X,Y:] ~ ) )
thus
( [x,y] in [:X,Y:] ~ implies [x,y] in [:Y,X:] )
( not [x,y] in [:Y,X:] or [x,y] in [:X,Y:] ~ )
thus
( [x,y] in [:Y,X:] implies [x,y] in [:X,Y:] ~ )
verum