Rings and Modules Flashcards
(71 cards)
Define a ring
A ring is a datum (R, +, ×, 0, 1) where R is a set, 1, 0 ∈ R and + and x are binary operations on R such that:
1. R is an abelian group under + with identity element 0.
2. R is a monoid under x, that is x is associative and has identity 1.
3. Multiplication distributes over addition: x(y + z) = xy + xz, (x + y)z = xz + yz, for all x, y, z ∈ R.
Define a commutative ring
A ring where x is commutative.
Define the direct sum of rings
Let R and S be rings, then the ring R⊕S is given by the pairs (r, s), r ∈ R and s ∈ S and addition and multiplication are given component-wise.
Define a subring
If R is a ring, a subset S ⊆ R is a subring if 0, 1 ∈ S and S is closed under the addition and multiplication operations in R.
Define a ring homomorphism
A map f: R → S between rings R and S is a ring homomorphism if:
1. f(1_R) = 1_S
2. f(r1 + r2) = f(r1) + f(r2)
3. f(r1.r2) = f(r1). f(r2)
Define the image of a ring homomorphism
Given a ring homomorphism f: R→S, im(f) = {s ∈ S: ∃r ∈ R such that f(r) = s}.
Define the kernel of a ring homomorphism
Given a ring homomorphism f: R→S, ker(f) = {r ∈ R: f(r) = 0}.
Define a ring isomorphism
A homomorphism f: R→S is an isomorphism if there exists another homomorphism g: S→R such that f◦g = id_S and g◦f = id_R.
Define the characteristic of a ring
The minimum d such that 1+1+…+1 (d times) = 0 if such a d exists, otherwise the characteristic is 0.
Define a zero divisor
If R is a ring, then an element a ∈ R{0} is said to be a zero-divisor if there is some b ∈ R{0} such that a.b = 0.
Define an integral domain
An integral domain is a ring which is not the zero ring and has no zero-divisors is called an integral domain.
Define a unit
Let R be a ring. The subset R× = {r ∈ R : ∃s ∈ R such that r.s = 1}, is called the group of units in R.
Define an ideal
Let R be a ring. A subset I ⊆ R is called an ideal if it is a subgroup of (R, +) and for any a ∈ I and r ∈ R, a.r ∈ I.
Define a generated ideal
Given any subset T of R, the ideal generated by T is given by <T> = intersection of all I (where I is an ideal) such that T⊆I.</T>
Define a principal ideal
An ideal generated by a single element.
Define associate elements
Two elements a, b ∈ R are said to be associates if there is a unit u ∈ R× such that a = u.b.
Give the universal property of quotients
Suppose that R is a ring, I is an ideal of R, and q: R → R/I the quotient homomorphism. If ϕ: R → S is a ring homomorphism such that I ⊆ ker(ϕ), then there is a unique ring homomorphism ϕ’: R/I → S such that ϕ’◦q = ϕ. Moreover ker(ϕ’) is the ideal ker(ϕ)/I = {m + I : m ∈ ker(ϕ)}.
Give the first isomorphism theorem of rings
If ϕ: R → S is a homomorphism then ϕ induces an isomorphism ϕ’: R/ker(ϕ) → im(ϕ).
Give the second isomorphism theorem of rings
If R is a ring, A is a subring of R and I an ideal of R, then (A + I)/I is isomorphic to A/(A ∩ I)
Give the third isomorphism theorem of rings
Suppose that I1 ⊆ I2 are ideals in R. Then (R/I1)/(I2/I1) is isomorphic to R/I2.
Give the Chinese remainder theorem for rings
Let R be a ring, and I, J ideals of R such that I + J = R. Then R/(I∩J) is isomorphic to R/I⊕R/J.
Define a maximal ideal
Let R be a ring, and I an ideal of R. I is a maximal ideal of R if it is not strictly contained in any proper ideal of R.
Define a prime ideal
Let R be a ring, and I an ideal of R. I is a prime ideal of R if I ≠ R and for all a, b ∈ R, whenever a.b ∈ I then either a ∈ I or b ∈ I.
Define a prime element
If a prime ideal I is principal any generator of I is said to be a prime element of R.