For a sequence $\{a_j\}$ in $\mathbb{R}$, we say that $\{a_j\}$ is bounded if and only if there exists $M>0$ such that for all $j$, $|a_j| \le M$. What is the definition of a bounded sequence in $\mathbb{R}^n$ with the standard metric? Is it as follows?
$\{a_j\} \subseteq \mathbb{R}^{n}$ is a bounded sequence if and only if there exists some $a \in \mathbb{R}^{n}$ and there exists $\varepsilon>0$ such that for all $j$, $d(a_j, a) = \sqrt{\sum_{m=1}^{n} (a_{j,m} - a_m)^2} < \varepsilon$?
Can I also conclude that a sequence $\{a_j\} \subseteq \mathbb{R}^{n}$ is bounded if and only if its component sequence is bounded? I.e, $\{a_j\} \subseteq \mathbb{R}^{n}$ is bounded $\iff$ $\{a_{j, m}\} \subseteq \mathbb{R}$ is bounded for all $m = 1, \cdots, n$?