Leibniz formula for determinants
In algebra, the Leibniz formula expresses the determinant of a square matrix
in terms of permutations of the matrix elements. Named in honor of Gottfried Leibniz, the formula is
for an n×n matrix, where sgn is the sign function of permutations in the permutation group Sn, which returns +1 and −1 for even and odd permutations, respectively.
Another common notation used for the formula is in terms of the Levi-Civita symbol and makes use of the Einstein summation notation, where it becomes
which may be more familiar to physicists.
Directly evaluating the Leibniz formula from the definition requires
operations in general—that is, a number of operations asymptotically proportional to n factorial—because n! is the number of order-n permutations. This is impractically difficult for large n. Instead, the determinant can be evaluated in O(n3) operations by forming the LU decomposition A = LU (typically via Gaussian elimination or similar methods), in which case det A = (det L)(det U) and the determinants of the triangular matrices L and U are simply the products of their diagonal entries. (In practical applications of numerical linear algebra, however, explicit computation of the determinant is rarely required.) See, for example, Trefethen and Bau (1997).
[edit] Formal statement and proof
Theorem. There exists exactly one function
which is alternate multilinear w.r.t. columns and such that F(I) = 1.
Proof.
Uniqueness: Let F be such a function, and let
be an
matrix. Call Aj the j-th column of A, i.e.
, so that 
Also, let Ek denote the k-th column vector of the identity matrix.
Now one writes each of the Aj's in terms of the Ek, i.e.
.
As F is multilinear, one has
From alternation, it follows that if k1 = k2 then
As the above sum takes into account all the possible choices of ordered n-tuples
, and because k1 = k2 implies that F is zero, the sum can be reduced from all tuples to permutations as
Because F is alternating, the columns E can be swapped until it becomes the identity. The sign function sgn(σ) is defined to count the number of swaps necessary and account for the resulting sign change. One finally gets:
as F(I) is required to be equal to 1.
Therefore no function besides the function defined by the Leibniz Formula is a multilinear alternating function with
.
Existence: We now show that F, where F is the function defined by the Leibniz formula, has these three properties.
Now let ω be the tuple equal to σ with the j1 and j2 indices switched. It follows from the definition of sgn that sgn(σ) = − sgn(ω).
Finally, F(I) = 1:
Thus the only functions which are multilinear alternating with F(I) = 1 are restricted to the function defined by the Leibniz formula, and it in fact also has these three properties. Hence the determinant can be defined as the only function
with these three properties.
[edit] See also
[edit] References
- Hazewinkel, Michiel, ed. (2001), "Determinant", Encyclopedia of Mathematics, Springer, ISBN 978-1556080104, http://www.encyclopediaofmath.org/index.php?title=Determinant&oldid=12692
- Lloyd N. Trefethen and David Bau, Numerical Linear Algebra (SIAM, 1997).




.







