reserve x for set;
reserve a,b,c,d for ExtReal;

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