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

theorem
  a <= b & a <= c implies a <= min(b,c) by Def8;
