Eigenvalue Theorem: Proof of Det(A - λI_n)=0

In summary, the Eigenvalue Theorem is a mathematical concept that states that the determinant of a square matrix A minus the scalar value λ times the identity matrix (A - λI_n) will always equal zero if λ is an eigenvalue of A. This theorem is important because it allows us to find the eigenvalues of a matrix by simply setting the determinant of (A - λI_n) equal to zero and solving for λ. The proof of the Eigenvalue Theorem is derived using algebraic manipulations and properties of determinants. It can be applied to all square matrices, but only if the matrix has at least one eigenvalue. However, it only applies to finding eigenvalues and not eigenvectors. Its limitations include only
  • #1
jeff1evesque
312
0
Theorem: Let A be in [tex]M_n_x_n(F)[/tex]. Then a scalar [tex]\lambda[/tex] is an eigenvalue of A if and only if [tex]det(A - \lambda I_n) = 0[/tex].

Proof: A scalar lambda is an eigenvalue of A if and only if there exists a nonzero vector v in F^n such that lambda*v, that is (A - \lambda I_n)(v) = 0. By theorem 2.5, this is true if and only if A - \lambda I_n is not invertible (since it's not 1-1 or onto). However, this result is equivalent to the statement that det(A - \lambda I_n) = 0."

Question: Can someone please explain to me how something not being invertible implies that the determinant of such a "thing" is equal to 0?? In particular "By theorem 2.5, this is true if and only if A - \lambda I_n is not invertible (since it's not 1-1 or onto). However, this result is equivalent to the statement that det(A - \lambda I_n) = 0."

Theorem 2.5: Let T be a linear transformation T: V-->W where V and W are vector spaces of equal finite-dimension. Then T is 1-1 <==> T is onto <==> rank(T) = dim(V).

Thanks a lot,JL
 
Last edited:
Physics news on Phys.org
  • #2
The key question you're asking doesn't really have anything to do with eigenvalues.

A square matrix is invertible if and only if its determinant is nonzero.

Or, equivalently, a square matrix is singular (i.e., non-invertible) if and only if its determinant is zero.

Why does a singular matrix have zero determinant?

The easiest answer is a geometric argument.

If we start with a unit cube, i.e., the set of all n x 1 vectors whose elements are all in the range [0,1], then the matrix maps that cube to a parallelpiped. The volume of that parallelpiped is precisely the absolute value of the determinant of the matrix.

So what happens if the matrix is singular? That means that its columns are not linearly independent, which means that its rank is less than n. The rank is the same as the dimension of the column space, which is the same as the dimension of the parallelpiped that is the image of the unit cube.

Thus for a singular matrix, the parallelpiped is of smaller dimension than the unit cube, meaning one or more of its dimensions got "flattened." Thus its (n-dimensional) volume is zero, thus the determinant of the matrix is zero.

That's not a proof, but I think it's the clearest way to explain what is going on.

To PROVE that a singular matrix has determinant zero, you need to use the properties of the determinant function, specifically these two:

(1) If you multiply a row or column of A by a constant c, then the determinant of the resulting matrix is c*det(A)

(2) If you add a multiple of one row to another row (or a multiple of a column to another column), then the determinant is unchanged.

You can use the fact that a singular matrix does not have linearly independent columns (or rows). Thus one of them can be written as a linear combination of the others. You can then do some manipulations of the type in property (2) which leave the determinant unchanged, such that one of the rows or columns is all zeros. Then by property (1) (with c = 0), the determinant must be 0.
 
  • #3
A little simpler, I think: det(AB)= det(A)det(B). If A is invertible then det(A)det(A-1)= det(I)= 1. Neither det(A) nor det(A-1) can be 0 since then that product would be 0, not 1. Conversely, if the determinant is 0, A cannot have an inverse since, what ever A-1 might be, then we would have det(A)det(A-1)= 0(det(A-1))= 0, not 1.
 
  • #4
HallsofIvy said:
A little simpler, I think: det(AB)= det(A)det(B). If A is invertible then det(A)det(A-1)= det(I)= 1. Neither det(A) nor det(A-1) can be 0 since then that product would be 0, not 1. Conversely, if the determinant is 0, A cannot have an inverse since, what ever A-1 might be, then we would have det(A)det(A-1)= 0(det(A-1))= 0, not 1.

Yes, that's much simpler!

There's another proof that is a bit too circular to be used in this case, but what the heck, this isn't the homework forum and I find this one easy to visualize (once you get a feel for what eigenvalues are).

The proof uses the fact the determinant of a matrix is the product of its eigenvalues.

A matrix is singular if and only if

Ax = 0 = 0x for some nonzero x, which means precisely that 0 is an eigenvalue of A (and x is an eigenvector).

Thus a matrix is singular if and only if 0 is one of its eigenvalues, which is true if and only if the PRODUCT of eigenvalues (which is the determinant) is zero.
 
  • #5
jbunniii said:
Yes, that's much simpler!

There's another proof that is a bit too circular to be used in this case, but what the heck, this isn't the homework forum and I find this one easy to visualize (once you get a feel for what eigenvalues are).

The proof uses the fact the determinant of a matrix is the product of its eigenvalues.

A matrix is singular if and only if

Ax = 0 = 0x for some nonzero x, which means precisely that 0 is an eigenvalue of A (and x is an eigenvector).

Thus a matrix is singular if and only if 0 is one of its eigenvalues, which is true if and only if the PRODUCT of eigenvalues (which is the determinant) is zero.

Looking at the above briefly, I notice that HallsOfIvy has a very short-clear proof. For now I will take this, but I like the fact we can visualize this geometrically.

Thanks again,


JL
 
  • #6
I believe the easier is to say: IF A is a singular matrix (non invertible) its determinant must be 0, since the determinant of matrix A is the same as the product of all the eigenvalues of A, then A can only be invertible if that product is 0, and the only way a product turns 0 is if one of the numbers is 0 that is if one of the eigenvalues is 0
 

1. What is the Eigenvalue Theorem?

The Eigenvalue Theorem is a mathematical concept that states that the determinant of a square matrix A minus the scalar value λ times the identity matrix (A - λI_n) will always equal zero if λ is an eigenvalue of A.

2. Why is the proof of Det(A - λI_n)=0 important?

This theorem is important because it allows us to find the eigenvalues of a matrix by simply setting the determinant of (A - λI_n) equal to zero and solving for λ. This makes it easier to solve for eigenvalues, which are important in many mathematical and scientific applications.

3. How is the proof of the Eigenvalue Theorem derived?

The proof of the Eigenvalue Theorem is derived using algebraic manipulations and properties of determinants. It involves expanding the determinant of (A - λI_n) using the Laplace expansion formula and then using the fact that λ is an eigenvalue to simplify the expression until it equals zero.

4. Can the Eigenvalue Theorem be applied to all square matrices?

Yes, the Eigenvalue Theorem can be applied to all square matrices. However, it is important to note that not all matrices have eigenvalues, and in order for this theorem to be applicable, a matrix must have at least one eigenvalue.

5. Are there any limitations to the Eigenvalue Theorem?

One limitation of the Eigenvalue Theorem is that it only applies to square matrices. Additionally, it can only be used to find the eigenvalues of a matrix, not the eigenvectors. Other methods, such as diagonalization or the characteristic polynomial, must be used to find eigenvectors.

Similar threads

  • Linear and Abstract Algebra
Replies
3
Views
1K
  • Linear and Abstract Algebra
Replies
10
Views
2K
Replies
3
Views
2K
Replies
2
Views
1K
  • Linear and Abstract Algebra
Replies
15
Views
973
  • Linear and Abstract Algebra
Replies
2
Views
2K
  • Linear and Abstract Algebra
Replies
8
Views
1K
  • Linear and Abstract Algebra
Replies
3
Views
945
  • Linear and Abstract Algebra
Replies
2
Views
619
  • Linear and Abstract Algebra
Replies
15
Views
4K
Back
Top