theorem Th6:
  seq is convergent implies - seq is convergent
proof
  assume seq is convergent;
  then (-1) * seq is convergent by Th5;
  hence thesis by BHSP_1:55;
end;
