$n$th roots of complex matrix

147 Views Asked by At

Today I took a linear algebra test which had the following problem:

(a) If $N\in {\rm Mat}(3,\Bbb C)$ is nilpotent, then the nilpotence index of $N$ is less or equal than $3$.

(b) Show that $X= {\rm Id}_3 + \frac{1}{n}N + \frac{1-n}{2n^2}N^2$ satisfies $X^n={\rm Id}_3 +N$ for each positive integer $n$.

(c) Conclude that every non-singular matrix $A\in {\rm Mat}(3,\Bbb C)$ has a $n$th root, that is, there is $B\in {\rm Mat}(3,\Bbb C)$ such that $B^n = A$.

I do not need to know how to solve it, since I managed to do it there. But I wondered if this generalizes for dimensions greater than $3$. For example, could one come up with some expression for $X$ in item (b) with some extra higher powers of $N$, so that repeating the straightforward reasoning using the Jordan canonical form in (c) works well?

2

There are 2 best solutions below

1
On BEST ANSWER

Yep. Note that we can find a formal power series $f = \sum_{n=0}^{\infty} a_n X^n \in \mathbb{C}[[X]]$ such that $f^k = 1 + X$. Explicitly, the coefficients $a_n$ are given by $a_n = { \frac{1}{k} \choose n }$ which is consistent with the real/complex power series expansion of $(1+x)^{\frac{1}{k}}$ around $x = 0$ and the first three terms of $f$ are precisely the coefficients you have in part $(b)$.

Note that if $N \in M_l(\mathbb{C})$ is nilpotent, we can define a map $\operatorname{ev}_N \colon \mathbb{C}[[X]] \rightarrow M_l(\mathbb{C})$ by plugging in the matrix $N$ into a formal power series:

$$ \operatorname{ev}_N \left( \sum_{n=0}^{\infty} b_n X^n \right) = \sum_{n=0}^{\infty} b_n N^n $$

and this map is easily seen to be a ring homomorphism.

Given a nilpotent $N \in M_l(\mathbb{C})$ and $0 \neq \lambda \in \mathbb{C}$, define a matrix $B \in M_{l}(\mathbb{C})$ by

$$ B "=" (\lambda I_l + N)^{\frac{1}{k}} "=" \lambda^{\frac{1}{k}} (I_l + \frac{N}{\lambda})^{\frac{1}{k}} := \lambda^{\frac{1}{k}} \operatorname{ev}_{\frac{N}{\lambda}} (f) = \sum_{n=0}^{\infty} a_n \lambda^{\frac{1}{k}-n} N^n. $$

Since $\operatorname{ev}_N$ is a ring homomorphism, we have

$$ B^k = \lambda (\operatorname{ev}_{\frac{N}{\lambda}}(f))^k = \lambda \operatorname{ev}_{\frac{N}{\lambda}}(f^k) = \lambda \operatorname{ev}_{\frac{N}{\lambda}}(1 + X) = \lambda(I + \frac{N}{\lambda}) = \lambda I + N $$

and so $B$ is a $k$-th root of $\lambda I + N$. Then, like you wrote, by applying the Jordan decomposition we see that any invertible matrix has a $k$-th root.

0
On

What you are looking for is a polynomial $f(x)$ such that $$f(x)^n=1+x \pmod {x^n}.$$

The expression of the coefficients seems to me complicated, but at least I can prove that one such polynomial exists. In fact the condition can be seen as a condition on the derivatives of $f(x)$. For example, if we take $f(0)=1$ then $f(x)^n=1+\dots$. Then $nf'(0)=1$ ensures that $f(x)=1+x+\dots$. The next condition is (using $f(0)=1$) $$nf''(x)f(x)^{n-1}+n(n-1)f'(x)f(x)^{n-2}=0$$ which can be solved for $f''(0)$. To see that you can can always solve for the last derivative, just notice that in the $j$-th derivative of $f(x)^n$ in $0$, there will be exactly one term with $f^{(j)}(0)$, and it will be of the form $nf^{(j)}(0)f(0)^{n-j+1}=nf^{(j)}(0)$ (this is easily proved by induction, just look at the formula for $n=2$ and ask yourself: how can I get to $f^{(j)}(x)$ as fast as possible?).