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 BHSP_4:def 1;
end;
