Cauchy–Binet formula

From HandWiki

In mathematics, specifically linear algebra, the Cauchy–Binet formula, named after Augustin-Louis Cauchy and Jacques Philippe Marie Binet, is an identity for the determinant of the product of two rectangular matrices of transpose shapes (so that the product is well-defined and square). It generalizes the statement that the determinant of a product of square matrices is equal to the product of their determinants. The formula is valid for matrices with the entries from any commutative ring.

Statement

Let A be an m×n matrix and B an n×m matrix. Write [n] for the set {1, ..., n}, and [math]\displaystyle{ \tbinom{[n]}m }[/math] for the set of m-combinations of [n] (i.e., subsets of [n] of size m; there are [math]\displaystyle{ \tbinom nm }[/math] of them). For [math]\displaystyle{ S\in\tbinom{[n]}m }[/math], write A[m],S for the m×m matrix whose columns are the columns of A at indices from S, and BS,[m] for the m×m matrix whose rows are the rows of B at indices from S. The Cauchy–Binet formula then states

[math]\displaystyle{ \det(AB) = \sum_{S\in\tbinom{[n]}m} \det(A_{[m],S})\det(B_{S,[m]}). }[/math]

Example: Taking m = 2 and n = 3, and matrices [math]\displaystyle{ A = \begin{pmatrix}1&1&2\\ 3& 1& -1\\ \end{pmatrix} }[/math] and [math]\displaystyle{ B = \begin{pmatrix}1&1\\3&1\\0&2\end{pmatrix} }[/math], the Cauchy–Binet formula gives the determinant

[math]\displaystyle{ \det(AB)= \left|\begin{matrix}1&1\\3&1\end{matrix}\right| \cdot \left|\begin{matrix}1&1\\3&1\end{matrix}\right| + \left|\begin{matrix}1&2\\1&-1\end{matrix}\right| \cdot \left|\begin{matrix}3&1\\0&2\end{matrix}\right| + \left|\begin{matrix}1&2\\3&-1\end{matrix}\right| \cdot \left|\begin{matrix}1&1\\0&2\end{matrix}\right|. }[/math]

Indeed [math]\displaystyle{ AB =\begin{pmatrix}4&6\\6&2\end{pmatrix} }[/math], and its determinant is [math]\displaystyle{ -28 }[/math] which equals [math]\displaystyle{ -2 \times -2 + -3 \times 6 + -7 \times 2 }[/math] from the right hand side of the formula.

Special cases

If n < m then [math]\displaystyle{ \tbinom{[n]}m }[/math] is the empty set, and the formula says that det(AB) = 0 (its right hand side is an empty sum); indeed in this case the rank of the m×m matrix AB is at most n, which implies that its determinant is zero. If n = m, the case where A and B are square matrices, [math]\displaystyle{ \tbinom{[n]}m=\{[n]\} }[/math] (a singleton set), so the sum only involves S = [n], and the formula states that det(AB) = det(A)det(B).

For m = 0, A and B are empty matrices (but of different shapes if n > 0), as is their product AB; the summation involves a single term S = Ø, and the formula states 1 = 1, with both sides given by the determinant of the 0×0 matrix. For m = 1, the summation ranges over the collection [math]\displaystyle{ \tbinom{[n]}1 }[/math] of the n different singletons taken from [n], and both sides of the formula give [math]\displaystyle{ \textstyle\sum_{j=1}^nA_{1,j}B_{j,1} }[/math], the dot product of the pair of vectors represented by the matrices. The smallest value of m for which the formula states a non-trivial equality is m = 2; it is discussed in the article on the Binet–Cauchy identity.

In the case n = 3

Let [math]\displaystyle{ \boldsymbol{a}, \boldsymbol{b}, \boldsymbol{c}, \boldsymbol{d}, \boldsymbol{x}, \boldsymbol{y},\boldsymbol{z},\boldsymbol{w} }[/math] be three-dimensional vectors.

[math]\displaystyle{ \begin{align} & 1 = 1 & (m = 0)\\[10pt] & \boldsymbol{a}\cdot \boldsymbol{x} = a_1 x_1 + a_2 x_2 + a_3 x_3 & (m = 1)\\[10pt] & \begin{vmatrix} \boldsymbol{a}\cdot \boldsymbol{x} & \boldsymbol{a}\cdot \boldsymbol{y}\\ \boldsymbol{b}\cdot \boldsymbol{x} & \boldsymbol{b}\cdot \boldsymbol{y} \end{vmatrix} \\[4pt] = {} & \begin{vmatrix} a_2 & a_3\\ b_2 & b_3 \end{vmatrix} \begin{vmatrix} x_2 & y_2\\ x_3 & y_3 \end{vmatrix} + \begin{vmatrix} a_3 & a_1\\ b_3 & b_1 \end{vmatrix} \begin{vmatrix} x_3 & y_3\\ x_1 & y_1 \end{vmatrix} + \begin{vmatrix} a_1 & a_2\\ b_1 & b_2 \end{vmatrix} \begin{vmatrix} x_1 & y_1\\ x_2 & y_2 \end{vmatrix}\\[4pt] = {} & (\boldsymbol{a}\times\boldsymbol{b})\cdot(\boldsymbol{x}\times\boldsymbol{y}) & (m = 2)\\[10pt] & \begin{vmatrix} \boldsymbol{a}\cdot \boldsymbol{x} & \boldsymbol{a}\cdot \boldsymbol{y} & \boldsymbol{a}\cdot \boldsymbol{z}\\ \boldsymbol{b}\cdot \boldsymbol{x} & \boldsymbol{b}\cdot \boldsymbol{y} & \boldsymbol{b}\cdot \boldsymbol{z}\\ \boldsymbol{c}\cdot \boldsymbol{x} & \boldsymbol{c}\cdot \boldsymbol{y} & \boldsymbol{c}\cdot \boldsymbol{z} \end{vmatrix} = \begin{vmatrix} a_1 & a_2 & a_3\\ b_1 & b_2 & b_3\\ c_1 & c_2 & c_3 \end{vmatrix} \begin{vmatrix} x_1 & y_1 & z_1 \\ x_2 & y_2 & z_2 \\ x_3 & y_3 & z_3 \end{vmatrix}\\[4pt] = {} & [\boldsymbol{a}\cdot (\boldsymbol{b} \times \boldsymbol{c})] [\boldsymbol{x}\cdot (\boldsymbol{y} \times \boldsymbol{z})] & (m = 3)\\[10pt] & \begin{vmatrix} \boldsymbol{a}\cdot \boldsymbol{x} & \boldsymbol{a}\cdot \boldsymbol{y} & \boldsymbol{a}\cdot \boldsymbol{z} & \boldsymbol{a}\cdot \boldsymbol{w} \\ \boldsymbol{b}\cdot \boldsymbol{x} & \boldsymbol{b}\cdot \boldsymbol{y} & \boldsymbol{b}\cdot \boldsymbol{z} & \boldsymbol{b}\cdot \boldsymbol{w} \\ \boldsymbol{c}\cdot \boldsymbol{x} & \boldsymbol{c}\cdot \boldsymbol{y} & \boldsymbol{c}\cdot \boldsymbol{z} & \boldsymbol{c}\cdot \boldsymbol{w} \\ \boldsymbol{d}\cdot \boldsymbol{x} & \boldsymbol{d}\cdot \boldsymbol{y} & \boldsymbol{d}\cdot \boldsymbol{z} & \boldsymbol{d}\cdot \boldsymbol{w} \end{vmatrix} = 0 & (m = 4) \end{align} }[/math]

In the case m > 3, the right-hand side always equals 0.

A simple proof

The following simple proof relies on two facts that can be proven in several different ways:[1]

  1. For any [math]\displaystyle{ 1 \leq k\leq n }[/math] the coefficient of [math]\displaystyle{ z^{n-k} }[/math] in the polynomial [math]\displaystyle{ \det(zI_n+X) }[/math] is the sum of the [math]\displaystyle{ k\times k }[/math] principal minors of [math]\displaystyle{ X }[/math].
  2. If [math]\displaystyle{ m \leq n }[/math] and [math]\displaystyle{ A }[/math] is an [math]\displaystyle{ m\times n }[/math] matrix and [math]\displaystyle{ B }[/math] an [math]\displaystyle{ n\times m }[/math] matrix, then
[math]\displaystyle{ \det(zI_n+BA)=z^{n-m}\det(zI_m+AB) }[/math].

Now, if we compare the coefficient of [math]\displaystyle{ z^{n-m} }[/math] in the equation [math]\displaystyle{ \det(zI_n+BA)=z^{n-m}\det(zI_m+AB) }[/math], the left hand side will give the sum of the principal minors of [math]\displaystyle{ BA }[/math] while the right hand side will give the constant term of [math]\displaystyle{ \det(zI_m+AB) }[/math], which is simply [math]\displaystyle{ \det(AB) }[/math], which is what the Cauchy–Binet formula states, i.e.

[math]\displaystyle{ \begin{align} &\det(AB)= \sum_{S\in\tbinom{[n]}m} \det((BA)_{S,S})=\sum_{S\in\tbinom{[n]}m} \det(B_{S,[m]}) \det(A_{[m],S}) \\[5pt] = {} & \sum_{S\in\tbinom{[n]}m}\det(A_{[m],S}) \det(B_{S,[m]}). \end{align} }[/math]

Proof

There are various kinds of proofs that can be given for the Cauchy−Binet formula. The proof below is based on formal manipulations only, and avoids using any particular interpretation of determinants, which may be taken to be defined by the Leibniz formula. Only their multilinearity with respect to rows and columns, and their alternating property (vanishing in the presence of equal rows or columns) are used; in particular the multiplicative property of determinants for square matrices is not used, but is rather established (the case n = m). The proof is valid for arbitrary commutative coefficient rings.

The formula can be proved in two steps:

  1. use the fact that both sides are multilinear (more precisely 2m-linear) in the rows of A and the columns of B, to reduce to the case that each row of A and each column of B has only one non-zero entry, which is 1.
  2. handle that case using the functions [m] → [n] that map respectively the row numbers of A to the column number of their nonzero entry, and the column numbers of B to the row number of their nonzero entry.

For step 1, observe that for each row of A or column of B, and for each m-combination S, the values of det(AB) and det(A[m],S)det(BS,[m]) indeed depend linearly on the row or column. For the latter this is immediate from the multilinear property of the determinant; for the former one must in addition check that taking a linear combination for the row of A or column of B while leaving the rest unchanged only affects the corresponding row or column of the product AB, and by the same linear combination. Thus one can work out both sides of the Cauchy−Binet formula by linearity for every row of A and then also every column of B, writing each of the rows and columns as a linear combination of standard basis vectors. The resulting multiple summations are huge, but they have the same form for both sides: corresponding terms involve the same scalar factor (each is a product of entries of A and of B), and these terms only differ by involving two different expressions in terms of constant matrices of the kind described above, which expressions should be equal according to the Cauchy−Binet formula. This achieves the reduction of the first step.

Concretely, the multiple summations can be grouped into two summations, one over all functions f:[m] → [n] that for each row index of A gives a corresponding column index, and one over all functions g:[m] → [n] that for each column index of B gives a corresponding row index. The matrices associated to f and g are

[math]\displaystyle{ L_f=\bigl((\delta_{f(i),j})_{i\in[m],j\in[n]}\bigr) \quad\text{and} \quad R_g=\bigl((\delta_{j,g(k)})_{j\in[n],k\in[m]}\bigr) }[/math]

where "[math]\displaystyle{ \delta }[/math]" is the Kronecker delta, and the Cauchy−Binet formula to prove has been rewritten as

[math]\displaystyle{ \begin{align} & \sum_{f:[m]\to[n]}\sum_{g:[m]\to[n]}p(f,g)\det(L_fR_g) \\[5pt] = {} & \sum_{f:[m]\to[n]}\sum_{g:[m]\to[n]} p(f,g) \sum_{S\in\tbinom{[n]}m} \det((L_f)_{[m],S}) \det((R_g)_{S,[m]}), \end{align} }[/math]

where p(f,g) denotes the scalar factor [math]\displaystyle{ \textstyle(\prod_{i=1}^mA_{i,f(i)})(\prod_{k=1}^mB_{g(k),k}) }[/math]. It remains to prove the Cauchy−Binet formula for A = Lf and B = Rg, for all f,g:[m] → [n].

For this step 2, if f fails to be injective then Lf and LfRg both have two identical rows, and if g fails to be injective then Rg and LfRg both have two identical columns; in either case both sides of the identity are zero. Supposing now that both f and g are injective maps [m] → [n], the factor [math]\displaystyle{ \det((L_f)_{[m],S}) }[/math] on the right is zero unless S = f([m]), while the factor [math]\displaystyle{ \det((R_g)_{S,[m]}) }[/math] is zero unless S = g([m]). So if the images of f and g are different, the right hand side has only null terms, and the left hand side is zero as well since LfRg has a null row (for i with [math]\displaystyle{ f(i)\notin g([m]) }[/math]). In the remaining case where the images of f and g are the same, say f([m]) = S = g([m]), we need to prove that

[math]\displaystyle{ \det(L_fR_g)=\det((L_f)_{[m],S})\det((R_g)_{S,[m]}).\, }[/math]

Let h be the unique increasing bijection [m] → S, and π,σ the permutations of [m] such that [math]\displaystyle{ f=h\circ\pi^{-1} }[/math] and [math]\displaystyle{ g=h\circ\sigma }[/math]; then [math]\displaystyle{ (L_f)_{[m],S} }[/math] is the permutation matrix for π, [math]\displaystyle{ (R_g)_{S,[m]} }[/math] is the permutation matrix for σ, and LfRg is the permutation matrix for [math]\displaystyle{ \pi\circ\sigma }[/math], and since the determinant of a permutation matrix equals the signature of the permutation, the identity follows from the fact that signatures are multiplicative.

Using multi-linearity with respect to both the rows of A and the columns of B in the proof is not necessary; one could use just one of them, say the former, and use that a matrix product LfB either consists of a permutation of the rows of Bf([m]),[m] (if f is injective), or has at least two equal rows.

Relation to the generalized Kronecker delta

As we have seen, the Cauchy–Binet formula is equivalent to the following:

[math]\displaystyle{ \det(L_fR_g)=\sum_{S\in\tbinom{[n]}m} \det((L_f)_{[m],S})\det((R_g)_{S,[m]}), }[/math]

where

[math]\displaystyle{ L_f=\bigl((\delta_{f(i),j})_{i\in[m],j\in[n]}\bigr) \quad\text{and} \quad R_g=\bigl((\delta_{j,g(k)})_{j\in[n],k\in[m]}\bigr). }[/math]

In terms of generalized Kronecker delta, we can derive the formula equivalent to the Cauchy–Binet formula:

[math]\displaystyle{ \delta^{f(1) \dots f(m)}_{g(1) \dots g(m)} = \sum_{k:[m]\to[n] \atop k(1)\lt \dots\lt k(m)} \delta^{f(1) \dots f(m)}_{k(1) \dots k(m)} \delta^{k(1) \dots k(m)}_{g(1) \dots g(m)}. }[/math]

Geometric interpretations

If A is a real m×n matrix, then det(A AT) is equal to the square of the m-dimensional volume of the parallelotope spanned in Rn by the m rows of A. Binet's formula states that this is equal to the sum of the squares of the volumes that arise if the parallelepiped is orthogonally projected onto the m-dimensional coordinate planes (of which there are [math]\displaystyle{ \tbinom nm }[/math]).

In the case m = 1 the parallelotope is reduced to a single vector and its volume is its length. The above statement then states that the square of the length of a vector is the sum of the squares of its coordinates; this is indeed the case by the definition of that length, which is based on the Pythagorean theorem.

In tensor algebra, given an inner product space [math]\displaystyle{ V }[/math] of dimension n, the Cauchy–Binet formula defines an induced inner product on the exterior algebra [math]\displaystyle{ \wedge^m V }[/math], namely:

[math]\displaystyle{ \langle v_1\wedge\cdots \wedge v_m, w_1\wedge\cdots \wedge w_m\rangle =\det\left( \langle v_i,w_j\rangle \right)_{i,j=1}^m . }[/math]

Generalization

The Cauchy–Binet formula can be extended in a straightforward way to a general formula for the minors of the product of two matrices. Context for the formula is given in the article on minors, but the idea is that both the formula for ordinary matrix multiplication and the Cauchy–Binet formula for the determinant of the product of two matrices are special cases of the following general statement about the minors of a product of two matrices. Suppose that A is an m × n matrix, B is an n × p matrix, I is a subset of {1,...,m} with k elements and J is a subset of {1,...,p} with k elements. Then

[math]\displaystyle{ [\mathbf{AB}]_{I,J} = \sum_{K} [\mathbf{A}]_{I,K} [\mathbf{B}]_{K,J}\, }[/math]

where the sum extends over all subsets K of {1,...,n} with k elements.

Continuous version

A continuous version of the Cauchy–Binet formula, known as the Andréief-Heine identity[2] or Andréief identity appears commonly in random matrix theory.[3] It is stated as follows: let [math]\displaystyle{ \left\{f_j(x)\right\}_{j=1}^{N} }[/math] and [math]\displaystyle{ \left\{g_j(x)\right\}_{j=1}^{N} }[/math] be two sequences of integrable functions, supported on [math]\displaystyle{ I }[/math]. Then

[math]\displaystyle{ \int_I \cdots \int_I \det \left[f_{j}(x_k)\right]_{j,k=1}^N \det \left[g_{j}(x_k)\right]_{j,k=1}^N dx_1 \cdots dx_N = N!\, \det \left[\int_I f_j(x)g_k(x) dx\right]_{j,k=1}^{N}. }[/math]

Forrester[4] describes how to recover the usual Cauchy–Binet formula as a discretisation of the above identity.

References

  1. Tao, Terence (2012). Topics in random matrix theory. Graduate Studies in Mathematics. 132. Providence, RI: American Mathematical Society. p. 253. doi:10.1090/gsm/132. ISBN 978-0-8218-7430-1. https://terrytao.files.wordpress.com/2011/08/matrix-book.pdf. 
  2. C. Andréief, Mem. de la Soc. Sci. de Bordeaux 2, 1 (1883)
  3. Mehta, M.L. (2004). Random Matrices (3rd ed.). Amsterdam: Elsevier/Academic Press. ISBN 0-12-088409-7. 
  4. Forrester, Peter J. (2018). "Meet Andréief, Bordeaux 1886, and Andreev, Kharkov 1882–83". arXiv:1806.10411 [math-ph].
  • Joel G. Broida & S. Gill Williamson (1989) A Comprehensive Introduction to Linear Algebra, §4.6 Cauchy-Binet theorem, pp 208–14, Addison-Wesley ISBN:0-201-50065-5.
  • Jin Ho Kwak & Sungpyo Hong (2004) Linear Algebra 2nd edition, Example 2.15 Binet-Cauchy formula, pp 66,7, Birkhäuser ISBN:0-8176-4294-3.
  • I. R. Shafarevich & A. O. Remizov (2012) Linear Algebra and Geometry, §2.9 (p. 68) & §10.5 (p. 377), Springer ISBN:978-3-642-30993-9.
  • M.L. Mehta (2004) Random matrices, 3rd ed., Elsevier ISBN:9780120884094.

External links