I have as a definition in my geometry notes that an isometry $f:\Bbb R^n \rightarrow \Bbb R^n$ preserves isometry if the determinant of the matrix $[f(e_1)-f(0), ..., f(e_n)-f(0)]$ is greater than $0$.
Now for a generic reflection in a hyperplane $\{ H | x \in \Bbb R^n| a \cdot x=b$} for $a \neq 0, a,b \in \Bbb R^n$, I have the equation $R_H(v) = v + 2 \frac {(b-a\cdot v)}{||a||^2} a$. Suppose $a = \{ a_1,...,a_n \} $. Then I wish to show that reflections in hyperplanes do not preserve orientations.
For the first column of the matrix, I have
$f(e_1)-f(0)=e_1+ 2 \frac {(b-a_1)}{||a||^2} a - (0 + 2 \frac {b}{||a||^2})a = e_1 - \frac {a_1}{||a||^2}a$ . This is where I am not really sure how to proceed. Any hints much appreciated.