I was studying minimal polynomials in a Linear Algebra course. I am using the book Linear Algebra by Stephen H Friedberg, Insel, and Spence for this purpose.
I was doing a problem but while reading a solution for the same, I came across a concept about which I need a little clarification.
Suppose $A$ is a $6\times 6$ real matrix and $(x-1)^2(x+1)^2(x^2+x+1)$ is the characteristic polynomial of $A.$ If $p(t)$ is a minimal polynomial of $A$ then the possibilities of $p(t)$ are as follows:
- $(x+1)(x-1)(x^2+x+1)$
- $(x+1)^2(x-1)(x^2+x+1)$
- $(x+1)(x-1)^2(x^2+x+1)$
- $(x-1)^2(x+1)^2(x^2+x+1)$
In all these possibilities I see, $(x^2+x+1)$ is present as a factor of $p(x).$
I assume this is because of the theorem:
Let $T$ be a linear operator on a finite dimensional vector space $V$ over a field $F.$ If $p(t)$ is the minimal polynomial of $T$ then a scalar $\lambda$ is an eigenvalue of $T$ iff $\lambda$ is a root of $p(t).$ This means that the minimal polynomial and characteristic polynomial have the same set of roots in $F.$
Here's my question: If $A$ is a real matrix as mentioned above then the eigenvalues of $A$ must all be real if they exist. So, the eigenvalues of $A$ are precisely $1$ and $-1$ respectively. This means $1$ and $-1$ must also be a root of the minimal polynomial of $A$ which is, $p(t).$ So, $(x^2-1)|p(t)$ by the application of the theorem above. However, there is no reason to conclude from this theorem that $(x^2+x+1)|p(x)$ since the theorem only states that every eigenvalue of $A$ is a root of the minimal polynomial and vice versa, i.e the characteristic and minimal polynomials have the same set of roots over the field $\Bbb R.$ But $x^2+x+1$ has no real root and so the roots of $x^2+x+1$ are not eigenvalues of $A$ which implies they are also not a root of $p(x).$
This is the reason why, I do not get why are $(x^2+x+1)$ included as a factor in every possibility of $p(t)?$ Any help regarding this will be greatly appreciated.