In many posts on MSE, it is discussed that Cauchy sequences can't be defined in General topological spaces and in a typical topology book it is discussed what converging sequences are, but, what I don't understand is, why, on an abstract level, does convergence generalize even without a metric while cauchy-ness doesn't?
My issue with the posts (eg) is that they show that Cauchyness is not a topological property using specific sequences. But what I wish to know is the abstract idea behind it.
Here's my attempt to explain.
Consider this definition of convergence that does not require a notion of metric:
A sequence $\{x_n\}_{n\in\mathbb N}$ converges to $x$ if and only if for each open neighborhood $U$ of $x$ there is an $m_U \in \mathbb{N}$ such that $x_n \in U$ whenever $n \geq m_U$.
Now, try to imagine an analogous definition for Cauchy sequences. In the convergence definition, we don't need to shift $U$ in anyway. In the Cauchy case, we would have to say something like:
A sequence $\{x_n\}_{n\in\mathbb N}$ is Cauchy if and only if for each open neighborhood U of the origin, there is an $m_U \in \mathbb{N}$ such that $x_j,x_k \in (U + x_m)$ whenever $j,k \geq m_U$.
Hence, the difference is the Cauchy definition has this implicit "shifting" of open sets, and such a mechanism requires an "origin" and a metric.