[Math] Simple proof of Jordan-Chevalley decomposition for complex matrices

linear algebra

I am not sure what you would call this theorem for complex matrices – Jordan-Chevalley decomposition, Jordan normal form or maybe SN decomposition (although here it is really the multiplicative form)!

This is a problem in Lie Groups by Rossmann

Show that any invertible matrix can be uniquely written as $a=bc$ where $b$ is semisimple, $c$ is unipotent and $b$ and $c$ commute

(I"m assuming matrices are complex valued, although it is not stated as such)

The usual proof I know involves using a basis of generalised eigenvectors for $\mathbb{C}^n$, and is reasonably complex, at least for an exercise. (For example, see Appendix B of Lie groups, Lie algebras, and representations: an elementary introduction by Brian Hall)

This leads me to believe there may be a simpler proof, although it seems to be eluding me.

Any hints?

Best Answer

Let $a$ be an endomorphism of a finite dimensional vector space $V$. Assume that the eigenvalues $\lambda_1,\dots,\lambda_k$ of $a$ are in the ground field $K$. Then there is a unique pair $(s,n)$ of commuting endomorphisms of $V$ such that $s$ is diagonalizable, $n$ is nilpotent, and $a=s+n$.

The uniqueness is clear. Let's prove the existence. We have a $K[X]$-algebra isomorphism $K[a]\simeq K[X]/(f)$, where $f$ is the minimal polynomial of $a$. By the Chinese Remainder Theorem, there is a $K[X]$-algebra isomorphism $$ \phi:\prod_{i=1}^k\ \frac{K[X]}{(X-\lambda_i)^{m_i}}\to K[a], $$ and it suffices to put $s:=\phi(\lambda_1,\dots,\lambda_k)$.

Related Question