So I have the following ball: $$B_{1}^{\infty}(0,0)=\left \{ (x,y) \in \mathbb{R}^{2}:\text{max} \left \{ |x|,|y| \right \}<1 \right \}$$ I have to prove it is open. My issue here is that the definition of open ball is
$$B_{r}(x_{o})=\left \{ x \in \mathbb{R}^{n}:\left \| x_{o}-x \right \|<r \right \}$$
and I reckon that the $<r$ part is very similar, so I don't know how to prove it is open. For me, it is already proven by definition. However, I also think I am probably mistaken. What is the difference between the definitions? How do I prove it is open?
The same result can be rephrased in the context of metric spaces.
Consider a metric space $(X,d_{X})$, $x\in X$ and an open ball $B_{\delta}(x)$. We shall prove it is open indeed.
If $y\in B_{\delta}(x)$, take $\varepsilon = \delta - d_{X}(x,y)$. Then, if $z\in B_{\varepsilon}(y)$, one concludes that \begin{align*} d_{X}(z,x) & \leq d_{X}(z,y) + d_{X}(y,x)\\\\ & < \varepsilon + d_{X}(y,x)\\\\ & = \delta - d_{X}(x,y) + d_{X}(x,y)\\\\ & = \delta \end{align*}
Hence we conclude that $z\in B_{\delta}(x)$, and we are done.
Hopefully this helps!