Let $(X,d)$ be a metric space where $X$ is some set and $d : X \times X \rightarrow \Bbb R$ is a metric. And let $(x_n)$ be a sequence.
What is the definition of a bounded sequence in a metric space?
I would assume it's something of the form $\exists M , |x_n| \lt M$ for all $n$. But $|x|$ might not have meaning depending on what metric space is used.
A sequence is bounded if it is contained in a ball, so $\exists x^* \in X, M > 0$ such that $(x_n)\subseteq B_M(x^*)$. In some sense, you replace $|x_n| <M$ with $d(x^*,x_n) < M$.