set a = y;
set b = x;
set f = (x,y) --> (y,x);
reconsider R = (x,y) --> (y,x) as Relation ;
per cases ( x = y or x <> y ) ;
end;