theorem
  p in rng f implies rng(f:-p) c= rng f
proof
  assume p in rng f;
  then ex i being Element of NAT st i+1 = p..f & f:-p = f/^i by Th49;
  hence thesis by Th33;
end;
