let X be set ; for x, y being object
for R being symmetric total Relation of X st [x,y] in R holds
[y,x] in R
let x, y be object ; for R being symmetric total Relation of X st [x,y] in R holds
[y,x] in R
let R be symmetric total Relation of X; ( [x,y] in R implies [y,x] in R )
field R = X
by ORDERS_1:12;
then A1:
R is_symmetric_in X
by RELAT_2:def 11;
assume A2:
[x,y] in R
; [y,x] in R
then
( x in X & y in X )
by Lm1;
hence
[y,x] in R
by A2, A1; verum