Birkhoff factorization
In-game article clicks load inline without leaving the challenge.
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 ∈ G L n ( C [ z , z − 1 ] ) {\displaystyle M\in \mathrm {GL} _{n}(\mathbb {C} [z,z^{-1}])} with coefficients that are Laurent polynomials in z {\displaystyle z} is given by a product M = M + M 0 M − {\displaystyle M=M^{+}M^{0}M^{-}}, where M + {\displaystyle M^{+}} has entries that are polynomials in z {\displaystyle z}, M 0 = d i a g ( z k 1 , z k 2 , . . . , z k n ) {\displaystyle M^{0}=\mathrm {diag} (z^{k_{1}},z^{k_{2}},...,z^{k_{n}})} is diagonal with k i ∈ Z {\displaystyle k_{i}\in \mathbb {Z} } for 1 ≤ i ≤ n {\displaystyle 1\leq i\leq n} and k 1 ≥ k 2 ≥ . . . ≥ k n {\displaystyle k_{1}\geq k_{2}\geq ...\geq k_{n}}, and M − {\displaystyle M^{-}} has entries that are polynomials in z − 1 {\displaystyle z^{-1}}. For a generic matrix we have M 0 = i d {\displaystyle 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.
Algorithm
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 {\displaystyle M} being invertible is equivalent to the determinant det M {\displaystyle \operatorname {det} M} being a unit in the base ring. In our case this means that det M = c ⋅ z d {\displaystyle \operatorname {det} M=c\cdot z^{d}} for some c ∈ C , d ∈ Z {\displaystyle c\in \mathbb {C} ,d\in \mathbb {Z} }, as these are the only invertible elements in the ring of Laurent polynomials C [ z , z − 1 ] {\displaystyle \mathbb {C} [z,z^{-1}]}, and det M + {\displaystyle \operatorname {det} M^{+}} and det M − {\displaystyle \operatorname {det} M^{-}} are just nonzero constants in C {\displaystyle \mathbb {C} }, because these are the only units in C [ z ] {\displaystyle \mathbb {C} [z]} or C [ z − 1 ] {\displaystyle \mathbb {C} [z^{-1}]}. This means that det M 0 = z d {\displaystyle \operatorname {det} M^{0}=z^{d}} and, in particular, d = k 1 + ⋯ k n {\displaystyle d=k_{1}+\cdots k_{n}}. This will help us determine when the algorithm is finished.
First step: Replace M {\displaystyle M} by z m M {\displaystyle z^{m}M} to cancel any denominators, i.e. so that z m M {\displaystyle z^{m}M} is defined over C [ z ] {\displaystyle \mathbb {C} [z]}. Let d = ord z det z m M {\displaystyle d=\operatorname {ord} _{z}\operatorname {det} z^{m}M} be the exponent at z {\displaystyle z}, note that this is now nonnegative.
Second step: Permute the rows and factor out the highest possible power of z {\displaystyle z} in each row, while staying over C [ z ] {\displaystyle \mathbb {C} [z]}. The permutation has to ensure that the highest powers of z {\displaystyle z} are decreasing. Denote P , D {\displaystyle P,D} the permutation matrix, and the diagonal matrix of the powers, respectively.
M ′ = D − 1 ⋅ P ⋅ M {\displaystyle M'=D^{-1}\cdot P\cdot M}
Third step: If the sum of the powers from step 2 equals d {\displaystyle d}, we are done. Otherwise, perform row operations without pivoting such that at least one row becomes zero modulo z {\displaystyle z}. Put the factored powers back into our matrix and return to step 2.
By disallowing pivoting, we are asking that the matrix E ∈ G L n ( C ) {\displaystyle 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 ⋅ E ⋅ M ′ {\displaystyle 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 {\displaystyle z}, hence the rows are linearly dependent modulo z {\displaystyle z}. Therefore, this step can be carried out.
Conclusion: Once the D {\displaystyle D} from step 2 contains high enough powers, we can set M + = M ′ {\displaystyle M^{+}=M'}, as this will have unit determinant by multiplicativity. In each iteration, the effect of our algorithm was multiplication by D ⋅ E ⋅ D − 1 ⋅ P {\displaystyle D\cdot E\cdot D^{-1}\cdot P}. Since the powers in D {\displaystyle D} are descending and E {\displaystyle E} is lower triangular, we find that D ⋅ E ⋅ D − 1 {\displaystyle D\cdot E\cdot D^{-1}} contains only negative powers of z {\displaystyle z}. Furthermore, by multiplicativity of the determinant again, we find that det ( D ⋅ E ⋅ D − 1 ⋅ P ) = ± det E ∈ C ∖ { 0 } {\displaystyle \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 − {\displaystyle M^{-}} to be its inverse.
Finally, recalling step 1, we have now decomposed z m M = M − ⋅ D ⋅ M + {\displaystyle z^{m}M=M^{-}\cdot D\cdot M^{+}}. Dividing through with z m {\displaystyle z^{m}} and setting M 0 = D ⋅ z − m {\displaystyle M^{0}=D\cdot z^{-m}} gives the result.
Example: Consider M = ( 1 + z z − 1 + 2 z 2 ) {\displaystyle 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 {\displaystyle M} by z M {\displaystyle zM} which has determinant z 2 {\displaystyle z^{2}} and so d = 2 {\displaystyle d=2}.
The second step is ( z + z 2 1 + 2 z z 2 2 z ) = ( 0 1 1 0 ) ( z 0 0 1 ) ( z 2 z + z 2 1 + 2 z ) {\displaystyle \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 ( z 2 z + z 2 1 + 2 z ) = ( 1 0 1 / 2 1 ) ( z 2 z / 2 + z 2 2 z ) {\displaystyle \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 ( z 2 2 z z / 2 + z 2 2 z ) = ( z 0 0 1 ) ( z 2 z / 2 + z 2 2 z ) {\displaystyle \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 ( z 0 0 z ) ( z 2 1 / 2 + z 2 ) {\displaystyle \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 {\displaystyle d=2}. Compiling all these operations:
z M = ( 0 1 1 0 ) ( z 0 0 1 ) ( 1 0 1 / 2 1 ) ( z − 1 0 0 1 ) ( z 0 0 z ) ( z 2 1 / 2 + z 2 ) = ( z − 1 / 2 1 1 0 ) ( z 0 0 z ) ( z 2 1 / 2 + z 2 ) . {\displaystyle 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 {\displaystyle z}, M = ( z − 1 / 2 1 1 0 ) ( 1 0 0 1 ) ( z 2 1 / 2 + z 2 ) {\displaystyle 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)}.
See also
Notes
- Birkhoff, George David (1909), "Singular points of ordinary linear differential equations", Transactions of the American Mathematical Society, 10 (4): 436–470, doi:, ISSN , JFM , JSTOR
- Clancey, K.; Gohberg, I. (1981), Factorization of Matrix Functions and Singular Integral Operators, Springer, doi:, ISBN 978-3-0348-5494-8
- Grothendieck, Alexander (1957), "Sur la classification des fibrés holomorphes sur la sphère de Riemann", American Journal of Mathematics, 79 (1): 121–138, doi:, ISSN , JSTOR , MR
- Khimshiashvili, G. (2001) [1994], , Encyclopedia of Mathematics, EMS Press
- Pressley, Andrew; Segal, Graeme (1986), , Oxford Mathematical Monographs, The Clarendon Press Oxford University Press, ISBN 978-0-19-853535-5, MR