We have $A$ $(3×3)$ matrix with real entries. We know that A is orthogonal and $\operatorname{trace}(A)>1$. Show that matrix $A+I_{3}$ is invertible.
We can see that $\det(A)=1$ or $\det(A)=-1$. We can easily find $\operatorname{trace}(A^{*})=\det(A)\operatorname{trace}(A)$. Suppose $\det(A+I_{3})=0$. If we take the characteristic polynomial of A $$ P(x)=-\det(A-xI_{3})=-x^{3}+\operatorname{trace}(A)x^{2}-\operatorname{trace}(A^*)x+\det(A) $$ we can find that $P(-1)=0$ so $1+\operatorname{trace}(A)+\det(A) \operatorname{trace}(A)+\det(A)=0$. If $\det(A)=1$ we get easily a contradiction, but in the case where $\det(A)=-1$ we get something right. I tried using eigen values to get in a contradiction with the fact that $ \operatorname{trace}(A)>1$, but nothing.
One quick approach using eigenvalues: suppose that $A + I$ is not invertible. It follows that $A$ has $-1$ as an eigenvalue. On the other hand, because $A$ is orthogonal, all eigenvalues of $A$ have absolute value $1$. If $A$ has eigenvalues $\lambda_1,\lambda_2,\lambda_3 = -1$, then \begin{align} \operatorname{trace}(A) &= \lambda_1 + \lambda_2 - 1 \leq |\lambda_1 + \lambda_2| - 1 \\ & \leq |\lambda_1 | + |\lambda_2| - 1 = 1 + 1 - 1 = 1, \end{align} contradicting the premise that $\operatorname{trace}(A) > 1$.