reserve D for non empty set,
  f for FinSequence of D,
  p, p1, p2, p3, q for Element of D,
  i, j, k, l, n for Nat;

theorem
  i in dom(f/^n) implies (f/^n).i = f.(n+i) by FINSEQ_5:27;
