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

theorem
  min(a,-infty) = -infty
proof
  a >= -infty by Def5,Lm4,Lm6;
  hence thesis by Def8;
end;
