Abstract algebra/Rings

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

[edit] Introduction to Rings

Rings are algebraic structures designed to model and abstract the structure of the integers (\Bbb Z), so that we can duplicate some of the processes in which integers are used, but in a more general setting. It will be helpful if you have familiarity with the concepts and theorems for groups, because we'll be using many of the same ideas and theorems.

Definition: A ring is a set R with two binary operations + and \cdot that satisfies the following properties:

For all a,b,c\in R,

  1. The ring forms an abelian group under the addition operation.
  2. a+b\in R (R is closed under + )
  3. (a+b)+c=a+(b+c)\! ( + is associative)
  4. \exists 0\in R : 0+a=a (R contains an additive identitiy)
  5. \exists -a\in R : a+(-a)=0 (R contains additive inverses)
  6. a+b=b+a\! ( + is commutative)
  7. a\cdot b\in R (R is closed under \cdot)
  8. (a\cdot b)\cdot c=a\cdot(b\cdot c) (\cdot is associative)
  9. a\cdot(b+c)=(a\cdot b)+(a\cdot c) and (b+c)\cdot a=(b\cdot a)+(c\cdot a) (\cdot is distributive over + )

If you're already familiar with the concepts of groups and semigroups, we can compress the conditions above to:

  1. (R,+)\, is an abelian group
  2. (R,\cdot) is a semigroup
  3. \cdot is distributive over + .

We'll often use juxtaposition in place of \cdot, i.e., ab\, for a\cdot b.


[edit] Types of Rings

Definition: Note that a ring does not necessarily have the property of commutative multiplication. When it does, the ring is called a commutative ring.

Definition: Also, a ring does not necessarily have a multiplicative identity. A nonzero element of a ring that is an identity under multiplication is sometimes called a unity and is denoted 1.

Definition: Let R be a ring with a 1. An element r \in R is a unit and is invertible if there is an element r^{-1} \in R such that rr − 1 = 1. The set of all units is denoted by R^{\star} and is a group under the multiplication operation.

Definition: An element r \in R is a zero-divisor when there exists a nonzero s \in R such that rs = 0.

Observe that a zero-divisor may not be a unit.

Definition: A ring R with a 1 \neq 0 is an integral domain when it is a commutative ring without non-zero zero divisors.

Definition: A ring R with a 1 \neq 0 is a division ring or skew field if all non-zero elements are units i. e. under multiplication, it forms a group with its nonzero elements.

Definition: A field is a commutative division ring.

Theorem: If a ring has a unity, that unity is unique.

Proof: Let R be a ring with unity u. Now suppose x is another unity in R. Then x=x\cdot u=u, and x=u\,.

Of course proving that a set with two operations satisfy all of the above conditions can be tedious. So, just as we did for groups, we note that if we're considering a subset of something that's already a ring, then our job is easier.

Definition: A subring S of a ring R is a subset of R that is a ring (under the same two operations as for R).

Theorem: If S is a subset of a ring R, then S is a subring of R if:

  1. S is nonempty
  2. S is closed under -
  3. S is closed under \cdot

Examples:

  1. The set \mathbb{Z} of integers under addition and multiplication is a commutative ring with unity 1.
  2. The set 2\mathbb{Z} of even integers under addition and multiplication is a commutative ring without unity.
  3. The set M2 of square matrices composed of integers is a noncommutative ring with unity In.
  4. The trivial subring \left\{0\right\} is a subring of every ring.
  5. The set of Gaussian integers {Z}\left[i\right]=\left\{a+bi|a,b\in{Z}\right\} is a subring of the complex numbers C.
  6. Let R be a ring. Then let R[X] denote all the polynomials a0Xn + a1Xn − 1 + ... + an − 1X + an with coefficients in R. This polynomial is formally a sequence (a0,a1,a2,...an) of elements in R with X as a placeholder. The product of two polynomials can be defined to be the polynomial where the coefficient of Xa is the convolution (a0bn + a1bn − 1 + ... + anb0). This ring is called the polynomial ring of the ring R.
Personal tools