# Definition
To derive the determinant rigorously from the concept of n -dimensional volume, we define a function
f:(Rn)n→R
that maps n vectors (v1,v2,…,vn) to a scalar representing the signed volume of the parallelotope they span. For this function to behave like a measure of volume in Euclidean space, it must satisfy three fundamental axioms:
Multilinearity: For any i, f is linear with respect to the i-th vector:
f(…,cvi+u,…)=cf(…,vi,…)+f(…,u,…)
Alternating Property: If any two vectors are equal, the volume is zero (the shape collapses):
f(v1,…,vi,…,vi,…,vn)=0
Normalization: The volume of the unit hypercube spanned by the standard basis {e1,…,en} is unity:
f(e1,e2,…,en)=1
From the alternating property, we can immediately derive that swapping any two vectors negates the result. Consider f(…,vi+vj,…,vi+vj,…)=0. By expanding this using multilinearity and canceling the terms f(…,vi,…,vi,…) and f(…,vj,…,vj,…) which are zero, we arrive at:
f(…,vi,…,vj,…)=−f(…,vj,…,vi,…)
Now, let A be an n×n matrix where the j-th column is vj. We express each column vector in the standard basis: vj=∑i=1naijei. Substituting these into the volume function f, we use multilinearity to expand the expression completely:
f(v1,…,vn)=f(i1=1∑nai11ei1,…,in=1∑nainnein)=i1,…,in=1∑nai11…ainnf(ei1,…,ein)
Due to the alternating property, any term in this summation where the indices (i1,…,in) are not distinct vanishes. Therefore, we only sum over sequences that are permutations σ of the set {1,…,n}. For any such permutation, the alternating property implies:
f(eσ(1),…,eσ(n))=sgn(σ)f(e1,…,en)
Applying the normalization axiom f(e1,…,en)=1, the expression simplifies to the Leibniz formula, which serves as the formal definition of the determinant:
det(A)=σ∈Sn∑sgn(σ)j=1∏naσ(j),j
This proof demonstrates that the determinant is the unique function that satisfies the geometric requirements of a signed volume scaling factor.