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

theorem
  min(a,+infty) = a
proof
  a <= +infty by Def5,Lm3,Lm5;
  hence thesis by Def8;
end;
