3.8 Doubling down
So far, we’ve seen finite and infinite groups, rings, and fields, some of which are extensions of others. In this section, we look at combining them.
Consider the collection of all pairs of integers (a, b), where we define addition and multiplication component-wise.
![Displayed math](https://static.packt-cdn.com/products/9781837636754/graphics/media/file192.jpg)
This is a ring, denoted Z2, but it is not an integral domain. (1, 0) × (0, 1) = (0, 0), but neither of the factors is 0.
For the same reason, neither Q2 nor R2 can be an integral domain. In particular, they are not fields with these operations.
Let’s change the definitions for R2 so that 1 = (1, 0) and multiplication is
![Displayed math](https://static.packt-cdn.com/products/9781837636754/graphics/media/file193.jpg)
For (a, b) ≠ 0, we define
![Displayed math](https://static.packt-cdn.com/products/9781837636754/graphics/media/file194.jpg)
With these unusual definitions for multiplication and inversion, we not only have an integral domain, we have a field, which we examine in the next section.