Midterm 1 Study Guide
- Provide definitions for the terms and statements for the theorems:
- An integer \(a\) divides another integer \(b\).
- Two integers \(a\) and \(b\) are congruent modulo \(n\).
- An integer \(d\) is a common divisor of \(a\) and \(b\).
- The greatest common divisor of \(a\) and \(b\).
- Division Algorithm.
- Well-ordering axiom.
- \(a\) and \(b\) are relatively prime.
- State in mathematical terms and either prove or provide a counterexample:
- If a number divides two other numbers then it also divides their sum.
- If a number divides another number, then it also divides any multiple of that number.
- If a number divides the sum of two numbers then it also divides one of them.
- If a number divides the product of two numbers then it also divides one of them.
- \(1\) divides every number.
- Every number is divisible by \(1\).
- Every number divides \(1\).
- Every number divides \(0\).
- Congruence is a transitive relation.
- Congruence is a reflexive relation.
- Congruence is a symmetric relation.
- Divisibility is a symmetric relation.
- Divisibility is a transitive relation.
- Divisibility is a reflexive relation.
- If two numbers are congruent modulo \(n\), then so are their \(k\)-th powers.
- Two numbers are relatively prime if and only if we can write \(1\) as a linear combination of them.
- \(a\) and \(b\) are both relatively prime to \(n\) if and only if their product \(ab\) also is.
- Two numbers can be relatively prime only if at least one of them is even.
- Two numbers can be relatively prime only if at least one of them is odd.
- If two relatively prime numbers both divide \(n\) then their product also divides \(n\).
- If two numbers both divide \(n\) then their product also divides \(n\).
- The relation of being relatively prime is reflexive.
- The relation of being relatively prime is symmetric.
- The relation of being relatively prime is transitive.
- Prove:
- If \(a\) is congruent to \(b\) modulo \(n\), then \(a+c\) is congruent to \(b+c\) modulo \(n\) and \(ac\) is congruent to \(bd\) modulo \(n\).
- If \(a\) is congruent to \(b\) modulo \(n\), then \(a-b\) is congruent to \(0\) modulo \(n\).
- If \(a\) is congruent to \(b\) modulo \(n\), and \(c\) is congruent to \(d\) modulo \(n\), then \(ac\) is congruent to \(bd\) modulo \(n\) and \(a+c\) is congruent to \(b+d\) modulo \(n\).
- For given integers \(n, m\) with \(n\) non-zero, there is at most one pair of integers \(q, r\) with \(r\) in the range from \(0\) to \(n-1\) such that \(m = nq + r\).
- If \(a\) divides \(bc\), and \(a\) and \(b\) are relatively prime, then \(a\) must divide \(c\).
- Be able to follow the algorithm for finding the greatest common divisor of two numbers and express it as a linear combination of those numbers.