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

theorem Th17:
  min(a,b) <= a
proof
  a <= b or not a <= b;
  hence thesis by Def8;
end;
