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

theorem
  min(max(a,b),b) = b
by Th25,Def8;
