I'm trying to work through the following as part of a larger problem that I'm working on:
Invent a precise definition for the phrase "a sequence $\{x_{k}\}$ converges to infinity" in a topological space $X$. (The definition should apply, in particular, to $X=\mathbb{R}^{n}$, should not mention distance functions, and should include the phrase "for every compact subset $K\subset X$".)
I know that in a space $(X,\tau)$, a sequence $\{x_{k}\}$ is said to converge to a point $x_{0}\in X$ if, for each neighborhood $U$ of $x_{0}$, there exists an $N\in\mathbb{Z}^{+}$ such that $x_{n}\in U$ for each $n\geq N$. I also know that a "neighborhood of infinity" is a subset of $X$ which contains the complement of a closed and compact subset of $X$.
My attempt. I think the definition should read as follows.
Definition. A sequence $\{x_{k}\}$ converges to infinity in a topological space if, for each complement of a closed and compact subset $K$ of $X$, there exists a subset $U$ of $X$ containing $K^{c}$ and an there exists an index $N\in\mathbb{Z}^{+}$ such that $x_{n}\in K$ for all $n\geq N$.
I think working the definitions together is what I needed to do, but I'm not sure if this works. Does my "definition" look okay, or is there something wrong with it? Thanks in advance for any help!