It is well known that every isometry of $\mathbb{R}^n$ has the form $$x\to f(x)=Ax+a \,\, , $$ with $a\in\mathbb{R}^n$ and $A$ and $n\times n$ orthogonal matrix. How can we compute the infimum of the distance between $f(x)$ and $x$ $$inf_{x\in\mathbb{R}^n}\, \|Ax+a-x\| \,\, ?$$
If $1$ is not an eigenvalue of $A$ then the answer is zero, since we can take $x=-(A-I)^{-1}a\,\, $. My guess is that, if $1$ is an eigenvalue of $A$ then the answer is $\|a\|$. Any idea how to prove it? Or is the answer completely different?