theorem
  p < 0 iff numerator(p) < 0
proof
  now
    assume p<0;
    then numerator(p)/denominator(p)<0 by Th12;
    hence numerator(p)<0;
  end;
  hence thesis;
end;
