
Alan G. answered 03/18/16
Tutor
5
(4)
Successful at helping students improve in math!
In is a diagonal matrix with all ones along the diagonal and zeroes elsewhere. If you expand det(In) using the first row, you have:
det(In) = (-1)1+1(1) det(In-1) = det(In-1). This is true since the minor of In from the (1,1) element is In-1.
Now, employ mathematical induction to construct the rest of the proof:
1) det(I1) = 1 (I1 is just the real number 1.)
2) det(In) = det(In-1) for n > 1. (This was just demonstrated above.)
By mathematical induction, det(In) = 1 for all positive integers n.
(If you don't know about mathematical induction yet, your math education is severely impoverished.)