- Quick note on why it's legal to perform regular arithmetic operations on fractions as operations on where .
- The idea is that we wish to show that the map is a ring homomorphism .
- The proof: (i) the map is a ring homormophism, (ii) map from an integral domain to a field always factors through the field of fractions of the domain, we get a map . So from abstract nonsense, we see that will be a well defined ring.hom.
- More down to earth: let's check addition multiplication, and multiplicative inverse. All else should work automagically.
- For addition, we wish to show that . Perform the calculation:
\begin{aligned} &\phi(a/b + c/d) \\ &=\phi((ad + bc)/bd) \\ &= (ad + bc)(bd)^{-1}\\ &= abb^{-1}d^{-1} + bcb^{-1}d^{-1} \\ &= ad^{-1} + cd^{-1} \\ &= \phi{a/d} + \phi{c/d} \\ \end{aligned}
- For multiplication, we wish to show that :
\begin{aligned} &\phi(a/b \cdot c/d) \\ &=\phi{ac/bd} &= ac(bd)^{-1} \\ &= acd^{-1}b^{-1} \\ &= ab^{-1} \cdot cd^{-1} \\ &= \phi{a/b} \cdot \phi{c/d} \\ \end{aligned}
- For inverse, we wish to show that :
\begin{aligned} &\phi(1/(a/b)) &=\phi{b/a} &= ba^{-1} &= (ab^{-1})^{-1} &= \phi(a/b)^{-1} \end{aligned}
Thus, we can simply represent terms in terms of and perform arithmetic as usual.