1

We call a map between 2 normed vector spaces is isometric isomorphism if it is an isometry and an linear isomorphism. Then, these 2 vector spaces are called isometrically isomorphic.

Suppose $X,\,Y$ be 2 metric vector space of dimension $n$. Suppose $f:\ X\longrightarrow Y$ is a isometric, that is $$d_X(x,y)=d_Y\big(f(x),f(y)\big),\ \forall x,y\in X.$$ I want to know if $X,Y$ are linear isomorphic ?

What I know is if $X,Y$ are normed $n-$vector space, then every isometry $f:\ X\longrightarrow Y$ must be affine, which means \begin{align} f(x)=L(x)+u, \end{align} for some bijective linear $L:\ X\longrightarrow Y$ and $u\in Y$. Then $L$ will be a isometric isomorphism.

But is it true for the preceding case ? Moreover, if 2 metric vector spaces $n$ dimensional are isometric, then would they be isomorphic ?

I hope someone will help me to clarify this. Thanks

PermQi
  • 507
  • Assuming you meant $X$ and $Y$ over the same base field, then as long as they are both of dimension $n$, they are automatically linearly isomorphic, so in that sense this is trivially true. – David Gao Dec 31 '23 at 19:55
  • I assume you mean to ask if they are linearly isometrically isomorphic, not just linearly isomorphic.

  • Does your definition of metric vector space include any properties (eg translation invariance of the metric)?

  • – user114263 Dec 31 '23 at 19:58
  • @user114263 no, my definition of metric vector space is just simply that it is a vector space with a metric – PermQi Dec 31 '23 at 20:11
  • Are you asking about the existence of a linear isometric isomoprhism or just a linear isomorphism? – user114263 Dec 31 '23 at 20:12
  • Is this the same as https://math.stackexchange.com/questions/3183539/are-any-two-isomorphic-normed-linear-spaces-homeomorphic ? – Gerry Myerson Dec 31 '23 at 20:20
  • @user114263 my question is if 2 metric vector spaces of same dimension are isometry, then should it be linear isomorphic ? The same question is for the normed vector spaces, my guess is in the normed case, it is true as I stated above. But when I see the link that Gerry Myerson gives, I see that this is not true. So maybe, the true statement for the normed case should be "If $X$ is normed space and $f:\ X\to X$ preserves the norm (the same norm, not different norm) then $f$ is affine". – PermQi Jan 01 '24 at 04:06
  • Any two vector spaces (over the same field) of the same dimension are linearly isomorphic. Norms and metrics aren't needed. – user114263 Jan 01 '24 at 13:47
  • @user114263 you're right, I almost forgot that. So for what reason they define the concept "isometrically isomorphic" ? Any 2 $K-$vector spaces of the same dimension are always linearly isomorphic regardless they are isometric or not, so didn't that mean isometric vector spaces implies isometrically isomorphic vector spaces ? – PermQi Jan 01 '24 at 13:57
  • Linear maps preserve algebraic structure, isometries preserve distances. Linear isometries preserve both. The importance of the result you cited on normed vector spaces is that if there is an isometry between them, then there is actually a linear isometry between them, and in fact every isometry is almost already linear (it's just affine, which is linear $+$ a constant). – user114263 Jan 01 '24 at 14:01
  • @user114263 I have another question : if a metric space $E$ of $n$-dimension (as we can consider $E$ as a topological manifold) is isometric to Euclidean space $\mathbb R^n$ with Euclidean distance, then is $E$ a vector space ? – PermQi Jan 01 '24 at 16:09
  • First, I want to emphasize that an isometry$F$ of a normed vector space is not necessarily linear because it's possible that $F(0) \ne 0$. By the Mazur-Ulam theorem, it is ncessarily affine, which implies means the map $G(x) = F(x) - F(0)$ is a linear isometry. Second, although the proof of Mazur-Ulam requires at least some cleverness, the proof in the case for a Euclidean vector space is a nice exercise using the dot product. – Deane Jan 01 '24 at 18:51