Rings Flashcards
A binary operation
Let A be a set. A binary operation on A is a function * A x A -> A
Ring
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
Ring with one
- existence of a multiplicative identity
Commutative ring
- commutativity of multiplication
Zero divisor
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
Integral domain
Let R be a commutative ring with one. We say R is an integral domain if there are no zero divisors in R
Unit
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.
Set of units
Let U(R) = { a e R : a is a unit}
Field
Let R be a commutative ring with one. The R is a field if the existence of a multiplicative inverse holds.
Unit/ Zero Divisor
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.
Field/ Integral domain
Let F be a field. Then F is an integral domain.
Set of polynomials over F (F[X])
The set of all polynomials over F.
Element of F[X]
expression of the form f(X) = anX^n + …. + a0
The ring of polynomials over F
The set of F[x] with addition and mulplication
How degree interacts with addition and multiplication
- 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)