[1.6] Divisibility in the Integers (1.6.1 - 1.6.2)
We have the following proposition which we will take as is.
- Addition on \(\mathbf{Z}\) is commutative and associative.
- 0 is an identity element for addition; that is, for all \(a \in \mathbf{Z}\), \(a + 0 = a\).
- Every element \(a\) of \(\mathbf{Z}\) has an additive inverse \(-a\), satisfying \(a + (-a) = a\). We write \(a - b\) for \(a + (-b)\).
- Multiplication on \(\mathbf{Z}\) is commutative and associative.
- 1 is an identity element for multiplication; that is, for all \(a \in \mathbf{Z}\), \(1a = a\).
- The distributive law holds; For all \(a, b, c \in \mathbf{Z}\), \(a(b+c) = ab + ac\).
- \(\mathbf{N}\) is closed under addition and multiplication. That is, the sum and product of positive integers is positive.
- The product of non-zero integers is non-zero. That is \(|ab| \geq \max\{|a|,|b|\} \) for non-zero integers \(a\) and \(b\).
Based on the proposition above, we can now conclude the following
- If \(uv = 1\), then \(u = v = 1\) or \(u = v = =1\).
- If \(a|b\) and \(b|a\), then \(a = \pm b\).
- Divisibility is transitive: If \(a|b\) and \(b|c\), then \(a|c\).
- If \(a|b\) and \(a|c\), then \(a\) divides all integers that can be expressed in the form \(sb + tc\), where \(s\) and \(t\) are integers.
Proof (a)
We know \(a\) or \(b\) can’t be zero. By Proposition 1.6.1, we know that \(|ab| \geq \max\{|a|,|b|\}\). So
From this we see that \(u = v = 1\) or \(u = v = -1\).
Proof (b)
If \(a|b\), then \(b = ca\) for some integer \(c\). Similarly, if \(b|a\), then \(a = db\) for some integer \(d\). Therefore,
Since the product of non-zero integers is non-zero, then either \(cd = 1\) or \(b=0\). If \(b = 0\), then \(a\) must be zero. If \(cd = 1\), then by (a), \(c = d = \pm 1\) and so \(c = d\).
Proof (c)
If \(a|b\), then \(b = ua\) for some integer \(u\). Similarly, if \(b|c\), then \(c = vb\) for some integer \(v\). Therefore,
From this we see that \(a|c\).
Proof (d)
If \(a|b\), then \(b = ua\) for some integer \(u\). Similarly, if \(a|c\), then \(c = va\) for some integer \(v\). Now let \(s\) and \(t\) be integers. Observe that
From this we see that \(a|(sb + tc) \ \blacksquare\).