I'm trying to prove that the linear transformation in an affine mapping always is an isometry, when the affine mapping is an element of a space group.
I have a proof of this from one paper, but I don't quite understand it. (Paper here: https://www.math.ru.nl/~souvi/krist_09/cryst.pdf)
The affine mapping {g | t} acts on the vectors v of the vector space Rn by {g | t}(v) := g · v + t.
g is the linear transformation and t is the translation
The proof says: Let o be the (chosen) origin of Rn and let φ be an isometry in a space group, then we denote by t the translation by the vector φ(o) − o. Since a translation is an isometry, the mapping φ − t is also an isometry and by construction it fixes the origin o: (φ − t)(o) = φ(o) − (φ(o) − o) = o.
We do not need to assume that φ − t is a linear mapping, since an elementary (but not so wellknown) fact just states that every isometry fixing the origin automatically has to be an invertible linear mapping g. We thus conclude that the isometry φ is the composition of the invertible linear mapping g = φ − t and the translation t, i.e. an affine mapping {g | t}. Moreover, the linear part g has to be an isometry.
My problem is: I want to show WHY the linear part g is an isometry, and not just that it is an invertible linear mapping. I do not quite understand what makes it an isometry.
Is every invertible linear mapping that fixes the origin an isometry?
I am very grateful for any help.
You have $\varphi=g \circ t$, where $\varphi$ and $t$ are isometries, and you ask why $g$ is also an isometry, right?
Compose with $t^{-1}$ on the right: $$\varphi \circ t^{-1}=g\circ t\circ t^{-1}=g.$$ That is, $g$ is a composition of two isometries $g=\varphi \circ t^{-1}$, hence an isometry on its own.
If you're still unsure, here we used:
You can make a very crude analogy with parity of natural numbers and ask: given $a,b\in\mathbb N$ even and $k+a=b$, why is $k$ also even? Well, it's because you can subtract $a$ on the right and get $k=b+(-a)$, where $(-a)$ is also even, and the sum of two even numbers is even, too.