The Characteristic Polynomial of a Diagonalizable Linear Transformation Is Factorizable
📂Linear AlgebraThe Characteristic Polynomial of a Diagonalizable Linear Transformation Is Factorizable
Definition
The polynomial P(F) being split over F means that there exists a constant c,a1,…,an∈F that satisfies the following.
f(t)=c(t−a1)(t−a2)⋯(t−an)
If the polynomial f(t) that is decomposed is the characteristic polynomial of some linear transformation T or matrix A, we say that T(or A) is decomposed.
Explanation
By definition, if the characteristic polynomial of T:V→V is decomposed, then T has n=dim(V) eigenvalues.(It is not said that they are distinct)
An easy example is that f(t)=t2+1=(t−i)(t+i) cannot be decomposed over R.
Theorem
The characteristic polynomial of any diagonalizable linear transformation is decomposed.
Proof
Let V be a n-dimensional vector space, and T:V→V be a diagonalizable linear transformation. Let β be an ordered basis that makes [T]β=D a diagonal matrix.
D=λ10⋮00λ1⋮0⋯⋯⋱⋯00⋮λn
And let f(t) be the characteristic polynomial of T. Then, since the characteristic polynomial does not depend on the choice of the ordered basis,
f(t)=det(D−tI)=detλ1−t0⋮00λ1−t⋮0⋯⋯⋱⋯00⋮λn−t=(λ1−t)(λ2−t)⋯(λn−t)=(−1)n(t−λ1)(t−λ2)⋯(t−λn)
■