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