I'm studying geometry and am learning about isometries. I'm self-studying with the book Modern Geometry with Applications (Jennings) in case anyone's curious.
The textbook explains that:
A function $f: \Bbb{E}^n \rightarrow \Bbb{E}^n$ is an isometry if for all points $P, Q \in \Bbb{E}^n$,
$$f(P)f(Q) = PQ$$
where "$PQ$" refers to the distance between the two points.
Assume that $f$ is an isometry and that it has an inverse function $f^{-1}$. Show that $f^{-1}$ is also an isometry.
I'm not sure how to even get started. I've been thinking about the definition of what an isometry is, and figured that in order for the inverse of an isometry to also be an isometry then if we were to write $g = f^{-1}$:
$$\forall_{P,\ Q \in \Bbb{E}}\ g(P)g(Q) = PQ$$
but that's where I just started from.
Could anybody provide some tips or hints to move forward? Thanks.
Let $X, Y$ be arbitrarily chosen from $\mathbb{E}^n$. Because the domain of $g$ is equal to the range of $f$, there exist $P,Q\in\mathbb{E}^n$ such that $X = f(P)$ and $Y = f(Q)$. Likewise $P = g(X)$ and $Q = g(Y)$.
Because $f$ is an isometry, we know that $PQ = f(P)f(Q)$. Substituting in $X$ and $Y$ we have $g(X)g(Y) = XY$. As $X,Y$ are arbitrarily chosen we have shown that $g$ is an isometry.
Not quite yet, we haven't. There's a subtlety: By the book's definition, if it's using standard notation, we can only call a function an "isometry" if its domain is all of $\mathbb{E}^n$. But we don't yet know that the domain of $f^{-1}$ is all of $\mathbb{E}^n$, that is, we don't know that $f$ is onto.
Here is a nice question and answers that hopefully help clear up this last point.