theorem
  Partial_Sums(P * ASeq) is non-decreasing
proof
  for n being Nat holds (P * ASeq).n >= 0 by Th4;
  hence thesis by SERIES_1:16;
end;
