I have a question regarding the definition of a bounded set in $\mathbb{R}^n$ here: http://mathworld.wolfram.com/BoundedSet.html
Specifically, the definition in the link says that "A set in $\mathbb{R}^n$ is bounded iff it is contained inside some ball $x_1^2+...+x_n^2 \le R^2$ of finite radius $R$".
Is my following understanding (paraphrasing) of this definition correct: A set in $\mathbb{R}^n$ is bounded iff there exists a $R>0$ such that for all $\mathbf{x} =(x_1, \cdots, x_n) \in A$, it follows that $d(\mathbf{x}, 0) < R$ where $0 = (0, \cdots, 0)$ and $d$ is the standard Euclidean metric on $\mathbb{R}^n$.
If my understanding is correct, then a further question I have is why are we forcing the center of the "ball" to be at $0$? In the general definition of a bounded set in a metric space, we need to pick a point in the metric space to have the ball centered upon (not necessarily $0$), so why in $\mathbb{R}^n$ we can just pick $0$?