theorem
  rng p <> {} implies 1 in dom p
proof
  set y = the Element of rng p;
  assume rng p <> {};
  then y in rng p;
  hence thesis by Th29;
end;
