theorem
  Sum(seq, n + 1) = Sum(seq, n) + seq.(n + 1) by Def1;
