theorem Th9:
  for x be real-valued FinSequence
  holds 0 <= Sum abs x
  proof
    let x be real-valued FinSequence;
    |.(Sum x).| <= Sum(abs x) by TOPREALC:21;
    hence thesis;
  end;
