2

In Aluffi he proves that $\det(AB)=\det(A)\det(B)$ for commutative rings. I am not following the proof and hoping that someone will clarify it for me.

Earlier this was proved for fields. So to generalize this to commutative rings he gives the following argument:

First express this as a function of matrices in indeterminate entries.

$$ \det \pmatrix{ x_{11} & ... & x_{1n} \\ \vdots & \ddots & \vdots \\ x_{n1} & \dots &x_{nn}} \det \pmatrix{ y_{11} & ... & y_{1n} \\ \vdots & \ddots & \vdots \\ y_{n1} & ... &y_{nn}}= \det\pmatrix{ x_{11} y_{11} + \dots + x_{1n}y_{n1} & ... & x_{11} y_{1n} + \dots + x_{1n}y_{nn}\\ \vdots & \ddots & \vdots \\ x_{n1} y_{11} + \dots + x_{nn}y_{n1} & ... & x_{n1} y_{1n} + \dots + x_{nn}y_{nn}} $$

This can be translated into a polynomial identity and if we can show that this is true for $\mathbb{Z}[x_{11},...,x_{nn},y_{11},...,y_{nn}]$ then it must hold for any commutative ring since $\mathbb{Z}$ is initial in $\bf{Ring}$.

He then states that this holds for the field of fractions of $\mathbb{Z}[x_{11},...,x_{nn},y_{11},...,y_{nn}]$, so it must also hold for $\mathbb{Z}[x_{11},...,x_{nn},y_{11},...,y_{nn}]$.

My questions about this are:

  1. How does $\mathbb{Z}$ being initial in $\bf{Ring}$, help us when we are proving an identity that holds for $\mathbb{Z}[x_{11},...,x_{nn},y_{11},...,y_{nn}]$?
  2. My second question is about the field of fractions argument. Doesn't that immediately give a proof for all integral domains without reference $\mathbb{Z}[x_{11},...,x_{nn},y_{11},...,y_{nn}]$?
user26857
  • 52,094
Jeff
  • 853
  • 1
    It's not bad to give this reference https://books.google.fr/books/about/Algebra_Chapter_0.html?id=deWkZWYbyHQC&redir_esc=y – Jean Marie Nov 28 '21 at 18:36
  • 1
    hm2020, feel free to leave your answer as an alternative proof, but I was mainly interested in understanding Aluffi's proof at the moment. – Jeff Nov 28 '21 at 19:20
  • 2
  • See my answer. 2. Yes, but not every commutative ring is an integral domain.
  • – user26857 Nov 28 '21 at 21:20