
theorem Th1:
  for x,y be R_eal holds |.x-y.| = |.y-x.|
proof
  let x,y be R_eal;
  |.y-x.| = |.-(x-y).| by XXREAL_3:26;
  hence thesis by EXTREAL1:29;
end;
