Rings and Modules Flashcards

1
Q

Define a ring

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define a commutative ring

A

A ring where x is commutative.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define the direct sum of rings

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Define a subring

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Define a ring homomorphism

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Define the image of a ring homomorphism

A

Given a ring homomorphism f: R→S, im(f) = {s ∈ S: ∃r ∈ R such that f(r) = s}.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Define the kernel of a ring homomorphism

A

Given a ring homomorphism f: R→S, ker(f) = {r ∈ R: f(r) = 0}.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Define a ring isomorphism

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Define the characteristic of a ring

A

The minimum d such that 1+1+…+1 (d times) = 0 if such a d exists, otherwise the characteristic is 0.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Define a zero divisor

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Define an integral domain

A

An integral domain is a ring which is not the zero ring and has no zero-divisors is called an integral domain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Define a unit

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Define an ideal

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Define a generated ideal

A

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>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Define a principal ideal

A

An ideal generated by a single element.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Define associate elements

A

Two elements a, b ∈ R are said to be associates if there is a unit u ∈ R× such that a = u.b.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Give the universal property of quotients

A

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(ϕ)}.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Give the first isomorphism theorem of rings

A

If ϕ: R → S is a homomorphism then ϕ induces an isomorphism ϕ’: R/ker(ϕ) → im(ϕ).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Give the second isomorphism theorem of rings

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Give the third isomorphism theorem of rings

A

Suppose that I1 ⊆ I2 are ideals in R. Then (R/I1)/(I2/I1) is isomorphic to R/I2.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Give the Chinese remainder theorem for rings

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Define a maximal ideal

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Define a prime ideal

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Define a prime element

A

If a prime ideal I is principal any generator of I is said to be a prime element of R.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

Define the degree of a polynomial

A

If R is a ring and f ∈ R[t] is nonzero, then we may write f = the sum over i from 0 to n of (a_i)(t^i), where a_n ≠ 0. Then, the degree deg(f) of f is n.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

Give the division algorithm

A

Let R be a ring and f = the sum over i from 0 to n of (a_i)(t^i) ∈ R[t], where a_n ∈ R×. Then if g ∈ R[t] is any polynomial, there are unique polynomials q, r ∈ R[t] such that either r = 0 or deg(r) < deg(f) and g = q.f + r.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

Define a Euclidean Domain

A

Let R be an integral domain. R is a Euclidean domain if there exists a function N: R{0} → Natural numbers such that given any a, b ∈ R with b ≠ ,0 there are q,r ∈ R such that a = b.q + r and either r = 0 or N(r) < N(b).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

Define a principal ideal domain

A

A principal ideal domain is an integral domain in which every ideal is principal.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

Define an irreducible element

A

Let R be an integral domain. A nonzero element r ∈ R is said to be irreducible if whenever r = a.b then exactly one of a or b is a unit.

30
Q

Define a field extension

A

If E, F are any fields and F ⊆ E we call E a field extension of F and write E/F.

31
Q

Define the degree of a field extension

A

If E is finite dimensional as an F-vector space, we write [E : F] = dim(E) for this dimension and call it the degree of the field extension E/F.

32
Q

State the tower law

A

Let F ⊂ E ⊂ K be fields, then [K : F] is finite if and only if both degrees [E : F], [K : E] are, and when they are finite we have [K : F] = [E : F][K : E]

33
Q

Define an algebraic number

A

Let α ∈ C. We say that α is algebraic over Q if there is a field E which is a finite extension of Q containing α.

34
Q

Define a transcendental number

A

Let α ∈ C. We say that α is transcendental over Q if there are no fields E which are a finite extension of Q containing α.

35
Q

Define the minimal polynomial

A

Given α ∈ C, the irreducible polynomial f for which Q(α) is isomorphic to Q[t]/⟨f⟩ is called the minimal polynomial of α over Q.

36
Q

Define a factor

A

Let R be an integral domain. If a, b ∈ R we say that a is a factor of b, and write a|b, if there is some c ∈ R such that b = a.c.

37
Q

Define a common factor

A

Let R be an integral domain. We say c ∈ R is a common factor of a, b ∈ R if c|a and c|b.

38
Q

Define the highest common factor

A

c is the highest common factor of a and b if whenever d is a common factor of a and b, d|c.

39
Q

Define a common multiple

A

Let R be an integral domain. We say that k ∈ R is a common multiple if a|k and b|k.

40
Q

Define the lowest common multiple

A

The least common multiple is a common multiple which is a factor of every common multiple.

41
Q

Define a unique factorisation domain

A

An integral domain R is said to be an unique factorisation domain if every element of R{0} is either a unit, or can be written uniquely up to reordering and units as a product of irreducible elements.

42
Q

Define a Noetherian ring

A

A ring is Noetherian if any nested ascending chain of ideals stabilises.

43
Q

Define content

A

If f ∈ Z[t] then the content c(f) of f is the highest common factor of the coefficients of f.

44
Q

State Gauss’ content lemma

A

Let f, g ∈ Z[t]. Then c(f.g) = c(f).c(g).

45
Q

State Eisenstein’s criterion

A

Suppose that f ∈ Z[t] has c(f) = 1, and f = (a_n)(t^n) + a_(n−1)t^(n−1) + … + (a_1)t + a_0. Then if there is a prime p ∈ Z such that p|ai for all i, 0 ≤ i ≤ n − 1 but p does not divide an and p^2 does not divide a0 then f is irreducible in Z[t] and Q[t].

46
Q

Define a module

A

Let R be a ring with identity 1. A module over R is an abelian group (M, +) and R’s multiplication action a: R x M → M, written (r, m) → r.m satisfying:
1. 1.m = m, for all m ∈ M
2. (r1.r2).m = r1.(r2.m), for all r1,r2 ∈ R, m ∈ M
3. (r1 + r2).m = r1.m + r2.m for all r1,r2 ∈ R and m ∈ M
4. r.(m1 + m2) = r.m1 + r.m2 for all r ∈ R and m1, m2 ∈ M

47
Q

Define a submodule

A

If M is an R-module, a subset N ⊆ M is called a submodule if it is an abelian subgroup of M and whenever r ∈ R and n ∈ N then r.n ∈ N.

48
Q

Define a generated module

A

If X is any subset of an R-module M then the submodule generated by X is defined to be: ⟨X⟩ = Intersection of all submodules N of M containing X.

49
Q

Define a linearly independent module

A

If M is a module over R, we say a set S ⊆ M is linearly independent if whenever we have an equation r1.s1 + r2.s2 + … + rk.sk = 0 for ri ∈ R, si ∈ S, then r1 = r2 = . . .rk = 0.

50
Q

Define a basis

A

We say that a set S is a basis for a module M if and only if it is linearly independent and it generates M.

51
Q

Define a free module

A

Any module which has a basis is called a free module.

52
Q

Define a finitely generated module

A

A module is finitely generated if it is generated by a finite subset.

53
Q

Define a quotient module

A

Let N is a submodule of M, and if r ∈ R and m + N ∈ M/N then define r.(m + N) = r.m + N. This module M/N is called the quotient module of M by N.

54
Q

Define a module homomorphism

A

If M1, M2 are R-modules, then ϕ: M1 → M2 is an R-module homomorphism if: ϕ(m1 + m2) = ϕ(m1) + ϕ(m2) for all m1, m2 ∈ M1 and ϕ(r.m) = r.ϕ(m), for all r ∈ R, m ∈ M1.

55
Q

Define an element’s annhilator

A

Let M be an R-module and suppose that m ∈ M. Then the annihilator of m is {r ∈ R : r.m = 0}.

56
Q

Define a torsion element

A

Let M be an R-module and suppose that m ∈ M. Then, m is a torsion element if AnnR(m) is nonzero.

57
Q

Define a torsion module

A

A module M is torsion if every m ∈ M is a torsion element.

58
Q

Define a torsion-free module

A

A module M is torsion if there are no non-zero torsion elements.

59
Q

Define a cyclic module

A

A cyclic module is a module generated by a single element.

60
Q

Define the rank of a module

A

Let M be a finitely generated free R-module. Then the size of a basis of M is the rank rk(M) of M.

61
Q

Define an elementary row operation

A

Let A ∈ Mm,n(R) be a matrix, and let r1,r2, … ,rm be the rows of A, which are row vectors in R^n. An elementary row operation on a matrix A ∈ Mm,k(R) is an operation of the form:
1. Swap two rows ri and rj .
2. Replace one row, row i say, with a new row r′i = ri + crj for some c ∈ R, and j, i.

62
Q

Define equivalent matrices

A

If A, B ∈ Mn,m(R) we say that A and B are equivalent if B = PAQ where P ∈ Mn,n(R) and Q ∈ Mm,m(R) are invertible matrices.

63
Q

Give the Smith Normal Form Theorem

A

Suppose that A ∈ Mn,m(R) is a matrix. Then A is equivalent to a diagonal matrix D where if k = min{m, n} then there are d1, d2, …, dk on the diagonal, where d1|d2|…|dk and this choice is unique up to units.

64
Q

Define a presentation

A

Let M be a finitely generated R-module. The pair of maps ϕ, ψ defined such that im(ϕ) = M and ψ: R^m → R^n has image im(ψ) = ker(ϕ) is called a presentation of the finitely generated modules M.

65
Q

Define a resolution

A

A presentation where the map ψ, where im(ψ) = ker(ϕ) for ϕ such that im(ϕ) = M can be chosen to be injective is called a resolution of the module M.

66
Q

State the structure theorem

A

Suppose that M is a finitely generated module over a Euclidean domain R. Then there is an integer s and nonzero non-units c1, c2,… , cr ∈ R, where c1|c2| . . . |cr and M is isomorphic to (The direct sum from 1 to r of R/ciR) ⊕ R^s.

67
Q

State the structure theorem of finitely generated abelian groups

A

Let A be a finitely generated abelian group. Then there exists an integer r ∈ Z≥0 and integers c1, c2,… , ck ∈ Z greater than 1 such that c1|c2| . . . |ck and A is isomorphis to Z^r ⊕ (Z/c1Z) ⊕ … ⊕ (Z/ckZ). Moreover the integers s, c1, . . . , ck are uniquely determined.

68
Q

State the structure theorem in primary decomposition form

A

Let R be a Euclidean domain and suppose that M is a finitely generated R-module. Then there are irreducibles p1,… , pk ∈ R and integers s, ri for 1 ≤ i ≤ k, such that: M is isomorphic to the direct sum from 1 to k of (R/pi^(ri)R) ⊕ R s . Moreover, the pairs (pi ,ri) are uniquely determined up to units (where the units act on the pi only).

69
Q

Define the companion matrix

A

For a monic polynomial f = t^n + a_(n-1)t^(n−1) + … + a_0 of degree n ≥ 1, the n × n matrix is given by the identity shifted down one row and the final column being -a_(i-1) for row i.

70
Q

State the rational canonical form theorem

A

Suppose that V is a nonzero finite dimensional k-vector space and T: V → V is a linear map. Then there are unique nonconstant monic polynomials f1,…, fk ∈ k[t] such that f1| f2| . . . | fk and a basis of V with respect to which T has matrix which is block diagonal with blocks C(fi).