I'd like to find a metric in $\mathbb{R}^2$ (Denoted $d$) in which $d((3,3),(4,2))> d((3,3),(3,7))$. Is there such metric?
Adding something. I already have a pseudometric which does that (The one of $d((a,b),(c,d))=\min\{|c-a|,|d-b|\}$.
I'd like to find a metric in $\mathbb{R}^2$ (Denoted $d$) in which $d((3,3),(4,2))> d((3,3),(3,7))$. Is there such metric?
Adding something. I already have a pseudometric which does that (The one of $d((a,b),(c,d))=\min\{|c-a|,|d-b|\}$.
How about $$ d(\langle x,y\rangle,\langle z,w\rangle) = |10^{3-x}-10^{3-z}|+|10^{3-y}-10^{3-w}| $$
Alternatively, $$ d(\langle x,y\rangle,\langle z,w\rangle) = |x-z|+|f(y)-f(w)| $$ where $$ f(y) = \begin{cases} y & \text{for }y>2 \\ y-1000000 & \text{for }y\le 2 \end{cases} $$