Defining the determinant by permutations 置換 ちかん
1Introduction
The key idea is to define the
2Terms and definitions
A
An
For an matrix , define
Each term chooses one entry from each row and one entry from each column.
3Plan
We first take the permutation formula as the definition. Then we prove the main properties: normalization, multilinearity, sign change under row or column swaps, vanishing when two rows or columns coincide, uniqueness from these principles, triangular formulas, and multiplicativity.
4Intuitive explanation
Each determinant term chooses one entry from each row and each column. The permutation makes the no-repetition rule explicit. The sign records whether the chosen column order is an even or odd reordering of the standard order.
For a matrix there are only two choices. The identity choice gives , and the swapped choice gives with negative sign, producing .
5Precise explanation
The formula recovers the determinant because the two permutations of give and with opposite signs.
The identity matrix has determinant , since only the identity permutation contributes a nonzero term.
The determinant is multilinear in rows and columns because each term contains exactly one factor from each row and each column. Swapping two rows or columns changes the permutation sign, so the determinant changes sign. If two rows or columns are equal, the swap leaves the matrix unchanged but also changes the sign of the determinant, forcing the determinant to be zero over the real or complex numbers.
The permutation formula is also the unique function that is multilinear, alternating, and normalized by . Expanding each row in the standard basis leaves only terms indexed by permutations, and the alternating property supplies the sign.
For triangular matrices, only the identity permutation can contribute a nonzero term, so the determinant is the product of the diagonal entries. The multiplicative formula
follows by applying the uniqueness characterization to the function .
6Worked example
For
the six permutation terms give
The point is not to memorize six terms mechanically; each term corresponds to one permutation choice.
7Other viewpoints
Algebraically, the permutation formula gives a complete componentwise definition. Geometrically, the sign records oriented volume. Computationally, the formula is usually not efficient for large matrices because it has terms; row reduction and cofactor expansion are usually better for calculation.
data/lecture/math/linear-algebra/determinant-computation-rules.lecture.n.md data/lecture/math/linear-algebra/cofactor-expansion-and-invertibility.lecture.n.md8How to recognize when to use this
Use the permutation definition when proving determinant properties or checking where the signs come from. For numerical computation, use cofactor expansion or row operations unless the matrix is very small.
9Scope
Here the entries are real or complex numbers and the matrix is square. Rectangular matrices do not have this determinant because the permutation choice requires the same number of rows and columns. More general number systems are not needed at this point in the linear algebra sequence.
10Final forms
11In one sentence
- A permutation records one entry chosen from each row and column.
- Its sign records orientation.
- The determinant rules follow from this signed sum.