Given $x$ is an $n$ dimensional vector, if $A = I_n- (2/x^Tx)xx^T$, show that it is orthogonal and symmetric.
I know that if $A$ is orthogonal and symmetric, $A = \operatorname{inverse}(A) = A^T$, however, how do we prove that from the statement above?
Let $x$ be an $(n \times 1)$-matrix and $A = I_n - \frac{2}{x^T x} xx^T$.
Claim 1: $A$ is symmetric.
Proof: $$\begin{align} A^T &= (I_n - \frac{2}{x^T x} xx^T)^T \\ &= I_n^T - \frac{2}{x^T x} (xx^T)^T\\ & = I_n - \frac{2}{x^T x} xx^T \\ &= A, \end{align}$$ so $A$ is symmetric.
Claim 2: $A$ is orthogonal.
Proof: $$\begin{align} AA^T &= A^2 \\ &= \left(I_n - \frac{2}{x^T x} xx^T\right)^2 \\ &= I_n^2 - 2 \frac{2}{x^Tx} xx^T + \frac{4}{(x^Tx)^2} (x x^T)^2 \\ &= I_n - \frac{4}{x^Tx} xx^T + \frac{4}{x^Tx} xx^T \\ &= I_n,\end{align}$$ so $A$ is orthogonal.
Note that for Claim 2: