Let $A ∈ M_n (\Bbb R)$ and let $(•, •)$ be the standard inner product on $\Bbb R^n$.
- If for all $u \in \Bbb R^n$ we have $||Au||=||u||$ then $A$ is an orthogonal matrix.
- If for all $\Bbb v,u \in \Bbb R^n$ such that $\Bbb v \perp u$ we have $A \Bbb v \perp Au$ then $A$ is an orthogonal matrix.
I have proved the other side for both of those statements (if $A$ is orthogonal, then...), but I'd like to know what happens from the other direction.
Thanks a lot!
Statement (1) relies on the following fact:
Fact: If $X\in\mathbb{R}^{n\times n}$ is symmetric, and if $u^TXu=0$ for all $u\in \mathbb{R}^n$, then $X=O$.
Proof: Write $X=QDQ^T$ where $D=\text{diag}(\lambda_1,\ldots,\lambda_n)$ and $Q$ is orthogonal. Fix any $j\in \{1,...,n\}$ and put $u:=Qe_j$. Then we have $$\lambda_j=e_j^TDe_j=e_j^TQ^TXQe_j=u^TXu=0$$ This shows $D=O$ and hence so is $X$.
Now if $\|Au\|=\|u\|$ for all $u$ then $u^T\Big(A^TA-I\Big)u=0$ for all $u$. Since $A^TA-I$ is symmetric, we must have $A^TA-I=O$ i.e. $A^TA=I$ and we're done.