9

Let $T$ be a linear operator on the $n$ dimensional vector space $\mathbb{V}$. Suppose that $\mathbb{V} = \sum_{i=1}^{k}W_i$ where each $W_i$ is $T$ - invariant. Let $\mu_{T_i}$ be the minimal polynomial of the operator restricted to $W_i$. If the minimal polynomials of all restrictions are coprime, that is if $\gcd(\mu_{T_i}, \mu_{T_j}) = 1$ for $i\neq j$, is it true that the subspaces $W_i$ are independent? That is, $\mathbb{V} = \bigoplus_{i=1}^k W_i$. Perhaps more generally, is it true that if the minimal polynomials of two subspaces are coprime, then the two subspaces are independent?

The converse is easily seen to be false, the identity operator is a clear counterexample. I haven't been able to find an easy counterexample to the above statement however. A proof or counterexample would be appreciated.

EuYu
  • 41,421
  • How is the case of two subspaces more general than the case of $k$ subspaces? – Marc van Leeuwen Feb 08 '14 at 11:31
  • @MarcvanLeeuwen Hmm, it's been a while since I wrote that so I didn't know what I had in mind at that time. I think my question for two subspaces doesn't require $V = W_1 + W_2$ and so felt more general to me. – EuYu Feb 08 '14 at 20:11

4 Answers4

6

Yes it is true. Here is a sketch of a proof by contraposition.

If $W:=W_j\cap \sum\limits_{i\neq j}W_i\neq\{0\}$ for some $j$, then $W$ is a nonzero invariant subspace for $T$. The minimial polynomial $p$ of the restriction of $T$ to $W$ must divide both $\mu_{T_j}$ and the minimal polynomial $q$ of $T$ restricted to $\sum\limits_{i\neq j}W_i$. But $q$ divides $\prod\limits_{i\neq j}\mu_{T_I}$, and this implies that each irreducible factor of $p$ must divide both $\mu_{T_j}$ and $\mu_{T_i}$ for some $i\neq j$. Therefore $\gcd(\mu_{T_i}, \mu_{T_j}) \neq 1$.

Jonas Meyer
  • 53,602
2

Here is one more variant. Due to the relative primality, $\mu_i[T]$ acts invertibly on each subspace $W_j$ with $j\neq i$: if $r,s\in K[T]$ are Bezout coefficients for $\mu_i,\mu_j$, in other words $r\mu_i+s\mu_j=1$, then restricted to$~W_j$ the operator $r[T]\mu_i[T]$ acts as the identity. This is the kind of situation that easily give directness of the sum of the subspaces $W_i$: given a hypothetical non-trivial relation $0=w_1+\cdots+w_k$ with $w_i\in W_i$ for all$~i$, take one for which a minimal number of nonzero vectors among the $w_i$ (but of course at least one; in fact there now clearly must be at least two nonzero among them); with $w_i\neq0$, apply $\mu_i[T]$ to the relation to find a new relation with exactly one less nonzero vector, contradicting minimality.

2

Here is a variation of Jonas's proof.

Let $\mu$ be the product of the $\mu_{T_i}$, which I will denote $\mu_i$, and let $K$ be the ground field.

Since $\mu(T)=0$, the ring $K[T]$ is a quotient of $A:=K[X]/(\mu)$, and $\mathbb{V}$ is an $A$-module.

By the Chinese Remainder Theorem, $A$ is isomorphic to the product of the $A_i:=K[X]/(\mu_i)$.

The element $e_i$ of $A$ whose $j$-th component is $\delta_{ij}$ acts by the identity on $W_i$, and by $0$ on $W_j$ for $j\neq i$.

For $i=1,\dots,k$, let $w_i$ be in $W_i$, and assume $\sum w_i=0$.

By applying $e_j$ to the above equality, we get $w_j=0$.

0

It is maybe worth pointing out how simple this is in the case $k=2$:

First note that if $S\colon X \to X$ is any linear endomorphism and $Y \leq X$ is such that $S(Y)\subseteq Y$ then the minimal polynomial $\mu_Y$ of $S_{|Y}$ divides $\mu_X$ the minimal polynomial of $S$.

Now if $V= U\oplus W$ and $T\colon V \to V$ preserves $U$ and $W$ with its restrictions to $U$ and $W$ having minimal polynomials $\mu_U$ and $\mu_W$ respectively, where $\mu_U$ and $\mu_W$ are coprime, then using the above observation we see that $\mu_{U\cap W}$, the minimal polynomial of $T$ restricted to $U\cap W$ must divide both $\mu_U$ and $\mu_W$. Since these are coprime, it follows that $\mu_{U\cap W} = 1$, which is possible if and only if $U\cap W = \{0\}$, hence $U$ and $W$ form a direct sum and $V = U \oplus W$ as required.

The general case now follows by induction: if $V= \sum_{i=1}^k W_i$ where $k \geq 2$ and $\mu_i$ is the minimal polynomial for the restriction of $T$ to $W_i$, with the $\mu_i$ are all pairwise coprime, set $U = W_1$ and $W= \sum_{i=2}^k W_i$, so that the minimal polyomial $\mu_U$ of $T_{|U}$ is evidently $\mu_1$, while the minimal polynomial $\mu_W$ of $T_{|W}$ divides $\prod_{i=2}^k \mu_i$, and hence is coprime to $\mu_U$.

But we have $$ V= W_1\oplus \left(\sum_{i=2}^k W_i\right) = W_1\oplus \left(\bigoplus_{i=2}^k W_i\right) = \bigoplus_{i=1}^k W_i $$ where the first equality holds using the case of $2$ summands and the second using the case of $k-1$ summands.

krm2233
  • 4,380