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

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