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

theorem
  a < min(b,c) implies a < b
proof
  min(b,c) <= b by Th17;
  hence thesis by Th2;
end;
