theorem Th3:
  a<b implies 1<(b+c)/(a+c)
proof
  assume a<b;
  then a+c<b+c by XREAL_1:8;
  hence thesis by XREAL_1:187;
end;
