Is there any theorem (with reasonably weak conditions) that guarantees that the topology defined by one metric is not finer/coarser than the topology defined by the other?
I am reading Remmert's Theory of Complex Functions. On p.22, exercise 1, Remmert asks whether on the set of all bounded sequences in $\mathbb C$, the open sets defined by the two metrics $d_1(\mathbf a,\mathbf b)=\|\mathbf a-\mathbf b\|_\infty$ and $d_2(\mathbf a,\mathbf b)=\sum_{k=0}^{\infty}2^{-k}|a_k-b_k|$ coincide.
Since $d_2\le 2d_1$, we immediately see that open sets under $d_2$ are open under $d_1$.
The converse is not true, however. It suffices to show that the open unit ball under $d_1$ is not open under $d_2$. Let $\mathbf x$ be the constant sequence $x_k=\frac12$. Clearly it resides in the open unit ball under $d_1$. For any $\epsilon>0$, pick an $n$ such that $2^{-(n+1)}<\epsilon$. Define $y_k=x_k$ when $k\ne n$ and $y_n=1$. Then $d_2(\mathbf x,\mathbf y)=\sum_{k=0}^{\infty}2^{-k}|x_k-y_k|=2^{-n}|\frac12-1|=2^{-(n+1)}<\epsilon$ and $d_1(\mathbf y,\mathbf 0)=1$. In other words, no matter how small $\epsilon$ is, every open ball under $d_2$ with center $\mathbf x$ and radius $\epsilon$ contains some $\mathbf y$ outside the open unit ball under $d_1$. Hence the open unit ball under $d_1$ is not open under $d_2$.
But it took me quite a few minutes to cook up the above counterexample. I wonder if there is some theorem lets me immediately conclude.