Let $\langle \cdot , \cdot\rangle :\mathbb{R}^n\times\mathbb{R}^n \rightarrow \mathbb{R}$ denote stranded inner product on $\mathbb{R}^n$.
For any nonzero $ w\in\mathbb{R}$ define $T_w:\mathbb{R}^n\rightarrow\mathbb{R}^n$
$T_w(v)=v-\frac{2 \langle v,w \rangle }{\langle w,w \rangle}w $, for $v\in\mathbb{R}^n$ Which of the following are true?
1) $\det(T_w)=1$
2) $\langle T_w(v_1),Tw(v_2)\rangle = \langle v_1,v_2 \rangle \forall v_1,v_2\in \mathbb{R}^n$
3) $T_w=T_w^{-1}$
4) $T_{2w}=2T_w$
.The answer to above questions are 2,3 as per the solution manual.
I have no idea regarding how one can connect inner product and determinant. Help Please..!!
Let $e_1=w$ and let $\{e_2,\ldots,e_n\}$ be a basis of $w^\perp$. Then $t_w(e_1)=-e_1$ and $t_w(e_k)=e_k$ if $k>1$. Therefore, the matrix of $T_w$ with respect to the basis $\{e_1,e_2,\ldots,e_n\}$ is$$\begin{bmatrix}-1&0&0&\ldots&0\\0&1&0&\ldots&0\\0&0&1&\ldots&0\\\vdots&\vdots&\vdots&\ddots&\vdots\\0&0&0&\ldots&1\end{bmatrix},$$whose determinant is $-1$.