theorem Th49:
  [x,y] in inversions R implies [y,x] nin inversions R
  proof assume [x,y] in inversions R; then
    not y in x by Th46; then
    y nin x;
    hence [y,x] nin inversions R by Th46;
  end;
