July 24, 2026 · Theory · LibreTimes
Determinant via Permutations
The direct definition of a determinant via permutations: inversions, parity, and a sum of n! terms.
In the article Determinant, the determinant is defined recursively — via expansion along a row. Here we give the equivalent direct definition via permutations, which explains where the signs of the terms come from and why a determinant of order consists of terms.
Permutations and Inversions
Consider distinct numbers . Any ordering of them is called a permutation. There are permutations in total.
Definition. A pair of entries of a permutation forms an inversion (a disorder) if the larger entry comes before the smaller one, i.e.
Denote the number of inversions of a permutation by .
Example. In the permutation the inversions form the pairs:
for a total of . In the "natural" permutation there are no inversions: .
Definition. A permutation is called even if the number of inversions is even, and odd if it is odd. The sign of a permutation is defined as .
Transposition
Definition. A transposition is an operation that swaps two entries of a permutation (leaving the rest in place).
Theorem. A single transposition flips the parity of a permutation.
Proof. First consider a transposition of adjacent entries . Every pair except the pair itself keeps its mutual order, while for this pair the presence/absence of an inversion flips. So the number of inversions changes by , and the parity flips.
A transposition of arbitrary entries with entries between them reduces to an odd number of adjacent transpositions: shift rightward to 's position ( steps), then shift leftward to 's original position ( steps) — adjacent transpositions in total. Each flips the parity, and an odd number of them flips the overall parity.
A substitution of degree is a one-to-one map of the set onto itself; it is written in two-row form , and its parity coincides with the parity of the bottom permutation.
Definition of the Determinant
Definition. The determinant of a square matrix of order is the algebraic sum of terms
where the sum runs over all permutations of the numbers . Each term takes exactly one entry from every row and every column; the sign "" is used for an even permutation, "" for an odd one.
Consistency with Small Orders
- : one permutation , : .
- : the permutations and with :
- : permutations give
— this is exactly the rule of triangles. Here the even permutations correspond to a "" sign, and the odd ones to a "" sign.
Example: Finding the Sign of a Term
With what sign does the product
enter a 7th-order determinant? Here, for rows , the columns chosen are , i.e. the permutation
Counting the inversions of the bottom row gives — an even number, so the term enters with a "" sign.
Relation to the Recursive Definition
The direct (via permutations) and recursive (via expansion along a row) definitions are equivalent: both the Laplace expansion and all the properties of determinants can be derived from the permutation formula. The direct definition is convenient for proofs (for example, the property about a sign change under a row swap is exactly a transposition, which flips parity), while the recursive one is convenient for computations.
No comments yet
Be the first to share your thoughts.