Patrick Chen
We may not realize it, but addition and multiplication on the integers can be seen as functions. For example, we can represent addition on the integers as the function defined by for all . Similarly, we can represent multiplication on the integers as defined by for all . Because of this, addition and multiplication just like functions must be well-defined, meaning that the sum of two elements elements and the multiplication of two elements must be unique. In the case of integers by the way they are defined, this is pretty trivial.
However, it becomes less trivial as we move to the rational numbers . This is because every rational number can be represented infinitely many ways. For example, can be represented as , …. and can be represented as , …. since they all represent the same value. Because of this, we must ensure that the result from addition and multiplication are well defined, meaning they don’t depend on the way we represent the different values.
In this post, we will define addition and multiplication on the rational numbers and prove that they are well defined.
Recall from Class
As we have seen in lecture, we can build the rational numbers through the equivalence relation on defined by if . For example,
- for any
- for any
- for any
Thus, the quotient set defines the rational numbers as the equivalence classes of represent the rational numbers: .
Addition
We define addition on in terms of those on . Given, where , then
.
After defining addition on , we must show that addition is well-defined. The approach to show that addition is well-defined is very similar to the proof of uniqueness since we must show that there is a unique result between the sum of two rational numbers.
Proposition: Let where , so . The sum of is well-defined.
Proof. Let where be arbitrary. Suppose that and . It follows that and . By definition of addition, and .
To show that addition is well-defined, we must prove that . To do this we can prove instead. We know that
.
Therefore, addition on the rational numbers is well-defined.
Multiplication
We define multiplication on in terms of those on . Given, where , then
.
After defining multiplication on , we must show that multiplication is well-defined.
Proposition. Let where , so . The multiplication of is well-defined.
Proof. Let where be arbitrary. Suppose and . It follows that and . By definition of multiplication, and .
To show that multiplication is well-defined, we must prove that . To do this we can prove instead. We know that
.
Therefore, multiplication on the rational numbers is well defined.