Permanent (mathematics)


In linear algebra, the permanent of a square matrix is a function of the matrix similar to the determinant. The permanent, as well as the determinant, is a polynomial in the entries of the matrix. Both are special cases of a more general function of a matrix called the immanant.

Definition

The permanent of an n-by-n matrix A = is defined as
The sum here extends over all elements σ of the symmetric group Sn; i.e. over all permutations of the numbers 1, 2,..., n.
For example,
and
The definition of the permanent of A differs from that of the determinant of A in that the signatures of the permutations are not taken into account.
The permanent of a matrix A is denoted per A, perm A, or Per A, sometimes with parentheses around the argument. In his monograph, uses Per for the permanent of rectangular matrices, and uses per when A is a square matrix. uses the notation.
The word, permanent, originated with Cauchy in 1812 as “fonctions symétriques permanentes” for a related type of function, and was used by in the modern, more specific, sense.

Properties and applications

If one views the permanent as a map that takes n vectors as arguments, then it is a multilinear map and it is symmetric. Furthermore, given a square matrix of order n, we have:
If and are square matrices of order n then,
where s and t are subsets of the same size of and are their respective complements in that set.
On the other hand, the basic multiplicative property of determinants is not valid for permanents. A simple example shows that this is so.
A formula similar to Laplace's for the development of a determinant along a row, column or diagonal is also valid for the permanent; all signs have to be ignored for the permanent. For example, expanding along the first column,
while expanding along the last row gives,
If is a triangular matrix, i.e., whenever or, alternatively, whenever, then its permanent equals the product of the diagonal entries:
  1. :
Unlike the determinant, the permanent has no easy geometrical interpretation; it is mainly used in combinatorics, in treating boson Green's functions in quantum field theory, and in determining state probabilities of boson sampling systems. However, it has two graph-theoretic interpretations: as the sum of weights of cycle covers of a directed graph, and as the sum of weights of perfect matchings in a bipartite graph.

Symmetric tensors

The permanent arises naturally in the study of the symmetric tensor power of Hilbert spaces. In particular, for a Hilbert space, let denote the th symmetric tensor power of, which is the space of symmetric tensors. Note in particular that is spanned by the Symmetric products of elements in. For, we define the symmetric product of these elements by
If we consider and define the inner product on accordingly, we find that for
Applying the Cauchy–Schwarz inequality, we find that, and that

Cycle covers

Any square matrix can be viewed as the adjacency matrix of a weighted directed graph, with representing the weight of the arc from vertex i to vertex j.
A cycle cover of a weighted directed graph is a collection of vertex-disjoint directed cycles in the digraph that covers all vertices in the graph. Thus, each vertex i in the digraph has a unique "successor" in the cycle cover, and is a permutation on where n is the number of vertices in the digraph. Conversely, any permutation on corresponds to a cycle cover in which there is an arc from vertex i to vertex for each i.
If the weight of a cycle-cover is defined to be the product of the weights of the arcs in each cycle, then
The permanent of an matrix A is defined as
where is a permutation over. Thus the permanent of A is equal to the sum of the weights of all cycle-covers of the digraph.

Perfect matchings

A square matrix can also be viewed as the adjacency matrix of a bipartite graph which has vertices on one side and on the other side, with representing the weight of the edge from vertex to vertex. If the weight of a perfect matching that matches to is defined to be the product of the weights of the edges in the matching, then
Thus the permanent of A is equal to the sum of the weights of all perfect matchings of the graph.

Permanents of (0, 1) matrices

Enumeration

The answers to many counting questions can be computed as permanents of matrices that only have 0 and 1 as entries.
Let Ω be the class of all -matrices of order n with each row and column sum equal to k. Every matrix A in this class has perm > 0. The incidence matrices of projective planes are in the class Ω for n an integer > 1. The permanents corresponding to the smallest projective planes have been calculated. For n = 2, 3, and 4 the values are 24, 3852 and 18,534,400 respectively. Let Z be the incidence matrix of the projective plane with n = 2, the Fano plane. Remarkably, perm = 24 = |det |, the absolute value of the determinant of Z. This is a consequence of Z being a circulant matrix and the theorem:
Permanents can also be used to calculate the number of permutations with restricted positions. For the standard n-set, let be the -matrix where aij = 1 if ij is allowed in a permutation and aij = 0 otherwise. Then perm is equal to the number of permutations of the n-set that satisfy all the restrictions. Two well known special cases of this are the solution of the derangement problem and the ménage problem: the number of permutations of an n-set with no fixed points is given by
where J is the n×n all 1's matrix and I is the identity matrix, and the ménage numbers are given by
where I' is the -matrix with nonzero entries in positions and.

Bounds

The Bregman–Minc inequality, conjectured by H. Minc in 1963 and proved by L. M. Brégman in 1973, gives an upper bound for the permanent of an n × n -matrix. If A has ri ones in row i for each 1 ≤ in, the inequality states that

Van der Waerden's conjecture

In 1926 Van der Waerden conjectured that the minimum permanent among all doubly stochastic matrices is n!/nn, achieved by the matrix for which all entries are equal to 1/n. Proofs of this conjecture were published in 1980 by B. Gyires and in 1981 by G. P. Egorychev and D. I. Falikman; Egorychev's proof is an application of the Alexandrov-Fenchel inequality. For this work, Egorychev and Falikman won the Fulkerson Prize in 1982.

Computation

The naïve approach, using the definition, of computing permanents is computationally infeasible even for relatively small matrices. One of the fastest known algorithms is due to H. J. Ryser. Ryser's method is based on an inclusion–exclusion formula that can be given as follows: Let be obtained from A by deleting k columns, let be the product of the row-sums of, and let be the sum of the values of over all possible. Then
It may be rewritten in terms of the matrix entries as follows:
The permanent is believed to be more difficult to compute than the determinant. While the determinant can be computed in polynomial time by Gaussian elimination, Gaussian elimination cannot be used to compute the permanent. Moreover, computing the permanent of a -matrix is #P-complete. Thus, if the permanent can be computed in polynomial time by any method, then FP = #P, which is an even stronger statement than P = NP. When the entries of A are nonnegative, however, the permanent can be computed approximately in probabilistic polynomial time, up to an error of, where is the value of the permanent and is arbitrary. The permanent of a certain set of positive semidefinite matrices can also be approximated in probabilistic polynomial time: the best achievable error of this approximation is .

MacMahon's Master Theorem

Another way to view permanents is via multivariate generating functions. Let be a square matrix of order n. Consider the multivariate generating function:
The coefficient of in is perm.
As a generalization, for any sequence of n non-negative integers, define:
MacMahon's Master Theorem relating permanents and determinants is:
where I is the order n identity matrix and X is the diagonal matrix with diagonal

Permanents of rectangular matrices

The permanent function can be generalized to apply to non-square matrices. Indeed, several authors make this the definition of a permanent and consider the restriction to square matrices a special case. Specifically, for an m × n matrix with mn, define
where P is the set of all m-permutations of the n-set.
Ryser's computational result for permanents also generalizes. If A is an m × n matrix with mn, let be obtained from A by deleting k columns, let be the product of the row-sums of, and let be the sum of the values of over all possible. Then

Systems of distinct representatives

The generalization of the definition of a permanent to non-square matrices allows the concept to be used in a more natural way in some applications. For instance:
Let S1, S2,..., Sm be subsets of an n-set with mn. The incidence matrix of this collection of subsets is an m × n -matrix A. The number of systems of distinct representatives of this collection is perm.