Wednesday, April 21, 2010

Study Guide for Ring and Field Theory

Here are some definitions for the upcoming Ring and Field Theory midterm.
  • Ring: A ring R is a set with two binary operations -- generally called addition and multiplication -- such that, for all a, b, c in R, the following properties hold:
  1. a+b=b+a (the ring is commutative under addition)
  2. there exists an additive identity element called 0 such that 0+a=a+0=a
  3. there exists an additive inverse of each element such that a+(-a)=0
  4. a+(b+c)=(a+b)+c (the ring is associative under addition)
  5. (ab)c=a(bc) (the ring is associative under multiplication)
  6. a(b+c)=ab+ac and (b+c)a=ba+ca (multiplication distributes over addition.
    Examples: Z; nZ; M2(Z), or the ring of 2x2 matrices with integer entries; Z[x], ring of polynomials with integer coefficients
Proofs to come soon.
Bubye.

No comments:

Post a Comment