reserve a,b,c,d for Real;
reserve r,s for Real;

theorem
  a" < 0 & 0 < b" implies a < b
proof
  assume that
A1: a"<0 and
A2: b">0;
  a""<b"" by A1,A2,Th124;
  hence thesis;
end;
