theorem Th13:
  S is convergent implies ex x st S is_convergent_in_metrspace_to x & lim S = x
proof
  assume S is convergent;
  then ex x st S is_convergent_in_metrspace_to x by Th10;
  hence thesis by Th11;
end;
