theorem Th17:
  Sum(seq, 1) = seq.0 + seq.1
proof
  thus Sum(seq, 1) = Sum(seq, 0) + seq.1 by Th16
    .= seq.0 + seq.1 by Def1;
end;
