I know there are two non trivial (i.e. if we solve these two cases the other cases are trivial) cases:
$\lambda_{1,2,3}=1$
and:
$\lambda_1=1,\lambda_{1,2}=-1$
I have been trying to use generalized eigenvectors and the Jordan Canonical and the fact that the JCF of matrix A can be rewritten as:
$\hat{A}=\hat{D}+\hat{N}$
Then I assume that $\hat{N}$ is not the zero matrix, but I don't know how/where to invoke the fact that A is orthogonal to get a contradiction. It feels like I have some of the pieces but not all of them...Any help would be greatly appreciated. This question is specific orthogonal matrices with the aforementioned eigenvalues. It would be helpful if this question was solved using definitoins for generalized eigenvectors and the JCF.
Alright I think I figured it out. If A has a nontrivial JCF then we have an egeinvalue $\lambda\in\{-1,1\}$ and two nonzero vectors $v,w\in\mathbb{R}^3$ such that
$Av=\lambda v+w$
$Aw=\lambda w$
These come from the first two columns of any nontrivial Jordan Block, and also get rid of the cases I was talking about earlier. They are also equivalent to assuming that $A$ is not diagonalizable. Dot the first equation with $w$, and use the fact that $A$ is orthogonal:
$\lambda(v,w)+(w,w)=(Av,w)=(v,A^Tw)=(v,A^{-1}w)$
From the second equation we have that:
$Aw=\lambda w $\iff$ A^{-1}w=\lambda^{-1}w=\lambda w$
Therefore we get:
$\lambda(v,w)+(w,w)=\lambda(v,w)$
which implies that
(w,w)=0
thus we have a contradiction, and A must be diagonalizable