theorem Th40:
  seq is convergent implies - seq is convergent
proof
  assume seq is convergent;
  then (-1)*seq is convergent by Th38;
  hence thesis by Th11;
end;
