I was studying eigen values and suddenly they try to prove a property that states the only way eigenvalue of a matrix will be $0$ if the matrix itself was singular.
So, they went on to prove their statement by taking the determinant of $ A-\lambda I $
So, $ | A- \lambda I | = 0 $
Then they did this
$$ | A | - \lambda | I | =0 $$
Is this step valid? and if so what is the reason?
Another question: They tried to prove the characteristic equation for $ A-\lambda I $ and $ A^T -\lambda I $ is the same.
They took the determinant of the two matrices $ | A- \lambda I | $ and $ | A^T -\lambda I | $
Then they concluded that since $ | A | = | A^T | $ then the two aforementioned determinants should be the same. Were they using the same law?