Consider the eigenvalue equation $AX=\lambda X$ where A is a $n\times n$ square matrix and $\lambda$ is the eigenvalue corresponding to the eigenvector $\lambda$. For two square matrices, A and $\det(AB)=\det A.\det B$. How to take the determinant of both sides of the equation $(A-\lambda I)X=0$ where $A-\lambda I$ is a $n\times n$ matrix and $X$ is a column vector.
My question is how to show that for nontrivial $X$, $\det(A-\lambda I)=0$? This is a matrix equation and not an algebraic equation of the form $ax=0$.
Observe that for any real or complex $\;\lambda\;$ and some square matrix $\;A\;$ , we have that $\;\lambda\;$ is an eigenvalue of $\;A\;$ iff $\;A-\lambda I\;$ is a regular matrix iff $\;\det (A-\lambda I)=0\;$ .
You can't take determinant of the neither side in $\;(A-\lambda I)X=0\;$ unless both sides sides are $\;1\times 1\;$ vectors. Determinant is defined only for square matrices .
Now, for an unknown $\;x\;$ , we have that $\;\det (A-xI)=p_A(x)\;$ is the characteristic polynomial of $\;A\;$ ,and we know that its roots are exactly the eigenvalues of $\;A\;$ , so for a number $\;\lambda\;$ we get what I wrote in the first parraph above.