theorem
  x in rng p & p is FinSequence of D implies p -| x is FinSequence of D
proof
  assume x in rng p;
  then ex n st n = x..p - 1 & p | Seg n = p -| x by Def5;
  hence thesis by FINSEQ_1:18;
end;
