Why in the proof of $A\cdot Adj(A)=Det(A)\cdot I_n$ entires not on the diagonal are zero?

Solution 1:

Consider the $3\times 3$ case $$ \underbrace{\left[\matrix{\color{red}{a_{11}} & \color{red}{a_{12}} & \color{red}{a_{13}}\\ \color{blue}{a_{21}} & \color{blue}{a_{22}} & \color{blue}{a_{23}}\\ a_{31} & a_{32} & a_{33}}\right]}_{A}\cdot \underbrace{\left[\matrix{A_{11} & A_{21} & A_{31}\\ A_{12} & A_{22} & A_{32}\\ A_{13} & A_{23} & A_{33}}\right]}_{\text{adj}(A)}. $$ If you multiply the first row with the first column you get exactly the determinant expansion along the first row $$ \color{red}{a_{11}}A_{11}+\color{red}{a_{12}}A_{12}+\color{red}{a_{13}}A_{13}=\left|\matrix{\color{red}{a_{11}} & \color{red}{a_{12}} & \color{red}{a_{13}}\\ a_{21} & a_{22} & a_{23}\\ a_{31} & a_{32} & a_{33}}\right|=\det(A). $$ Now if you multiply the second row with the first column you get $$ \color{blue}{a_{21}}A_{11}+\color{blue}{a_{22}}A_{12}+\color{blue}{a_{23}}A_{13} $$ which in the same way can be interpreted as the determinant expansion along the first row, but for what matrix? Well, the cofactors are built of the elements of the second and third rows of $A$, so those rows remain unchanged, and the first row must be made of the blue elements, since it is them who replace the red elements in the formula above, hence $$ \color{blue}{a_{21}}A_{11}+\color{blue}{a_{22}}A_{12}+\color{blue}{a_{23}}A_{13}= \left|\matrix{\color{blue}{a_{21}} & \color{blue}{a_{22}} & \color{blue}{a_{23}}\\ a_{21} & a_{22} & a_{23}\\ a_{31} & a_{32} & a_{33}}\right|. $$ But this matrix has first two rows being equal, which means that the determinant is zero.

P.S. For other rows and columns the idea is exactly the same. The second row times the second column and the third row times the third column will be the determinant expansion along the second and the third rows, respectively, and give $\det(A)$. All other combinations give zero since there are two equal rows in the corresponding determinant.