43

A polynomial $p$ over a field $k$ is called irreducible if $p=fg$ for polynomials $f,g$ implies $f$ or $g$ are constant. One can consider the determinant of an $n\times n$ matrix to be a polynomial in $n^2$ variables. Does anyone know of a slick way to prove this polynomial is irreducible?

It feels like this should follow quite easily from basic properties of the determinant or an induction argument, but I cannot think of a nice proof. One consequence of this fact is that $GL_n$ is the complement of a hypersurface in $M_{n}$. Thanks.

user31559
  • 574
  • 5
  • 9
  • 3
  • Can you represent a determinant in terms of smaller determinants? 2) Actually, $\mathrm{GL}_n$ is the complement to a hypersurface, although it can be made one in higher dimension.
  • – Aleksei Averchenko May 19 '12 at 15:52
  • Thanks for the hypersurface remark, it has been corrected. You can of course represent the determinant in terms of smaller determinants, but given something like $det_n = x_{11}det_{n-1,11} + ... + x_{1n}det_{n-1,1n}$ (with obvious notation used) it's not clear how to use this to show irreducibility as the $det_{n-1,1i}$ contain many of the same variables. – user31559 May 19 '12 at 15:58
  • Is slick a mathematical term I'm not aware of? – corsiKa May 19 '12 at 20:04
  • I meant slick as in 'elegant' or 'nice'. Perhaps it's not a common phrase universally. For example, one can interpret the determinant as a change in volume, so perhaps one could prove the irreducibility using some geometric argument. – user31559 May 20 '12 at 00:25