For $x=(x_1, x_2, \ldots, x_n), y=(y_1, y_2, \ldots, y_n) \in \mathbb{R}^n.$ Define $d: \mathbb{R}^n \times \mathbb{R}^n \rightarrow \mathbb{R}$ as $$d(x,y)=|x_1-y_1| + |x_2-y_2| + \cdots + |x_n-y_n|.$$ Show that $d$ is continuous by using definition in Topology, that is $d$ is continuous if for every open subset $V$ of $\mathbb{R},$ the set $d^{-1}(V)$ is open in $\mathbb{R}^n \times \mathbb{R}^n$.
I know that open sets in $\mathbb{R}$ are just intervals, but I don't know what its inverse image under $d$ looks like, so I'm stuck. Is it possible to show continuity using this definition, or should I use the $\epsilon-\delta$ definition?
Thank you!