0

I am studying the construction of the field of fractions from an integral domain. The multiplication operation on this field work as follows

$$[a,b][c,d]=[ac,bd]$$

Also, $$[a,b]=[a_1,b_1]\Leftrightarrow ab_1=ba_1$$

To show that the multiplication operation is well-defined in my book appears the following:

Suppose that $[a_1,b_1]=[a,b]$ and $[c_1,d_1]=[c,d]$. We have $[a_1,b_1][c_1,d_1]=[a_1c_1,b_1d_1]$ and \begin{eqnarray*} acb_1 d_1 -a_1c_1bd&=&(acb_1d_1-a_1cbd_1)+(a_1cbd_1-a_1c_1bd) \\ &=& cd_1(ab_1-a_1b)+a_1b(cd_1-c_1d)\\ &=& cd_1(0)+a_1b(0)\\ &=& 0\end{eqnarray*}

My problem is that I do not know exactly where the term "$a_1cbd_1$" comes from. I have not been able to understand the proof at all for this detail, could you please help me?

Hopmaths
  • 1,914

1 Answers1

1

My problem is that I do not know exactly where the term $a_1cbd_1$ comes from.

In order to find a relation between $acb_1d_1$ and $a_1c_1bd$, we find an "intermediate term" that can be related to both. To get an intermediate term, change subscripts on two of the terms at a time (either on $a$ and $b$, or on $c$ and $d$; changing from $ab_1$ to $a_1b$ has no effect when $ab_1=a_1b$, and likewise $cd_1=c_1d$). Thus the intermediate term is $a_1cbd_1$ or $ac_1b_1d$.

J. W. Tanner
  • 60,406