theorem
  x <= y implies f.x <= f.y
proof
  assume
A1: x<=y;
  f.x\f.y = f.(x\y) by Def6
    .=f.(0.X) by A1
    .= 0.X9 by Th35;
  hence thesis;
end;
