1) Introduction to Rings Flashcards
What is the division theorem for ℤ
If you have two integers a and b with b > 0.
Then there exist unique integers q and r such that a = bq + r and 0 ≤ r < b
What does it mean for a to divide b
a divides b if and only if there exists an integer k such that b = ka
What is the greatest common divisor of two integers
gcd(a, b) = max{g ∈ Z | g divides a and g divides b}
When are two integers coprime
If gcd(a, b) = 1
What is the Euclidean Algorithm
Use the Division Theorem repeatedly to calculate
What does it mean for a to be congruent to b modulo n
a is congruent to b modulo n if and only if n divides
a − b (n ∈ Z with n ≥ 2)
What is the congruent class of of a modulo n
What is the set of all congruence classes mod n
What does the Division Theorem imply about the congruence of every integer modulo n
By the Division Theorem every integer is congruent to a unique element of {0, 1, 2, …, n − 1} modulo n
Therefore Zn = {[0]n, [1]n, …, [n − 1]n}
What is the critera for two integers
a and b to be congruent modulo n
b ≡ a mod n if and only if b - a = kn for some k ∈ Z
What is another way we can represent [a]n
[a]n = {a + nk | k ∈ Z}
[a]n = [a + kn]n for all k ∈ Z
Let a, b, n ∈ Z with n ≥ 2. Prove that a ≡ b mod n if and only if
[a]n = [b]n
What are the properties of congruence modulo n concerning addition and multiplication
Let a, b, c, d, n ∈ Z with n ≥ 2 and a ≡ b mod n and c ≡ d mod n,
Addition: a + c ≡ b + d mod n
Multiplication: ac ≡ bd mod n
Describe the proof of the properties of congruence modulo n concerning addition and multiplication
- Assume a ≡ b mod n and c ≡ d mod n.
- Then we can write a = b + rn and c = d + sn for some r, s ∈ Z.
- Then a + c = b + d + (r + s)n and so a + c ≡ b + d mod n.
- We have ac = (b + rn)(d + sn) = bd + n(rd + sb + rsn) and so ac ≡ bd mod n
What is a composite number
A number that is not prime