Rings Flashcards

1
Q

A binary operation

A

Let A be a set. A binary operation on A is a function * A x A -> A

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

Ring

A
A ring is a set R along with 
- a binary operation + on R called addition
- a binary operation . on R called multiplication
satisfying the following axioms
- closure under addition
- associativity of addition
- commutativity of addition
- existence of an additive inverse
- existence of a additive identity
- closure under multiplication 
- associativity of multiplication
- left distributivity
- right distributivity
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Ring with one

A
  • existence of a multiplicative identity
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Commutative ring

A
  • commutativity of multiplication
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Zero divisor

A

Let R be a commutative ring and let a e R. Then a is a zero divisor if there exists b e R s.t. b=/0 and ab=0

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

Integral domain

A

Let R be a commutative ring with one. We say R is an integral domain if there are no zero divisors in R

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

Unit

A

Let R be a ring with one. Let a e R. We say that a is a unit if there exists a^(-1) e R s.t aa^(1) = 1 = a^(-1)a.

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

Set of units

A

Let U(R) = { a e R : a is a unit}

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

Field

A

Let R be a commutative ring with one. The R is a field if the existence of a multiplicative inverse holds.

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

Unit/ Zero Divisor

A

Let R be a commutative ring with one and let a e R with a=/0. Suppose a is a unit then a is not a zero divisor.

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

Field/ Integral domain

A

Let F be a field. Then F is an integral domain.

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

Set of polynomials over F (F[X])

A

The set of all polynomials over F.

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

Element of F[X]

A

expression of the form f(X) = anX^n + …. + a0

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

The ring of polynomials over F

A

The set of F[x] with addition and mulplication

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

How degree interacts with addition and multiplication

A
  • f(x) + g(x) = 0 or deg( f(x) + g(x) ) <= max {deg(f(x) , deg(g(x)}
  • f(x)g(x) =/0 and deg {f(x)g(x)} = deg(f(x) + deg(g(x)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Set of polynomials over R (R[X])

A

Let R be a ring and X be an indeterminate. This is defined in the same way as a polynomial over F however, we allow coefficients from R

17
Q

Subring

A

Let R be a ring and let S be a subset of R. We say S is a subring of R if it is a ring with addition and multiplication from R.

18
Q

First subring test

A
  • 0 e S

- for all x, y e S, we have -x e S, x+y e S and xy e S

19
Q

Second subring test

A
  • 0 e s

- for all x, y e S, we have x-y e S and xy e S