[1.6] Relatively Prime Integers (1.6.14 - 1.6.20)
Proof
\(\Rightarrow\): Suppose \(m\) and \(n\) are relatively prime. This means that \(gcd(m,n)=1\). By Proposition 1.6.11, \(1 \in I(m,n)\). This means that there exists integers \(s\) and \(t\) such that \(1 = sm + tn\) which what we wanted to show.
\(\Leftarrow\): Suppose that there exists integers \(s\) and \(t\) such that \(1 = sm + tn\). This implies that \(1 \in I(m,n)\). But 1 is obviously is a common divisor of \(m\) and \(n\). So now we have common divisor that is also contained in \(I(m,n)\). So by Lemma 1.6.10, 1 is the greatest common divisor of \(m\) and \(n\) as required. \(\ \blacksquare\)
Proof
Since \(x\) and \(b\) are relatively prime, then this means that there exists integers \(s\) and \(t\) such that \(1 = sm + tn\). Multiply this equation by \(x\) to get
Since \(x\) divides both \(a\) and \(b\), then \(x = \alpha a\) and \(x = \beta b\). Substitute back
From this we see that \(ab\) divides \(x\) as we wanted to show. \(\ \blacksquare\)
Proof
Suppose that \(p\) is a prime number and \(a\) is a nonzero integer. Suppose that \(a > 0\), if not then just consider \(-a\). \(a\) can be written as a product of prime numbers \(p_1,...,p_k\). We have two cases. Either \(p\) is one of the prime factors of \(a\) so \(p\) divides \(a\). Or \(p\) is not any of the prime factors of \(a\). So \(p\) doesn’t divide \(a\). But since \(p\) is a prime number, then it won’t have any other prime factors and therefore, \(p\) and \(a\) are relatively prime. \(\ \blacksquare\).
Proof
By Induction on \(r\).
Base Case (\(r = 1\)): This is covered by Proposition 1.6.18.
Inductive Case: Suppose this is true for a product of \(r-1\) factors. We want to show that this is true for a product of \(r\) factors. TODO….
Proof
Suppose \(n\) is a natural number. We want to show that if \(n\) has the following factorizations
where \(q_1,...,q_r\) and \(p_1,...,p_s\) are prime numbers, \(q_1 \leq ... \leq q_s\) and \(p_1 \leq ... \leq p_s\), that these factorizations are the same. In other words, \(r = s\) and \(q_i = p_i\) for all \(i\). We will show this by induction on \(n\):
Base Case (\(n = 1\)): 1 can’t be written as a product of a non-empty collection of prime numbers. For \(n=2\), 2 has only one prime factor (itself) since it’s a prime number.
Inductive Case: Suppose the inductive hypothesis is true for any natural number less than \(n\). Now consider \(n\) and its factorizations above. Assume without the loss of generality that \(q_1 \leq p_1\). We know that \(q_1\) divides \(n\). By Proposition 1.6.20, \(q_1\) must divide the product \(p_1p_2...p_s\). So this means that \(q_1\) must be equal to one of the factors \(p_1,...,p_s\). But since \(q_1 \leq p_1 \leq p_2 ... \leq p_k\), then we must have \(p_1 = q_1\). So now divide both equations by \(q_1\) to see that
We can now apply the inductive hypothesis to conclude that \(r = s\) and \(q_i = p_i\) for all \(i \geq 2\). \(\ \blacksquare\).