
theorem Th6:
  for F being sequence of ExtREAL holds F is nonnegative
  implies for n being Element of NAT holds (Ser(F)).n <= SUM(F)
proof
  let F be sequence of ExtREAL;
  for n being Element of NAT holds F.n <= F.n;
  hence thesis by Th5;
end;
