Skip to main content

Section Daily Prep 13

You will learn the definition of a ring as well as some basic ring properties and practice instantiating them.

Subsection Resources for Learning

Use these resources to prepare for class and answer the questions below.
Figure 134. Reference Video for Ring Basics

Subsection Important Terms

Definition 135. Ring.

A ring \(R\) is a set with two binary operations, addition (\(a+b\)) and multiplication (\(ab\)), such that for all \(a,b,c\) in \(R\text{:}\)
  1. Addition is commutative: \(a+b=b+a\)
  2. Addition is associative: \((a+b)+c=a+(b+c)\)
  3. There is an additive identity \(0\) such that \(a+0=a\)
  4. Additive inverses exist: for each \(a\) there is a \(-a\) such that \(a+(-a)=0\)
  5. Multiplication is associative: \(a(bc)=(ab)c\)
  6. Multiplication distributes over addition: \(a(b+c)=ab+ac\) and \((b+c)a=ba+ca\)
A ring is commutative if multiplication is commutative: \(ab=ba\text{.}\) A ring has a unity or identity if there exists an element \(1\in R\) such that \(a1=1a=a\) for all \(a\in R\text{.}\) An element \(a\in R\) is a unit if there exists an element \(b\in R\) such that \(ab=ba=1\text{.}\)