Reference articles on history, science, culture and more
Encyclopedia

Birkhoff factorization

Matrix decomposition in mathematics

In mathematics, Birkhoff factorization or Birkhoff decomposition, introduced by George David Birkhoff (1909), is a generalization of the LU decomposition (i.e. Gauss elimination) to loop groups.

The factorization of an invertible matrix M\in \mathrm {GL} _{n}(\mathbb {C} [z,z^{-1}]) with coefficients that are Laurent polynomials in z is given by a product M=M^{+}M^{0}M^{-}, where M^{+} has entries that are polynomials in z, M^{0}=\mathrm {diag} (z^{k_{1}},z^{k_{2}},...,z^{k_{n}}) is diagonal with k_{i}\in \mathbb {Z} for 1\leq i\leq n and k_{1}\geq k_{2}\geq ...\geq k_{n}, and M^{-} has entries that are polynomials in z^{-1}. For a generic matrix we have M^{0}=\mathrm {id}.

Birkhoff factorization implies the Birkhoff-Grothendieck theorem of Grothendieck (1957) that vector bundles over the projective line are sums of line bundles.

There are several variations where the general linear group is replaced by some other reductive algebraic group, due to Alexander Grothendieck (1957). Birkhoff factorization follows from the Bruhat decomposition for affine Kac-Moody groups (or loop groups), and conversely the Bruhat decomposition for the affine general linear group follows from Birkhoff factorization together with the Bruhat decomposition for the ordinary general linear group.

01Algorithm

There is an effective algorithm to compute the Birkhoff factorization. The following will be based on the book by Clancey-Gohberg, where a more general case can also be found.

Note that, by the cofactor matrix formula, a matrix M being invertible is equivalent to the determinant \operatorname {det} M being a unit in the base ring. In our case this means that \operatorname {det} M=c\cdot z^{d} for some c\in \mathbb {C} ,d\in \mathbb {Z}, as these are the only invertible elements in the ring of Laurent polynomials \mathbb {C} [z,z^{-1}], and \operatorname {det} M^{+} and \operatorname {det} M^{-} are just nonzero constants in \mathbb {C}, because these are the only units in \mathbb {C} [z] or \mathbb {C} [z^{-1}]. This means that \operatorname {det} M^{0}=z^{d} and, in particular, d=k_{1}+\cdots k_{n}. This will help us determine when the algorithm is finished.

First step: Replace M by z^{m}M to cancel any denominators, i.e. so that z^{m}M is defined over \mathbb {C} [z]. Let d=\operatorname {ord} _{z}\operatorname {det} z^{m}M be the exponent at z, note that this is now nonnegative.

Second step: Permute the rows and factor out the highest possible power of z in each row, while staying over \mathbb {C} [z]. The permutation has to ensure that the highest powers of z are decreasing. Denote P,D the permutation matrix, and the diagonal matrix of the powers, respectively.

M'=D^{-1}\cdot P\cdot M

Third step: If the sum of the powers from step 2 equals d, we are done. Otherwise, perform row operations without pivoting such that at least one row becomes zero modulo z. Put the factored powers back into our matrix and return to step 2.

By disallowing pivoting, we are asking that the matrix E\in \mathrm {GL} _{n}(\mathbb {C} ) encoding the row operations is lower triangular.

The matrix to be returned to step 2 is:

M''=D\cdot E\cdot M'

Note that as long as the determinant of the matrix is not constant, the determinant is zero modulo z, hence the rows are linearly dependent modulo z. Therefore, this step can be carried out.

Conclusion: Once the D from step 2 contains high enough powers, we can set M^{+}=M', as this will have unit determinant by multiplicativity. In each iteration, the effect of our algorithm was multiplication by D\cdot E\cdot D^{-1}\cdot P. Since the powers in D are descending and E is lower triangular, we find that D\cdot E\cdot D^{-1} contains only negative powers of z. Furthermore, by multiplicativity of the determinant again, we find that \operatorname {det} (D\cdot E\cdot D^{-1}\cdot P)=\pm \operatorname {det} E\in \mathbb {C} \setminus \{0\}. Thus we may take the product of these matrices obtained from all the iterations and set M^{-} to be its inverse.

Finally, recalling step 1, we have now decomposed z^{m}M=M^{-}\cdot D\cdot M^{+}. Dividing through with z^{m} and setting M^{0}=D\cdot z^{-m} gives the result.

Example: Consider M=\left({\begin{smallmatrix}1+z&z^{-1}+2\\z&2\end{smallmatrix}}\right). The determinant is 1. The first step is done by replacing M by zM which has determinant z^{2} and so d=2.

The second step is \left({\begin{smallmatrix}z+z^{2}&1+2z\\z^{2}&2z\end{smallmatrix}}\right)=\left({\begin{smallmatrix}0&1\\1&0\end{smallmatrix}}\right)\left({\begin{smallmatrix}z&0\\0&1\end{smallmatrix}}\right)\left({\begin{smallmatrix}z&2\\z+z^{2}&1+2z\end{smallmatrix}}\right). The third step gives \left({\begin{smallmatrix}z&2\\z+z^{2}&1+2z\end{smallmatrix}}\right)=\left({\begin{smallmatrix}1&0\\1/2&1\end{smallmatrix}}\right)\left({\begin{smallmatrix}z&2\\z/2+z^{2}&2z\end{smallmatrix}}\right).

Returning the factored-out powers, we want to repeat step 2 on the matrix \left({\begin{smallmatrix}z^{2}&2z\\z/2+z^{2}&2z\end{smallmatrix}}\right)=\left({\begin{smallmatrix}z&0\\0&1\end{smallmatrix}}\right)\left({\begin{smallmatrix}z&2\\z/2+z^{2}&2z\end{smallmatrix}}\right). Here, we can factor as \left({\begin{smallmatrix}z&0\\0&z\end{smallmatrix}}\right)\left({\begin{smallmatrix}z&2\\1/2+z&2\end{smallmatrix}}\right), meeting our goal of d=2. Compiling all these operations:

zM={\begin{pmatrix}0&1\\1&0\end{pmatrix}}{\begin{pmatrix}z&0\\0&1\end{pmatrix}}{\begin{pmatrix}1&0\\1/2&1\end{pmatrix}}{\begin{pmatrix}z^{-1}&0\\0&1\end{pmatrix}}{\begin{pmatrix}z&0\\0&z\end{pmatrix}}{\begin{pmatrix}z&2\\1/2+z&2\end{pmatrix}}={\begin{pmatrix}z^{-1}/2&1\\1&0\end{pmatrix}}{\begin{pmatrix}z&0\\0&z\end{pmatrix}}{\begin{pmatrix}z&2\\1/2+z&2\end{pmatrix}}.

Therefore, dividing by z, M=\left({\begin{smallmatrix}z^{-1}/2&1\\1&0\end{smallmatrix}}\right)\left({\begin{smallmatrix}1&0\\0&1\end{smallmatrix}}\right)\left({\begin{smallmatrix}z&2\\1/2+z&2\end{smallmatrix}}\right).

Watch videos about Birkhoff factorizationExplainers and documentaries on YouTube (opens in a new tab)

Sources and credits

This article is adapted from the Wikipedia article Birkhoff factorization, written by its contributors and licensed under CC BY-SA 4.0. Fathomly has changed the layout, removed citation markers, navigation and maintenance notices, and adjusted punctuation. This adapted version is shared under the same license. For references, see the original article.

Fathomly is not affiliated with or endorsed by the Wikimedia Foundation. Spotted a problem? Tell us.