I'm working through Shilovs book on linear algebra and is stuck on the following problem:
"Show that of the $n!$ terms of a determinant of order $n$, exactly half ($\frac{n!}{2}$) have a plus sign according to the definition of Sec. 1.3, while the other half have a minus sign"
The sign is defined by $(-1)^{N(\alpha_{1},....,\alpha_{n})}$ with $N(\alpha_{1},....,\alpha_{n})$ is the number of inversions in the permutation $\alpha_{1},....,\alpha_{n}$. An inversion in this case is an arrangement of two indicies such that the larger index comes before the smaller. For instance in the sequence 2,1,4,3 there are 2 inversions as 2 is before 1 and 4 is before 3.
To prove this I'll have to show that the number of even inversions in the permutations of the sequence $(\alpha_{1},....,\alpha_{n})$ is $\frac{n!}{2}$. I'm not entirely sure how to go about proving this. You can show it quite easily for n=3 by enumerating all the cases, but I can't find something to anchor a general proof in.
Any suggestions would be greatly appreciated!
For every even permutation consider the permutation that changes the last two elements. It must be odd.
2,1,4,3 is even and 2,1,3,4 is odd.
I hope it is clear how this implies that half of them are even.