Let $\{x^{(k)}\}$ be a sequence in $\mathbb{R}^n$ with $x^{(k)} = (x_1^{(k)}, x_2^{(k)}, \ldots, x_n^{(k)})$, and $x = (x_1, x_2, \ldots, x_n) \in \mathbb{R}^n.$ Then $\{x^{(k)}\}$ converges to $x$ with respect to the $l^2$-metric $\rho_2$ if and only if $\{x^{(k)}\}$ converges to $x$ with respect to the $l^1$-metric $\rho_1$.
Well, I need to show that for all $\epsilon > 0$, there exists an $N$ such that $||x^{k}-x||_2 < \epsilon$ if and only if $||x^{k}-x||_1 < \epsilon$.
We have that $\rho_2(x^{(k)},x) = ||x^{k}-x||_2 = (\sum |x_j^{(k)} - x_j|^2)^{1/2}$, and that $\rho_1(x^{(k)}, x) = ||x^{k}-x||_1 = \sum |x_j^{(k)} - x_j|$.
Previously, we showed that convergence of sequences for metric spaces is equivalent if we can find a constant $c > 1$ such that $\frac{1}{c} \rho_p(x,y) \leq \rho_q(x,y) \leq c\rho_p(x,y)$, so I thought maybe finding a $c$ such that $\frac{1}{c} \rho_2(x,y) \leq \rho_1(x,y) \leq c\rho_2(x,y)$ would be easier than playing with epsilons, but I can't find such a c. Can I have some help?