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

theorem
  a <= 0 & 0 <= b implies a/b <= 0;
