Let $A = \{a+bi \in \mathbb{C} : a > 4\}$ and $B = \{ a+bi \in \mathbb{C} : a \geq 4\}$ and let $d(z,w)$ be the metric on $\mathbb{C}$ defined as,
$$d(z,w) = \begin{cases} 0 &, \mathrm{if}\, z =w\\ |z| +|w| &, \mathrm{if}\, z\neq w \end{cases}$$
My questions are:
- Are $A$ and $B$ open in $(\mathbb{C},d_E)$, where $d_E$ is the usual Euclidean metric on $\mathbb{C}$?
- Are $A$ and $B$ open in $(\mathbb{C},d)$, where $d$ is defined as above?
My solution:
- From my understanding, $A$ is open, as it does not contain its boundary point $\{4\}$ and its complement is closed. $B$ is not open as it contains its boundary point $\{4\}$ and its complement is open.
- I am stuck here however as the answer says both are open? But how do I prove this?