theorem
  for n holds ||.Sum(seq, n).|| <= Sum(||.seq.||, n)
proof
  let n;
  ||.Partial_Sums(seq).n.|| <= Partial_Sums(||.seq.||).n by Th37;
  hence thesis by SERIES_1:def 5;
end;
