Uniqueness of determinant

If the determinant $\delta$ exists, you can prove that

  1. $\delta(E)=c$ if $E$ is the elementary matrix corresponding to multiplication of a row by $c$;

  2. $\delta(E)=1$ if $E$ is the elementary matrix corresponding to summing a row to another multiplied by a constant;

  3. $\delta(E)=-1$ if $E$ is the elementary matrix corresponding to switching two rows;

  4. $\delta(A)=0$ if $A$ is not invertible;

  5. $\delta(AB)=\delta(A)\delta(B)$.

If two determinant functions $\delta$ and $\delta'$ exist, then they are both zero on the noninvertible matrices, but, writing an invertible $A$ as $$ A=E_1E_2\dots E_k $$ a product of elementary matrices, we conclude that $$ \delta(A)=\delta(E_1)\delta(E_2)\dots\delta(E_k)=\delta'(A) $$

Note the initial if: we're assuming the existence, not proving it. Also, note that the decomposition into a product of elementary matrices doesn't depend on the determinant; so just use the same decomposition for computing $\delta(A)$ and $\delta'(A)$.

The fact that the decomposition as product of elementary matrices is not unique is indeed a problem, but with respect to the existence of the determinant. In principle you could find two decompositions that produce different values when computed with rules 1–5, but this would simply prove that the determinant doesn't exist.


The proof mentioned in the first paragraph of the question is not the proof for uniqueness of the Determinant Function. It says: The determinant of a matrix A, det (A), can be determined from determinant of it's row reduced form det (A'). It just says it can be determined. As you mentioned, the Author also clarifies that since the product of elementary matrices can be written in many ways, uniqueness can't be proved in this way. So, the uniqueness proof is yet incomplete.

When the Author starts off the Determinants topic, he mentions: "The determinants of an nxn matrix is a functions of it's $n^2$ entries. There is one such function for each positive integer n. Unfortunately, there are many formulas for these determinants and all of them are complicated when n is large. Not only are the formulas complicated, but it may not be easy to show that two of them define the same function.

We use the following strategy: We choose one of the formulas, and take it as our definition of the determinant. In that way we are talking about a particular function. We show that our chosen function is the only one having certain special properties. Then, to show that other formula defines the same determinant function, one needs only to check those properties for the other function. This is often not too difficult."

Using the above statements, to prove the uniqueness, the author goes ahead to prove that the chosen standard determinant function (which is the expansion of minors on the first column) satisfies the properties of a Determinant function.

The way this proof is done: Using induction on the size of the matrices. We know that the properties are true for 1x1 matrices. Assuming that the properties are true for determinant of (n-1)x(n-1) matrices, we prove for nxn matrix. This completes the uniqueness proof.