Lm5:
for R being Relation
for a, b being object st a,b are_convertible_wrt R holds
b,a are_convertible_wrt R
definition
let R,
Q be
Relation;
symmetry
for R, Q being Relation st ( for a, b, c being object st [a,b] in R & [a,c] in Q holds
ex d being object st
( Q reduces b,d & R reduces c,d ) ) holds
for a, b, c being object st [a,b] in Q & [a,c] in R holds
ex d being object st
( R reduces b,d & Q reduces c,d )
symmetry
for R, Q being Relation st ( for a, b, c being object st R reduces a,b & Q reduces a,c holds
ex d being object st
( Q reduces b,d & R reduces c,d ) ) holds
for a, b, c being object st Q reduces a,b & R reduces a,c holds
ex d being object st
( R reduces b,d & Q reduces c,d )
end;