theorem :: FINSEQ_2:7
   n <len p implies (p^q).n=p.n
proof
  assume n <len p;
  then n in dom p by Lm1;
  hence thesis by Def3;
end;
