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

theorem
  min(a,b) = a or min(a,b) = b by Def8;
