theorem Th25:
  a <= max(a,b)
proof
  a <= b or not a <= b;
  hence thesis by Def9;
end;
