theorem Th87:
  [x,y] in [:X,Y:] implies [y,x] in [:Y,X:]
proof
  [x,y] in [:X,Y:] implies x in X & y in Y by Lm16;
  hence thesis by Lm16;
end;
