5

Can anyone prove that the spaces $ (\mathbb{R}^3, \|.\|_1) $ and $ (\mathbb{R}^3, \|.\|_\infty) $ cannot be isometric?

Thanks.

Axiom
  • 433

2 Answers2

1

Let $B$ be a until ball in one of these spaces. (That is, pick a point and look at all points with distance less than or equal to one from that point.) Look at those points $x$ in $B$ such that there exists another unit ball $B'$ such that $B \cap B' = \{x\}$. In one of those spaces there are 8 of these points, in the other only 6.

Stephen Montgomery-Smith
  • 26,430
  • 2
  • 35
  • 64
0

Here is how I would approach this problem.

Let $f:V\to W$ is an isometry between two normed-spaces. If $v_n$ converges to $v$ in $V$ then $|v_n - v| \to 0$ and since $f$ is an isometry it follows that $|f(v_n) - f(v)| = |f(v_n-v)| = |v_n-v| \to 0$. Thus, $f(v_n)$ converges to $f(v)$ in $W$.

Thus, if you can find a sequence in $\mathbb{R}^3$ which converges with respect to one norm but not the other it means the two normed spaces are not isometric.

  • 2
    All the norms on $\mathbb{R}^3$ are equivalent (that is, they induce the same topology). Therefore it's impossible to find a sequence that converges with respect to one norm and not the other. – egreg Nov 23 '13 at 23:29
  • Yeah, exactly. I'm sorry, but that's not the way to go about this problem. – Axiom Nov 23 '13 at 23:31