Chapter 7 - Introduction to Rings Flashcards

1
Q

Define a ring

A

A ring R is a set together with two binary operations + and * where:

(i) (R,+) is an Abelian group
(ii) * is associative
(iii) The distributive laws hold in R: for all a, b, c in R, we have that (a+b)c = ac+bc and a(b+c) = ab+ac

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

What does it mean to say a ring is commutative?

A

Multiplication is commutative in the ring

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

What is an Abelian group?

A

An Abelian group is a group where addition is commutative.

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

What does it mean to say a ring has identity 1?

A

If there is some element 1 in R such that for all a in R, 1a = a1 = a

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

What is a division ring (aka skew field)?

A

A ring with identity 1 neq 0 is where any nonzero element a in R has a multiplicative inverse b in R such that ab = ba = 1.

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

What is a field?

A

A commutative division ring

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

We have four useful properties about any ring R:

(1) 0a = _ = _ for all a in R
(2) (-a)b = _ = _ for all a and b in R
(3) (-a)(-b) = _ for all a and b in R
(4) If R has a 1, then is that 1 unique? Also -a = (_)(a)?

A

(1) 0a = a0 = 0
(2) (-a)b = b(-a) = -(ab)
(3) (-a)(-b) = ab
(4) If R has a 1, then that 1 is unique and -a = (-1)(a).

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

What is a zero divisor of a ring?

A

A zero divisor is a nonzero element a in R such that there is some b in R for which ab = 0 or ba = 0.

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

What is a unit of a ring with identity 1 neq 0?

A

A unit is an element a in R such that there is some b in R for which ab = ba = 1.

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

What is R^x?

A

R^x is the set of units of R.

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

Can a zero divisor ever be a unit?

A

No, a zero divisor can never be a unit.

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

Do fields contain zero divisors? Units?

A

Fields contain no zero divisors, and in a field, every nonzero element is a unit.

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

What is an integral domain?

A

An integral domain is a commutative ring R with identity 1 neq 0 such that R contains no zero divisors.

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

Integral domains have a cancellation property. What does this mean?

A

For elements a, b, and c in R with a not a zero divisor:

ab = ac => a = 0 or b = c.

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

Are finite integral domains fields?

A

Yes, every finite integral domain is a field

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

What is a subring of a ring R?

A

A subring of R is a subgroup of R that is closed under multiplication