theorem Th8:
  1 <= denominator(p)
proof
  0+1<=denominator(p) by NAT_1:13;
  hence thesis;
end;
