theorem
  a-b <= c-d implies d-b <= c-a
proof
  assume a-b <= c-d;
  then -(b-d) <= -(a-c) by Tk1,Lm14;
  hence thesis;
end;
