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