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

theorem
  b < a & c < a implies max(b,c) < a by Def9;
