theorem Th27:
  p in rng f & f is unfolded implies f:-p is unfolded
proof
  assume p in rng f;
  then ex i being Element of NAT st i+1 = p..f & f:-p = f/^i by FINSEQ_5:49;
  hence thesis;
end;
