The problem from "Notes on Geometry" by Rees:
On the subset of $\text{I}(\mathbb{R}^n)$ (The set of all isometries of $\mathbb{R}^n$) consisting of all the translations, show that $d$ gives the usual metric on $\mathbb{R}^n$.
It didn't mention which $d$ we are considering, but a metric $d$ on $\text{I}(\mathbb{R}^n)$ is defined in the book:
Choose a set of $(n+1)$ affinely independent points $a_0, a_1, ..., a_n$ in $\mathbb{R}^n$ and let $d(f,g)= \max_{0 \leq i \leq n}d(f(a_i),g(a_i))$ for $f,g \in \text{I}(\mathbb{R}^n)$.
I'm actually not sure if this is what this problem wants me to show, but I interpreted it as "Show that $d$ (which is defined as above) is a metric on $\text{I}(\mathbb{R}^n)$."
So, I tried to solve it as follows:
Let $f,g,h \in \text{I}(\mathbb{R}^n)$ be randomly chosen isometries such that for any $x \in \mathbb{R}^n$ $f(x)=Ax +a, g(x)=B(x)+b, h(x)=C(x)+c$ where $A,B,C \in \text{O}(n)$ and $a,b,c \in \mathbb{R}^n$.
Let $a_0, a_1, ..., a_n$ be affinely independent points in $\mathbb{R}^n$.
- $d(f,g)=d(f(a_i),g(a_i))$ for some $i \in \{0,1,2,...,n\}$.
$\Leftrightarrow d(f,g)= d(x,y)=0 \Leftrightarrow x=y \Leftrightarrow f=g $ (where $f(a_i)=x, g(a_i)=y$.)
Thus, $d(f,g)=0 \Leftrightarrow f=g$ as we wanted.
$d(f,g)=d_{\mathbb{R}^n}(x,y)=d_{\mathbb{R}^n}(y,x)=d(g,f)$ $\Rightarrow d(f,g)=d(g,f)$ for any $f,g \in \text{I}(\mathbb{R}^n)$.
$d(f,g)=d_{\mathbb{R}^n}(x,y), d(f,h)=d_{\mathbb{R}^n}(x,z), d(h,g)= d_{\mathbb{R}^n}(z,y)$ where $f(a_i)=x, g(a_i)=y, h(a_i)=z$ for some $i$.
But, we know that $d_{\mathbb{R}^n}(x,y) \leq d_{\mathbb{R}^n}(x,z) + d_{\mathbb{R}^n}(z,y)$ by the triangle inequality.
Thus, $d(f,g) \leq d(f,h) + d(h,g)$ for any $f,g,h$.
Hence, $d$ satisfies all properties of metric. Therefore, it gives a usual metric on $\mathbb{R}^n$.
Question:
First of all, I wonder if my interpretation of this problem is correct. If so, is my answer correct? Can I really conclude like this? I feel like I'm missing something before the conclusion, but I don't know what that is.