We have a theorem says that "ODD-SIZED SKEW-SYMMETRIC MATRICES ARE SINGULAR" . Proof link is given here if needed. Now let us assume we have a $3\times 3$ skew symmetric matrices of the form $ \begin{bmatrix}\,0&\!-a_3&\,\,a_2\\ \,\,a_3&0&\!-a_1\\-a_2&\,\,a_1&\,0\end{bmatrix}$ and an Identity matrix $I_{3\times3}$
Question
Can we say determinant of $I_{3\times3}+\begin{bmatrix}\,0&\!-a_3&\,\,a_2\\ \,\,a_3&0&\!-a_1\\-a_2&\,\,a_1&\,0\end{bmatrix} \tag 1$
is not zero always? if so how can we prove it mathematically ?
NB:: $a_1,a_2,a_3$ cant be zero together at a time
Yes, it is indeed never zero. We can expand the determinant along the first column, and find: $$ \det(I_{3\times 3} + A) = 1(1 + a_1^2) + a_3(a_1a_2 + a_3) - a_2(a_1a+3 - a_2) = 1 + a_1^2 + a_2^2 + a_3^2 \neq 0 $$
We can even allow $a_1 = a_2 = a_3$ since then we would just have the identity matrix.